COLOR #664130

HEX: #664130
RGB: (102,65,48)

Color info

#664130 contains red, green and blue colors in about the same proportion. Web safe color of #664130 is #663333 (or #633).

RGB color model

#664130 color RGB value is (102,65,48).

  • red value is 102;
  • green value is 65;
  • blue value is 48.
RGB:
(102,65,48)
(40%,25%,19%)

RGB channels and saturation

R 102 of 255 = 40%
G 65 of 255 = 25%
B 48 of 255 = 19%

102
65
48

R + G + B ~ 28%. #664130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 65 + 48 = 215 (100%)
R 102 of 215 ~ 47.44%
G 65 of 215 ~ 30.23%
B 48 of 215 ~ 22.33%

%47.44
%30.23
%22.33

CMYK color model

#664130 color CMYK value is (0,36,53,60).

  • cyan value is 0.00%
  • magenta value is 36.27%
  • yellow value is 52.94%
  • key color value is 60.00%
CMYK:
(0,36,53,60)
C0M36Y53K60 
(0%,36%,53%,60%)
(0.00/0.36/0.53/0.60)	

CMYK percentages

%0
%36.27
%52.94
%60

Codes

Color #664130 in popluar color models

664130
RGB1026548
HSL19°36.00%29.41%
HSB/HSV19°52.94%40.00%
CMYK0.00%36.27%52.94%
60.00%

Color #664130 in popluar number systems.

HEX664130
Decimal1026548
Binary11001101000001110000
Octal14610160

Shades and tints

Shades of #664130

#664130
(102,65,48)
#5D3C2C
(93,60,44)
#543728
(84,55,40)
#4B3224
(75,50,36)
#422D20
(66,45,32)
#39281C
(57,40,28)
#302318
(48,35,24)
#271E14
(39,30,20)
#1E1910
(30,25,16)
#15140C
(21,20,12)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #664130

#664130
(102,65,48)
#735242
(115,82,66)
#806354
(128,99,84)
#8D7466
(141,116,102)
#9A8578
(154,133,120)
#A7968A
(167,150,138)
#B4A79C
(180,167,156)
#C1B8AE
(193,184,174)
#CEC9C0
(206,201,192)
#DBDAD2
(219,218,210)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664130 color. Also use rgb(102,65,48) instead hex code.

Text Font Color

.myTextColor { color: #664130; }

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

This text font color is #664130.


Background Color

.myBgColor { background-color: #664130; }

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

This div background color is #664130.


Border color

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

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

This div border color is #664130.


Opacity

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

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

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

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

This text has shadow with #664130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664130 on black background.


Color preview on white background

This text has color #664130 on white background.



Black color preview on #664130 background

This text has black color on #664130 background.


White color preview on #664130 background

This text has white color on #664130 background.