COLOR #664C02

HEX: #664C02
RGB: (102,76,2)

Color info

#664C02 contains mainly red and green colors. Web safe color of #664C02 is #663300 (or #630).

RGB color model

#664C02 color RGB value is (102,76,2).

  • red value is 102;
  • green value is 76;
  • blue value is 2.
RGB:
(102,76,2)
(40%,30%,1%)

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 2 of 255 = 1%

102
76
2

R + G + B ~ 24%. #664C02 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 2 = 180 (100%)
R 102 of 180 ~ 56.67%
G 76 of 180 ~ 42.22%
B 2 of 180 ~ 1.11%

%56.67
%42.22

CMYK color model

#664C02 color CMYK value is (0,25,98,60).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 98.04%
  • key color value is 60.00%
CMYK:
(0,25,98,60)
C0M25Y98K60 
(0%,25%,98%,60%)
(0.00/0.25/0.98/0.60)	

CMYK percentages

%0
%25.49
%98.04
%60

Codes

Color #664C02 in popluar color models

664C02
RGB102762
HSL44°96.15%20.39%
HSB/HSV44°98.04%40.00%
CMYK0.00%25.49%98.04%
60.00%

Color #664C02 in popluar number systems.

HEX664C02
Decimal102762
Binary1100110100110010
Octal1461142

Shades and tints

Shades of #664C02

#664C02
(102,76,2)
#5D4602
(93,70,2)
#544002
(84,64,2)
#4B3A02
(75,58,2)
#423402
(66,52,2)
#392E02
(57,46,2)
#302802
(48,40,2)
#272202
(39,34,2)
#1E1C02
(30,28,2)
#151602
(21,22,2)
#0C1002
(12,16,2)
#000000
(0,0,0)

Tints of #664C02

#664C02
(102,76,2)
#735C19
(115,92,25)
#806C30
(128,108,48)
#8D7C47
(141,124,71)
#9A8C5E
(154,140,94)
#A79C75
(167,156,117)
#B4AC8C
(180,172,140)
#C1BCA3
(193,188,163)
#CECCBA
(206,204,186)
#DBDCD1
(219,220,209)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664C02 color. Also use rgb(102,76,2) instead hex code.

Text Font Color

.myTextColor { color: #664C02; }

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

This text font color is #664C02.


Background Color

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

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

This div background color is #664C02.


Border color

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

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

This div border color is #664C02.


Opacity

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

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

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

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

This text has shadow with #664C02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C02 on black background.


Color preview on white background

This text has color #664C02 on white background.



Black color preview on #664C02 background

This text has black color on #664C02 background.


White color preview on #664C02 background

This text has white color on #664C02 background.