COLOR #667130

HEX: #667130
RGB: (102,113,48)

Color info

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

RGB color model

#667130 color RGB value is (102,113,48).

  • red value is 102;
  • green value is 113;
  • blue value is 48.
RGB:
(102,113,48)
(40%,44%,19%)

RGB channels and saturation

R 102 of 255 = 40%
G 113 of 255 = 44%
B 48 of 255 = 19%

102
113
48

R + G + B ~ 34%. #667130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 113 + 48 = 263 (100%)
R 102 of 263 ~ 38.78%
G 113 of 263 ~ 42.97%
B 48 of 263 ~ 18.25%

%38.78
%42.97
%18.25

CMYK color model

#667130 color CMYK value is (10,0,58,56).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 57.52%
  • key color value is 55.69%
CMYK:
(10,0,58,56)
C10M0Y58K56 
(10%,0%,58%,56%)
(0.10/0.00/0.58/0.56)	

CMYK percentages

%9.73
%0
%57.52
%55.69

Codes

Color #667130 in popluar color models

667130
RGB10211348
HSL70°40.37%31.57%
HSB/HSV70°57.52%44.31%
CMYK9.73%0.00%57.52%
55.69%

Color #667130 in popluar number systems.

HEX667130
Decimal10211348
Binary11001101110001110000
Octal14616160

Shades and tints

Shades of #667130

#667130
(102,113,48)
#5D672C
(93,103,44)
#545D28
(84,93,40)
#4B5324
(75,83,36)
#424920
(66,73,32)
#393F1C
(57,63,28)
#303518
(48,53,24)
#272B14
(39,43,20)
#1E2110
(30,33,16)
#15170C
(21,23,12)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #667130

#667130
(102,113,48)
#737D42
(115,125,66)
#808954
(128,137,84)
#8D9566
(141,149,102)
#9AA178
(154,161,120)
#A7AD8A
(167,173,138)
#B4B99C
(180,185,156)
#C1C5AE
(193,197,174)
#CED1C0
(206,209,192)
#DBDDD2
(219,221,210)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667130 color. Also use rgb(102,113,48) instead hex code.

Text Font Color

.myTextColor { color: #667130; }

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

This text font color is #667130.


Background Color

.myBgColor { background-color: #667130; }

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

This div background color is #667130.


Border color

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

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

This div border color is #667130.


Opacity

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

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

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

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

This text has shadow with #667130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667130 on black background.


Color preview on white background

This text has color #667130 on white background.



Black color preview on #667130 background

This text has black color on #667130 background.


White color preview on #667130 background

This text has white color on #667130 background.