COLOR #667C58

HEX: #667C58
RGB: (102,124,88)

Color info

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

RGB color model

#667C58 color RGB value is (102,124,88).

  • red value is 102;
  • green value is 124;
  • blue value is 88.
RGB:
(102,124,88)
(40%,49%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 124 of 255 = 49%
B 88 of 255 = 35%

102
124
88

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

Portions of RGB colors in percentages

R + G + B =
102 + 124 + 88 = 314 (100%)
R 102 of 314 ~ 32.48%
G 124 of 314 ~ 39.49%
B 88 of 314 ~ 28.03%

%32.48
%39.49
%28.03

CMYK color model

#667C58 color CMYK value is (18,0,29,51).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 51.37%
CMYK:
(18,0,29,51)
C18M0Y29K51 
(18%,0%,29%,51%)
(0.18/0.00/0.29/0.51)	

CMYK percentages

%17.74
%0
%29.03
%51.37

Codes

Color #667C58 in popluar color models

667C58
RGB10212488
HSL97°16.98%41.57%
HSB/HSV97°29.03%48.63%
CMYK17.74%0.00%29.03%
51.37%

Color #667C58 in popluar number systems.

HEX667C58
Decimal10212488
Binary110011011111001011000
Octal146174130

Shades and tints

Shades of #667C58

#667C58
(102,124,88)
#5D7150
(93,113,80)
#546648
(84,102,72)
#4B5B40
(75,91,64)
#425038
(66,80,56)
#394530
(57,69,48)
#303A28
(48,58,40)
#272F20
(39,47,32)
#1E2418
(30,36,24)
#151910
(21,25,16)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #667C58

#667C58
(102,124,88)
#738767
(115,135,103)
#809276
(128,146,118)
#8D9D85
(141,157,133)
#9AA894
(154,168,148)
#A7B3A3
(167,179,163)
#B4BEB2
(180,190,178)
#C1C9C1
(193,201,193)
#CED4D0
(206,212,208)
#DBDFDF
(219,223,223)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667C58 color. Also use rgb(102,124,88) instead hex code.

Text Font Color

.myTextColor { color: #667C58; }

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

This text font color is #667C58.


Background Color

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

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

This div background color is #667C58.


Border color

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

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

This div border color is #667C58.


Opacity

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

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

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

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

This text has shadow with #667C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667C58 on black background.


Color preview on white background

This text has color #667C58 on white background.



Black color preview on #667C58 background

This text has black color on #667C58 background.


White color preview on #667C58 background

This text has white color on #667C58 background.