COLOR #667B51

HEX: #667B51
RGB: (102,123,81)

Color info

#667B51 contains red, green and blue colors in about the same proportion. Web safe color of #667B51 is #666666 (or #666).

RGB color model

#667B51 color RGB value is (102,123,81).

  • red value is 102;
  • green value is 123;
  • blue value is 81.
RGB:
(102,123,81)
(40%,48%,32%)

RGB channels and saturation

R 102 of 255 = 40%
G 123 of 255 = 48%
B 81 of 255 = 32%

102
123
81

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

Portions of RGB colors in percentages

R + G + B =
102 + 123 + 81 = 306 (100%)
R 102 of 306 ~ 33.33%
G 123 of 306 ~ 40.2%
B 81 of 306 ~ 26.47%

%33.33
%40.2
%26.47

CMYK color model

#667B51 color CMYK value is (17,0,34,52).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(17,0,34,52)
C17M0Y34K52 
(17%,0%,34%,52%)
(0.17/0.00/0.34/0.52)	

CMYK percentages

%17.07
%0
%34.15
%51.76

Codes

Color #667B51 in popluar color models

667B51
RGB10212381
HSL90°20.59%40.00%
HSB/HSV90°34.15%48.24%
CMYK17.07%0.00%34.15%
51.76%

Color #667B51 in popluar number systems.

HEX667B51
Decimal10212381
Binary110011011110111010001
Octal146173121

Shades and tints

Shades of #667B51

#667B51
(102,123,81)
#5D704A
(93,112,74)
#546543
(84,101,67)
#4B5A3C
(75,90,60)
#424F35
(66,79,53)
#39442E
(57,68,46)
#303927
(48,57,39)
#272E20
(39,46,32)
#1E2319
(30,35,25)
#151812
(21,24,18)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #667B51

#667B51
(102,123,81)
#738760
(115,135,96)
#80936F
(128,147,111)
#8D9F7E
(141,159,126)
#9AAB8D
(154,171,141)
#A7B79C
(167,183,156)
#B4C3AB
(180,195,171)
#C1CFBA
(193,207,186)
#CEDBC9
(206,219,201)
#DBE7D8
(219,231,216)
#E8F3E7
(232,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667B51 color. Also use rgb(102,123,81) instead hex code.

Text Font Color

.myTextColor { color: #667B51; }

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

This text font color is #667B51.


Background Color

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

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

This div background color is #667B51.


Border color

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

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

This div border color is #667B51.


Opacity

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

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

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

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

This text has shadow with #667B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667B51 on black background.


Color preview on white background

This text has color #667B51 on white background.



Black color preview on #667B51 background

This text has black color on #667B51 background.


White color preview on #667B51 background

This text has white color on #667B51 background.