COLOR #667238

HEX: #667238
RGB: (102,114,56)

Color info

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

RGB color model

#667238 color RGB value is (102,114,56).

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

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 56 of 255 = 22%

102
114
56

R + G + B ~ 36%. #667238 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 114 + 56 = 272 (100%)
R 102 of 272 ~ 37.5%
G 114 of 272 ~ 41.91%
B 56 of 272 ~ 20.59%

%37.5
%41.91
%20.59

CMYK color model

#667238 color CMYK value is (11,0,51,55).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 50.88%
  • key color value is 55.29%
CMYK:
(11,0,51,55)
C11M0Y51K55 
(11%,0%,51%,55%)
(0.11/0.00/0.51/0.55)	

CMYK percentages

%10.53
%0
%50.88
%55.29

Codes

Color #667238 in popluar color models

667238
RGB10211456
HSL72°34.12%33.33%
HSB/HSV72°50.88%44.71%
CMYK10.53%0.00%50.88%
55.29%

Color #667238 in popluar number systems.

HEX667238
Decimal10211456
Binary11001101110010111000
Octal14616270

Shades and tints

Shades of #667238

#667238
(102,114,56)
#5D6833
(93,104,51)
#545E2E
(84,94,46)
#4B5429
(75,84,41)
#424A24
(66,74,36)
#39401F
(57,64,31)
#30361A
(48,54,26)
#272C15
(39,44,21)
#1E2210
(30,34,16)
#15180B
(21,24,11)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #667238

#667238
(102,114,56)
#737E4A
(115,126,74)
#808A5C
(128,138,92)
#8D966E
(141,150,110)
#9AA280
(154,162,128)
#A7AE92
(167,174,146)
#B4BAA4
(180,186,164)
#C1C6B6
(193,198,182)
#CED2C8
(206,210,200)
#DBDEDA
(219,222,218)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667238; }

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

This text font color is #667238.


Background Color

.myBgColor { background-color: #667238; }

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

This div background color is #667238.


Border color

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

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

This div border color is #667238.


Opacity

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

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

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

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

This text has shadow with #667238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667238 on black background.


Color preview on white background

This text has color #667238 on white background.



Black color preview on #667238 background

This text has black color on #667238 background.


White color preview on #667238 background

This text has white color on #667238 background.