COLOR #6E734B

HEX: #6E734B RGB: (110,115,75)

Color info

#6E734B contains red, green and blue colors in about the same proportion. Web safe color of #6E734B is #666633 (or #663).

RGB color model

#6E734B color RGB value is (110,115,75).

RGB: (110,115,75) (43%, 45%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 115 of 255 = 45%
B 75 of 255 = 29%

110
115
75

R + G + B ~ 39%. #6E734B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 115 + 75 = 300 (100%)
R 110 of 300 ~ 36.67%
G 115 of 300 ~ 38.33%
B 75 of 300 ~ 25'%

%36.67
%38.33
%25

CMYK color model

#6E734B color CMYK value is (4,0,35,55).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 54.90%

CMYK: (4,0,35,55)
C4M0Y35K55 (4%, 0%, 35%, 55%)
(0.04 / 0.00 / 0.35 / 0.55)

CMYK percentages

%4.35
%0
%34.78
%54.9

Codes

Color #6E734B in popluar color models

6E 73 4B
RGB 110 115 75
HSL 68° 21.05% 37.25%
HSB/HSV 68° 34.78% 45.10%
CMYK 4.35% 0.00% 34.78%
54.90%

Color #6E734B in popluar number systems.

HEX 6E 73 4B
Decimal 110 115 75
Binary 1101110 1110011 1001011
Octal 156 163 113

Shades and tints

Shades of #6E734B

#6E734B
(110,115,75)
#646945
(100,105,69)
#5A5F3F
(90,95,63)
#505539
(80,85,57)
#464B33
(70,75,51)
#3C412D
(60,65,45)
#323727
(50,55,39)
#282D21
(40,45,33)
#1E231B
(30,35,27)
#141915
(20,25,21)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E734B

#6E734B
(110,115,75)
#7B7F5B
(123,127,91)
#888B6B
(136,139,107)
#95977B
(149,151,123)
#A2A38B
(162,163,139)
#AFAF9B
(175,175,155)
#BCBBAB
(188,187,171)
#C9C7BB
(201,199,187)
#D6D3CB
(214,211,203)
#E3DFDB
(227,223,219)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E734B color. Also use rgb(110,115,75) instead hex code.

Text Font Color

.myTextColor { color: #6E734B; }

<p style="color:#6E734B">This sample text font color is #6E734B.</p>

This text font color is #6E734B.

Background Color

.myBgColor { background-color: #6E734B; }

<div style="background-color:#6E734B">Inner text</div>

This div background color is #6E734B.

Border color

.myBorderColor { border: 1px solid #6E734B; }

<div style="border:3px solid #6E734B">Div</div>

This div border color is #6E734B.

Opacity

.myOpacity80 { color: #6E734B; opacity: 0.8; }

<p style="color:#6E734B;opacity:0.8;">80%</p>

Text with #6E734B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E734B;}

<p style="text-shadow: 3px 3px 1px #6E734B">Text here.</p>

This text has shadow with #6E734B color.


.textShadow {text-shadow: 3px 3px 1px #6E734B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E734B, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E734B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E734B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E734B, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E734B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E734B;
-webkit-box-shadow: 1px 1px 3px 2px #6E734B;
box-shadow: 1px 1px 3px 2px #6E734B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E734B; -webkit-box-shadow: 1px 1px 3px 2px #6E734B; box-shadow:1px 1px 3px 2px #6E734B;">
Div content here
</div>

This div box has shadow with color #6E734B.

Preview

Color preview on black background

This text has color #6E734B on black background.


Color preview on white background

This text has color #6E734B on white background.


Black color preview on #6E734B background

This text has black color on #6E734B background.


White color preview on #6E734B background

This text has white color on #6E734B background.


Related colors

Complementary color

Complementary color for #hex is #918CB4.


I love getcolorcode.com

Triadic colors

1 #4B6E73 and #734B6E with #6E734B are triadic colors.

2 #4B736E and #736E4B with #6E734B are triadic colors.