COLOR #667D39

HEX: #667D39
RGB: (102,125,57)

Color info

#667D39 contains mainly red and green colors. Web safe color of #667D39 is #666633 (or #663).

RGB color model

#667D39 color RGB value is (102,125,57).

  • red value is 102;
  • green value is 125;
  • blue value is 57.
RGB:
(102,125,57)
(40%,49%,22%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 57 of 255 = 22%

102
125
57

R + G + B ~ 37%. #667D39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 125 + 57 = 284 (100%)
R 102 of 284 ~ 35.92%
G 125 of 284 ~ 44.01%
B 57 of 284 ~ 20.07%

%35.92
%44.01
%20.07

CMYK color model

#667D39 color CMYK value is (18,0,54,51).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 50.98%
CMYK:
(18,0,54,51)
C18M0Y54K51 
(18%,0%,54%,51%)
(0.18/0.00/0.54/0.51)	

CMYK percentages

%18.4
%0
%54.4
%50.98

Codes

Color #667D39 in popluar color models

667D39
RGB10212557
HSL80°37.36%35.69%
HSB/HSV80°54.40%49.02%
CMYK18.40%0.00%54.40%
50.98%

Color #667D39 in popluar number systems.

HEX667D39
Decimal10212557
Binary11001101111101111001
Octal14617571

Shades and tints

Shades of #667D39

#667D39
(102,125,57)
#5D7234
(93,114,52)
#54672F
(84,103,47)
#4B5C2A
(75,92,42)
#425125
(66,81,37)
#394620
(57,70,32)
#303B1B
(48,59,27)
#273016
(39,48,22)
#1E2511
(30,37,17)
#151A0C
(21,26,12)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #667D39

#667D39
(102,125,57)
#73884B
(115,136,75)
#80935D
(128,147,93)
#8D9E6F
(141,158,111)
#9AA981
(154,169,129)
#A7B493
(167,180,147)
#B4BFA5
(180,191,165)
#C1CAB7
(193,202,183)
#CED5C9
(206,213,201)
#DBE0DB
(219,224,219)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667D39 color. Also use rgb(102,125,57) instead hex code.

Text Font Color

.myTextColor { color: #667D39; }

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

This text font color is #667D39.


Background Color

.myBgColor { background-color: #667D39; }

<div style="background-color:#667D39">Inner text</div>

This div background color is #667D39.


Border color

.myBorderColor { border: 1px solid #667D39; }

<div style="border:3px solid #667D39">Div</div>

This div border color is #667D39.


Opacity

.myOpacity80 { color: #667D39; opacity: 0.8; }

<p style="color:#667D39;opacity:0.8;">80%</p>

Text with #667D39 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 #667D39;}

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

This text has shadow with #667D39 color.

.textShadow {text-shadow: 3px 3px 1px #667D39, 3px 3px 1px red;}

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

This text has shadow with #667D39 primary color and red secondary color.


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

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

This text has shadow with #667D39 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #667D39;
-webkit-box-shadow: 1px 1px 3px 2px #667D39;
box-shadow:1px 1px 3px 2px #667D39;">
Div content here</div>
This div box has shadow with color #667D39.

Preview

Color preview on black background

This text has color #667D39 on black background.


Color preview on white background

This text has color #667D39 on white background.



Black color preview on #667D39 background

This text has black color on #667D39 background.


White color preview on #667D39 background

This text has white color on #667D39 background.