COLOR #664E13

HEX: #664E13
RGB: (102,78,19)

Color info

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

RGB color model

#664E13 color RGB value is (102,78,19).

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

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 19 of 255 = 7%

102
78
19

R + G + B ~ 26%. #664E13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 78 + 19 = 199 (100%)
R 102 of 199 ~ 51.26%
G 78 of 199 ~ 39.2%
B 19 of 199 ~ 9.55%

%51.26
%39.2
%9.55

CMYK color model

#664E13 color CMYK value is (0,24,81,60).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 81.37%
  • key color value is 60.00%
CMYK:
(0,24,81,60)
C0M24Y81K60 
(0%,24%,81%,60%)
(0.00/0.24/0.81/0.60)	

CMYK percentages

%0
%23.53
%81.37
%60

Codes

Color #664E13 in popluar color models

664E13
RGB1027819
HSL43°68.60%23.73%
HSB/HSV43°81.37%40.00%
CMYK0.00%23.53%81.37%
60.00%

Color #664E13 in popluar number systems.

HEX664E13
Decimal1027819
Binary1100110100111010011
Octal14611623

Shades and tints

Shades of #664E13

#664E13
(102,78,19)
#5D4712
(93,71,18)
#544011
(84,64,17)
#4B3910
(75,57,16)
#42320F
(66,50,15)
#392B0E
(57,43,14)
#30240D
(48,36,13)
#271D0C
(39,29,12)
#1E160B
(30,22,11)
#150F0A
(21,15,10)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #664E13

#664E13
(102,78,19)
#735E28
(115,94,40)
#806E3D
(128,110,61)
#8D7E52
(141,126,82)
#9A8E67
(154,142,103)
#A79E7C
(167,158,124)
#B4AE91
(180,174,145)
#C1BEA6
(193,190,166)
#CECEBB
(206,206,187)
#DBDED0
(219,222,208)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664E13; }

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

This text font color is #664E13.


Background Color

.myBgColor { background-color: #664E13; }

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

This div background color is #664E13.


Border color

.myBorderColor { border: 1px solid #664E13; }

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

This div border color is #664E13.


Opacity

.myOpacity80 { color: #664E13; opacity: 0.8; }

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

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

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

This text has shadow with #664E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664E13 on black background.


Color preview on white background

This text has color #664E13 on white background.



Black color preview on #664E13 background

This text has black color on #664E13 background.


White color preview on #664E13 background

This text has white color on #664E13 background.