COLOR #664B0B

HEX: #664B0B RGB: (102,75,11)

Color info

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

RGB color model

#664B0B color RGB value is (102,75,11).

RGB: (102,75,11) (40%, 29%, 4%)

RGB channels and saturation

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

102
75
11

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

Portions of RGB colors in percentages

R + G + B = 102 + 75 + 11 = 188 (100%)
R 102 of 188 ~ 54.26%
G 75 of 188 ~ 39.89%
B 11 of 188 ~ 5.85'%

%54.26
%39.89

CMYK color model

#664B0B color CMYK value is (0,26,89,60).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 89.22%
  • key color value is 60.00%

CMYK: (0,26,89,60)
C0M26Y89K60 (0%, 26%, 89%, 60%)
(0.00 / 0.26 / 0.89 / 0.60)

CMYK percentages

%0
%26.47
%89.22
%60

Codes

Color #664B0B in popluar color models

66 4B 0B
RGB 102 75 11
HSL 42° 80.53% 22.16%
HSB/HSV 42° 89.22% 40.00%
CMYK 0.00% 26.47% 89.22%
60.00%

Color #664B0B in popluar number systems.

HEX 66 4B 0B
Decimal 102 75 11
Binary 1100110 1001011 1011
Octal 146 113 13

Shades and tints

Shades of #664B0B

#664B0B
(102,75,11)
#5D450A
(93,69,10)
#543F09
(84,63,9)
#4B3908
(75,57,8)
#423307
(66,51,7)
#392D06
(57,45,6)
#302705
(48,39,5)
#272104
(39,33,4)
#1E1B03
(30,27,3)
#151502
(21,21,2)
#0C0F01
(12,15,1)
#000000
(0,0,0)

Tints of #664B0B

#664B0B
(102,75,11)
#735B21
(115,91,33)
#806B37
(128,107,55)
#8D7B4D
(141,123,77)
#9A8B63
(154,139,99)
#A79B79
(167,155,121)
#B4AB8F
(180,171,143)
#C1BBA5
(193,187,165)
#CECBBB
(206,203,187)
#DBDBD1
(219,219,209)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664B0B; }

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

This text font color is #664B0B.

Background Color

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

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

This div background color is #664B0B.

Border color

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

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

This div border color is #664B0B.

Opacity

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

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

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

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

This text has shadow with #664B0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664B0B.

Preview

Color preview on black background

This text has color #664B0B on black background.


Color preview on white background

This text has color #664B0B on white background.


Black color preview on #664B0B background

This text has black color on #664B0B background.


White color preview on #664B0B background

This text has white color on #664B0B background.


Related colors

Complementary color

Complementary color for #hex is #99B4F4.


I love getcolorcode.com

Triadic colors

1 #0B664B and #4B0B66 with #664B0B are triadic colors.

2 #0B4B66 and #4B660B with #664B0B are triadic colors.