COLOR #667F4B

HEX: #667F4B
RGB: (102,127,75)

Color info

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

RGB color model

#667F4B color RGB value is (102,127,75).

  • red value is 102;
  • green value is 127;
  • blue value is 75.
RGB:
(102,127,75)
(40%,50%,29%)

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 75 of 255 = 29%

102
127
75

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

Portions of RGB colors in percentages

R + G + B =
102 + 127 + 75 = 304 (100%)
R 102 of 304 ~ 33.55%
G 127 of 304 ~ 41.78%
B 75 of 304 ~ 24.67%

%33.55
%41.78
%24.67

CMYK color model

#667F4B color CMYK value is (20,0,41,50).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 50.20%
CMYK:
(20,0,41,50)
C20M0Y41K50 
(20%,0%,41%,50%)
(0.20/0.00/0.41/0.50)	

CMYK percentages

%19.69
%0
%40.94
%50.2

Codes

Color #667F4B in popluar color models

667F4B
RGB10212775
HSL89°25.74%39.61%
HSB/HSV89°40.94%49.80%
CMYK19.69%0.00%40.94%
50.20%

Color #667F4B in popluar number systems.

HEX667F4B
Decimal10212775
Binary110011011111111001011
Octal146177113

Shades and tints

Shades of #667F4B

#667F4B
(102,127,75)
#5D7445
(93,116,69)
#54693F
(84,105,63)
#4B5E39
(75,94,57)
#425333
(66,83,51)
#39482D
(57,72,45)
#303D27
(48,61,39)
#273221
(39,50,33)
#1E271B
(30,39,27)
#151C15
(21,28,21)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #667F4B

#667F4B
(102,127,75)
#738A5B
(115,138,91)
#80956B
(128,149,107)
#8DA07B
(141,160,123)
#9AAB8B
(154,171,139)
#A7B69B
(167,182,155)
#B4C1AB
(180,193,171)
#C1CCBB
(193,204,187)
#CED7CB
(206,215,203)
#DBE2DB
(219,226,219)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667F4B color. Also use rgb(102,127,75) instead hex code.

Text Font Color

.myTextColor { color: #667F4B; }

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

This text font color is #667F4B.


Background Color

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

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

This div background color is #667F4B.


Border color

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

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

This div border color is #667F4B.


Opacity

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

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

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

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

This text has shadow with #667F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667F4B on black background.


Color preview on white background

This text has color #667F4B on white background.



Black color preview on #667F4B background

This text has black color on #667F4B background.


White color preview on #667F4B background

This text has white color on #667F4B background.