COLOR #667450

HEX: #667450
RGB: (102,116,80)

Color info

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

RGB color model

#667450 color RGB value is (102,116,80).

  • red value is 102;
  • green value is 116;
  • blue value is 80.
RGB:
(102,116,80)
(40%,45%,31%)

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 80 of 255 = 31%

102
116
80

R + G + B ~ 39%. #667450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 80 = 298 (100%)
R 102 of 298 ~ 34.23%
G 116 of 298 ~ 38.93%
B 80 of 298 ~ 26.85%

%34.23
%38.93
%26.85

CMYK color model

#667450 color CMYK value is (12,0,31,55).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(12,0,31,55)
C12M0Y31K55 
(12%,0%,31%,55%)
(0.12/0.00/0.31/0.55)	

CMYK percentages

%12.07
%0
%31.03
%54.51

Codes

Color #667450 in popluar color models

667450
RGB10211680
HSL83°18.37%38.43%
HSB/HSV83°31.03%45.49%
CMYK12.07%0.00%31.03%
54.51%

Color #667450 in popluar number systems.

HEX667450
Decimal10211680
Binary110011011101001010000
Octal146164120

Shades and tints

Shades of #667450

#667450
(102,116,80)
#5D6A49
(93,106,73)
#546042
(84,96,66)
#4B563B
(75,86,59)
#424C34
(66,76,52)
#39422D
(57,66,45)
#303826
(48,56,38)
#272E1F
(39,46,31)
#1E2418
(30,36,24)
#151A11
(21,26,17)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #667450

#667450
(102,116,80)
#73805F
(115,128,95)
#808C6E
(128,140,110)
#8D987D
(141,152,125)
#9AA48C
(154,164,140)
#A7B09B
(167,176,155)
#B4BCAA
(180,188,170)
#C1C8B9
(193,200,185)
#CED4C8
(206,212,200)
#DBE0D7
(219,224,215)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667450 color. Also use rgb(102,116,80) instead hex code.

Text Font Color

.myTextColor { color: #667450; }

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

This text font color is #667450.


Background Color

.myBgColor { background-color: #667450; }

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

This div background color is #667450.


Border color

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

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

This div border color is #667450.


Opacity

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

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

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

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

This text has shadow with #667450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667450 on black background.


Color preview on white background

This text has color #667450 on white background.



Black color preview on #667450 background

This text has black color on #667450 background.


White color preview on #667450 background

This text has white color on #667450 background.