COLOR #667249

HEX: #667249
RGB: (102,114,73)

Color info

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

RGB color model

#667249 color RGB value is (102,114,73).

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

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 73 of 255 = 29%

102
114
73

R + G + B ~ 38%. #667249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 114 + 73 = 289 (100%)
R 102 of 289 ~ 35.29%
G 114 of 289 ~ 39.45%
B 73 of 289 ~ 25.26%

%35.29
%39.45
%25.26

CMYK color model

#667249 color CMYK value is (11,0,36,55).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 55.29%
CMYK:
(11,0,36,55)
C11M0Y36K55 
(11%,0%,36%,55%)
(0.11/0.00/0.36/0.55)	

CMYK percentages

%10.53
%0
%35.96
%55.29

Codes

Color #667249 in popluar color models

667249
RGB10211473
HSL78°21.93%36.67%
HSB/HSV78°35.96%44.71%
CMYK10.53%0.00%35.96%
55.29%

Color #667249 in popluar number systems.

HEX667249
Decimal10211473
Binary110011011100101001001
Octal146162111

Shades and tints

Shades of #667249

#667249
(102,114,73)
#5D6843
(93,104,67)
#545E3D
(84,94,61)
#4B5437
(75,84,55)
#424A31
(66,74,49)
#39402B
(57,64,43)
#303625
(48,54,37)
#272C1F
(39,44,31)
#1E2219
(30,34,25)
#151813
(21,24,19)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #667249

#667249
(102,114,73)
#737E59
(115,126,89)
#808A69
(128,138,105)
#8D9679
(141,150,121)
#9AA289
(154,162,137)
#A7AE99
(167,174,153)
#B4BAA9
(180,186,169)
#C1C6B9
(193,198,185)
#CED2C9
(206,210,201)
#DBDED9
(219,222,217)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667249; }

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

This text font color is #667249.


Background Color

.myBgColor { background-color: #667249; }

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

This div background color is #667249.


Border color

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

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

This div border color is #667249.


Opacity

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

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

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

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

This text has shadow with #667249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667249 on black background.


Color preview on white background

This text has color #667249 on white background.



Black color preview on #667249 background

This text has black color on #667249 background.


White color preview on #667249 background

This text has white color on #667249 background.