COLOR #664B0A

HEX: #664B0A
RGB: (102,75,10)

Color info

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

RGB color model

#664B0A color RGB value is (102,75,10).

  • red value is 102;
  • green value is 75;
  • blue value is 10.
RGB:
(102,75,10)
(40%,29%,4%)

RGB channels and saturation

R 102 of 255 = 40%
G 75 of 255 = 29%
B 10 of 255 = 4%

102
75
10

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

Portions of RGB colors in percentages

R + G + B =
102 + 75 + 10 = 187 (100%)
R 102 of 187 ~ 54.55%
G 75 of 187 ~ 40.11%
B 10 of 187 ~ 5.35%

%54.55
%40.11

CMYK color model

#664B0A color CMYK value is (0,26,90,60).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 90.20%
  • key color value is 60.00%
CMYK:
(0,26,90,60)
C0M26Y90K60 
(0%,26%,90%,60%)
(0.00/0.26/0.90/0.60)	

CMYK percentages

%0
%26.47
%90.2
%60

Codes

Color #664B0A in popluar color models

664B0A
RGB1027510
HSL42°82.14%21.96%
HSB/HSV42°90.20%40.00%
CMYK0.00%26.47%90.20%
60.00%

Color #664B0A in popluar number systems.

HEX664B0A
Decimal1027510
Binary110011010010111010
Octal14611312

Shades and tints

Shades of #664B0A

#664B0A
(102,75,10)
#5D450A
(93,69,10)
#543F0A
(84,63,10)
#4B390A
(75,57,10)
#42330A
(66,51,10)
#392D0A
(57,45,10)
#30270A
(48,39,10)
#27210A
(39,33,10)
#1E1B0A
(30,27,10)
#15150A
(21,21,10)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #664B0A

#664B0A
(102,75,10)
#735B20
(115,91,32)
#806B36
(128,107,54)
#8D7B4C
(141,123,76)
#9A8B62
(154,139,98)
#A79B78
(167,155,120)
#B4AB8E
(180,171,142)
#C1BBA4
(193,187,164)
#CECBBA
(206,203,186)
#DBDBD0
(219,219,208)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664B0A color. Also use rgb(102,75,10) instead hex code.

Text Font Color

.myTextColor { color: #664B0A; }

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

This text font color is #664B0A.


Background Color

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

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

This div background color is #664B0A.


Border color

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

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

This div border color is #664B0A.


Opacity

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

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

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

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

This text has shadow with #664B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664B0A on black background.


Color preview on white background

This text has color #664B0A on white background.



Black color preview on #664B0A background

This text has black color on #664B0A background.


White color preview on #664B0A background

This text has white color on #664B0A background.