COLOR #6E784B

HEX: #6E784B RGB: (110,120,75)

Color info

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

RGB color model

#6E784B color RGB value is (110,120,75).

RGB: (110,120,75) (43%, 47%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 75 of 255 = 29%

110
120
75

R + G + B ~ 40%. #6E784B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 120 + 75 = 305 (100%)
R 110 of 305 ~ 36.07%
G 120 of 305 ~ 39.34%
B 75 of 305 ~ 24.59'%

%36.07
%39.34
%24.59

CMYK color model

#6E784B color CMYK value is (8,0,38,53).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 52.94%
CMYK: (8,0,38,53) C8M0Y38K53 (8%,0%,38%,53%) (0.08/0.00/0.38/0.53) 

CMYK percentages

%8.33
%0
%37.5
%52.94

Codes

Color #6E784B in popluar color models

6E 78 4B
RGB 110 120 75
HSL 73° 23.08% 38.24%
HSB/HSV 73° 37.50% 47.06%
CMYK 8.33% 0.00% 37.50%
52.94%

Color #6E784B in popluar number systems.

HEX 6E 78 4B
Decimal 110 120 75
Binary 1101110 1111000 1001011
Octal 156 170 113

Shades and tints

Shades of #6E784B

#6E784B
(110,120,75)
#646E45
(100,110,69)
#5A643F
(90,100,63)
#505A39
(80,90,57)
#465033
(70,80,51)
#3C462D
(60,70,45)
#323C27
(50,60,39)
#283221
(40,50,33)
#1E281B
(30,40,27)
#141E15
(20,30,21)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #6E784B

#6E784B
(110,120,75)
#7B845B
(123,132,91)
#88906B
(136,144,107)
#959C7B
(149,156,123)
#A2A88B
(162,168,139)
#AFB49B
(175,180,155)
#BCC0AB
(188,192,171)
#C9CCBB
(201,204,187)
#D6D8CB
(214,216,203)
#E3E4DB
(227,228,219)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E784B; }

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

This text font color is #6E784B.

Background Color

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

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

This div background color is #6E784B.

Border color

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

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

This div border color is #6E784B.

Opacity

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

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

Text with #6E784B 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 #6E784B;}

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

This text has shadow with #6E784B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E784B.

Preview

Color preview on black background

This text has color #6E784B on black background.


Color preview on white background

This text has color #6E784B on white background.


Black color preview on #6E784B background

This text has black color on #6E784B background.


White color preview on #6E784B background

This text has white color on #6E784B background.


Related colors

Complementary color

Complementary color for #hex is #9187B4.


I love getcolorcode.com

Triadic colors

1 #4B6E78 and #784B6E with #6E784B are triadic colors.

2 #4B786E and #786E4B with #6E784B are triadic colors.