COLOR #664127

HEX: #664127
RGB: (102,65,39)

Color info

#664127 contains mainly red and green colors. Web safe color of #664127 is #663333 (or #633).

RGB color model

#664127 color RGB value is (102,65,39).

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

RGB channels and saturation

R 102 of 255 = 40%
G 65 of 255 = 25%
B 39 of 255 = 15%

102
65
39

R + G + B ~ 27%. #664127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 65 + 39 = 206 (100%)
R 102 of 206 ~ 49.51%
G 65 of 206 ~ 31.55%
B 39 of 206 ~ 18.93%

%49.51
%31.55
%18.93

CMYK color model

#664127 color CMYK value is (0,36,62,60).

  • cyan value is 0.00%
  • magenta value is 36.27%
  • yellow value is 61.76%
  • key color value is 60.00%
CMYK:
(0,36,62,60)
C0M36Y62K60 
(0%,36%,62%,60%)
(0.00/0.36/0.62/0.60)	

CMYK percentages

%0
%36.27
%61.76
%60

Codes

Color #664127 in popluar color models

664127
RGB1026539
HSL25°44.68%27.65%
HSB/HSV25°61.76%40.00%
CMYK0.00%36.27%61.76%
60.00%

Color #664127 in popluar number systems.

HEX664127
Decimal1026539
Binary11001101000001100111
Octal14610147

Shades and tints

Shades of #664127

#664127
(102,65,39)
#5D3C24
(93,60,36)
#543721
(84,55,33)
#4B321E
(75,50,30)
#422D1B
(66,45,27)
#392818
(57,40,24)
#302315
(48,35,21)
#271E12
(39,30,18)
#1E190F
(30,25,15)
#15140C
(21,20,12)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #664127

#664127
(102,65,39)
#73523A
(115,82,58)
#80634D
(128,99,77)
#8D7460
(141,116,96)
#9A8573
(154,133,115)
#A79686
(167,150,134)
#B4A799
(180,167,153)
#C1B8AC
(193,184,172)
#CEC9BF
(206,201,191)
#DBDAD2
(219,218,210)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664127; }

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

This text font color is #664127.


Background Color

.myBgColor { background-color: #664127; }

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

This div background color is #664127.


Border color

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

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

This div border color is #664127.


Opacity

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

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

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

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

This text has shadow with #664127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664127 on black background.


Color preview on white background

This text has color #664127 on white background.



Black color preview on #664127 background

This text has black color on #664127 background.


White color preview on #664127 background

This text has white color on #664127 background.