COLOR #667F41

HEX: #667F41
RGB: (102,127,65)

Color info

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

RGB color model

#667F41 color RGB value is (102,127,65).

  • red value is 102;
  • green value is 127;
  • blue value is 65.
RGB:
(102,127,65)
(40%,50%,25%)

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 65 of 255 = 25%

102
127
65

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

Portions of RGB colors in percentages

R + G + B =
102 + 127 + 65 = 294 (100%)
R 102 of 294 ~ 34.69%
G 127 of 294 ~ 43.2%
B 65 of 294 ~ 22.11%

%34.69
%43.2
%22.11

CMYK color model

#667F41 color CMYK value is (20,0,49,50).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 50.20%
CMYK:
(20,0,49,50)
C20M0Y49K50 
(20%,0%,49%,50%)
(0.20/0.00/0.49/0.50)	

CMYK percentages

%19.69
%0
%48.82
%50.2

Codes

Color #667F41 in popluar color models

667F41
RGB10212765
HSL84°32.29%37.65%
HSB/HSV84°48.82%49.80%
CMYK19.69%0.00%48.82%
50.20%

Color #667F41 in popluar number systems.

HEX667F41
Decimal10212765
Binary110011011111111000001
Octal146177101

Shades and tints

Shades of #667F41

#667F41
(102,127,65)
#5D743C
(93,116,60)
#546937
(84,105,55)
#4B5E32
(75,94,50)
#42532D
(66,83,45)
#394828
(57,72,40)
#303D23
(48,61,35)
#27321E
(39,50,30)
#1E2719
(30,39,25)
#151C14
(21,28,20)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #667F41

#667F41
(102,127,65)
#738A52
(115,138,82)
#809563
(128,149,99)
#8DA074
(141,160,116)
#9AAB85
(154,171,133)
#A7B696
(167,182,150)
#B4C1A7
(180,193,167)
#C1CCB8
(193,204,184)
#CED7C9
(206,215,201)
#DBE2DA
(219,226,218)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667F41 color. Also use rgb(102,127,65) instead hex code.

Text Font Color

.myTextColor { color: #667F41; }

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

This text font color is #667F41.


Background Color

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

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

This div background color is #667F41.


Border color

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

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

This div border color is #667F41.


Opacity

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

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

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

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

This text has shadow with #667F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667F41 on black background.


Color preview on white background

This text has color #667F41 on white background.



Black color preview on #667F41 background

This text has black color on #667F41 background.


White color preview on #667F41 background

This text has white color on #667F41 background.