COLOR #667231

HEX: #667231
RGB: (102,114,49)

Color info

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

RGB color model

#667231 color RGB value is (102,114,49).

  • red value is 102;
  • green value is 114;
  • blue value is 49.
RGB:
(102,114,49)
(40%,45%,19%)

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 49 of 255 = 19%

102
114
49

R + G + B ~ 35%. #667231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 114 + 49 = 265 (100%)
R 102 of 265 ~ 38.49%
G 114 of 265 ~ 43.02%
B 49 of 265 ~ 18.49%

%38.49
%43.02
%18.49

CMYK color model

#667231 color CMYK value is (11,0,57,55).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 57.02%
  • key color value is 55.29%
CMYK:
(11,0,57,55)
C11M0Y57K55 
(11%,0%,57%,55%)
(0.11/0.00/0.57/0.55)	

CMYK percentages

%10.53
%0
%57.02
%55.29

Codes

Color #667231 in popluar color models

667231
RGB10211449
HSL71°39.88%31.96%
HSB/HSV71°57.02%44.71%
CMYK10.53%0.00%57.02%
55.29%

Color #667231 in popluar number systems.

HEX667231
Decimal10211449
Binary11001101110010110001
Octal14616261

Shades and tints

Shades of #667231

#667231
(102,114,49)
#5D682D
(93,104,45)
#545E29
(84,94,41)
#4B5425
(75,84,37)
#424A21
(66,74,33)
#39401D
(57,64,29)
#303619
(48,54,25)
#272C15
(39,44,21)
#1E2211
(30,34,17)
#15180D
(21,24,13)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #667231

#667231
(102,114,49)
#737E43
(115,126,67)
#808A55
(128,138,85)
#8D9667
(141,150,103)
#9AA279
(154,162,121)
#A7AE8B
(167,174,139)
#B4BA9D
(180,186,157)
#C1C6AF
(193,198,175)
#CED2C1
(206,210,193)
#DBDED3
(219,222,211)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667231 color. Also use rgb(102,114,49) instead hex code.

Text Font Color

.myTextColor { color: #667231; }

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

This text font color is #667231.


Background Color

.myBgColor { background-color: #667231; }

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

This div background color is #667231.


Border color

.myBorderColor { border: 1px solid #667231; }

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

This div border color is #667231.


Opacity

.myOpacity80 { color: #667231; opacity: 0.8; }

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

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

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

This text has shadow with #667231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667231 on black background.


Color preview on white background

This text has color #667231 on white background.



Black color preview on #667231 background

This text has black color on #667231 background.


White color preview on #667231 background

This text has white color on #667231 background.