COLOR #667C3A

HEX: #667C3A
RGB: (102,124,58)

Color info

#667C3A contains mainly red and green colors. Web safe color of #667C3A is #666633 (or #663).

RGB color model

#667C3A color RGB value is (102,124,58).

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

RGB channels and saturation

R 102 of 255 = 40%
G 124 of 255 = 49%
B 58 of 255 = 23%

102
124
58

R + G + B ~ 37%. #667C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 124 + 58 = 284 (100%)
R 102 of 284 ~ 35.92%
G 124 of 284 ~ 43.66%
B 58 of 284 ~ 20.42%

%35.92
%43.66
%20.42

CMYK color model

#667C3A color CMYK value is (18,0,53,51).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 51.37%
CMYK:
(18,0,53,51)
C18M0Y53K51 
(18%,0%,53%,51%)
(0.18/0.00/0.53/0.51)	

CMYK percentages

%17.74
%0
%53.23
%51.37

Codes

Color #667C3A in popluar color models

667C3A
RGB10212458
HSL80°36.26%35.69%
HSB/HSV80°53.23%48.63%
CMYK17.74%0.00%53.23%
51.37%

Color #667C3A in popluar number systems.

HEX667C3A
Decimal10212458
Binary11001101111100111010
Octal14617472

Shades and tints

Shades of #667C3A

#667C3A
(102,124,58)
#5D7135
(93,113,53)
#546630
(84,102,48)
#4B5B2B
(75,91,43)
#425026
(66,80,38)
#394521
(57,69,33)
#303A1C
(48,58,28)
#272F17
(39,47,23)
#1E2412
(30,36,18)
#15190D
(21,25,13)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #667C3A

#667C3A
(102,124,58)
#73874B
(115,135,75)
#80925C
(128,146,92)
#8D9D6D
(141,157,109)
#9AA87E
(154,168,126)
#A7B38F
(167,179,143)
#B4BEA0
(180,190,160)
#C1C9B1
(193,201,177)
#CED4C2
(206,212,194)
#DBDFD3
(219,223,211)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667C3A; }

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

This text font color is #667C3A.


Background Color

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

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

This div background color is #667C3A.


Border color

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

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

This div border color is #667C3A.


Opacity

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

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

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

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

This text has shadow with #667C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667C3A on black background.


Color preview on white background

This text has color #667C3A on white background.



Black color preview on #667C3A background

This text has black color on #667C3A background.


White color preview on #667C3A background

This text has white color on #667C3A background.