COLOR #667313

HEX: #667313
RGB: (102,115,19)

Color info

#667313 contains mainly red and green colors. Web safe color of #667313 is #666600 (or #660).

RGB color model

#667313 color RGB value is (102,115,19).

  • red value is 102;
  • green value is 115;
  • blue value is 19.
RGB:
(102,115,19)
(40%,45%,7%)

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 19 of 255 = 7%

102
115
19

R + G + B ~ 31%. #667313 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 19 = 236 (100%)
R 102 of 236 ~ 43.22%
G 115 of 236 ~ 48.73%
B 19 of 236 ~ 8.05%

%43.22
%48.73

CMYK color model

#667313 color CMYK value is (11,0,83,55).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 83.48%
  • key color value is 54.90%
CMYK:
(11,0,83,55)
C11M0Y83K55 
(11%,0%,83%,55%)
(0.11/0.00/0.83/0.55)	

CMYK percentages

%11.3
%0
%83.48
%54.9

Codes

Color #667313 in popluar color models

667313
RGB10211519
HSL68°71.64%26.27%
HSB/HSV68°83.48%45.10%
CMYK11.30%0.00%83.48%
54.90%

Color #667313 in popluar number systems.

HEX667313
Decimal10211519
Binary1100110111001110011
Octal14616323

Shades and tints

Shades of #667313

#667313
(102,115,19)
#5D6912
(93,105,18)
#545F11
(84,95,17)
#4B5510
(75,85,16)
#424B0F
(66,75,15)
#39410E
(57,65,14)
#30370D
(48,55,13)
#272D0C
(39,45,12)
#1E230B
(30,35,11)
#15190A
(21,25,10)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #667313

#667313
(102,115,19)
#737F28
(115,127,40)
#808B3D
(128,139,61)
#8D9752
(141,151,82)
#9AA367
(154,163,103)
#A7AF7C
(167,175,124)
#B4BB91
(180,187,145)
#C1C7A6
(193,199,166)
#CED3BB
(206,211,187)
#DBDFD0
(219,223,208)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667313 color. Also use rgb(102,115,19) instead hex code.

Text Font Color

.myTextColor { color: #667313; }

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

This text font color is #667313.


Background Color

.myBgColor { background-color: #667313; }

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

This div background color is #667313.


Border color

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

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

This div border color is #667313.


Opacity

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

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

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

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

This text has shadow with #667313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667313 on black background.


Color preview on white background

This text has color #667313 on white background.



Black color preview on #667313 background

This text has black color on #667313 background.


White color preview on #667313 background

This text has white color on #667313 background.