COLOR #662311

HEX: #662311
RGB: (102,35,17)

Color info

#662311 contains mainly red color. Web safe color of #662311 is #663300 (or #630).

RGB color model

#662311 color RGB value is (102,35,17).

  • red value is 102;
  • green value is 35;
  • blue value is 17.
RGB:
(102,35,17)
(40%,14%,7%)

RGB channels and saturation

R 102 of 255 = 40%
G 35 of 255 = 14%
B 17 of 255 = 7%

102
35
17

R + G + B ~ 20%. #662311 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 35 + 17 = 154 (100%)
R 102 of 154 ~ 66.23%
G 35 of 154 ~ 22.73%
B 17 of 154 ~ 11.04%

%66.23
%22.73
%11.04

CMYK color model

#662311 color CMYK value is (0,66,83,60).

  • cyan value is 0.00%
  • magenta value is 65.69%
  • yellow value is 83.33%
  • key color value is 60.00%
CMYK:
(0,66,83,60)
C0M66Y83K60 
(0%,66%,83%,60%)
(0.00/0.66/0.83/0.60)	

CMYK percentages

%0
%65.69
%83.33
%60

Codes

Color #662311 in popluar color models

662311
RGB1023517
HSL13°71.43%23.33%
HSB/HSV13°83.33%40.00%
CMYK0.00%65.69%83.33%
60.00%

Color #662311 in popluar number systems.

HEX662311
Decimal1023517
Binary110011010001110001
Octal1464321

Shades and tints

Shades of #662311

#662311
(102,35,17)
#5D2010
(93,32,16)
#541D0F
(84,29,15)
#4B1A0E
(75,26,14)
#42170D
(66,23,13)
#39140C
(57,20,12)
#30110B
(48,17,11)
#270E0A
(39,14,10)
#1E0B09
(30,11,9)
#150808
(21,8,8)
#0C0507
(12,5,7)
#000000
(0,0,0)

Tints of #662311

#662311
(102,35,17)
#733726
(115,55,38)
#804B3B
(128,75,59)
#8D5F50
(141,95,80)
#9A7365
(154,115,101)
#A7877A
(167,135,122)
#B49B8F
(180,155,143)
#C1AFA4
(193,175,164)
#CEC3B9
(206,195,185)
#DBD7CE
(219,215,206)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #662311 color. Also use rgb(102,35,17) instead hex code.

Text Font Color

.myTextColor { color: #662311; }

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

This text font color is #662311.


Background Color

.myBgColor { background-color: #662311; }

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

This div background color is #662311.


Border color

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

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

This div border color is #662311.


Opacity

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

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

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

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

This text has shadow with #662311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #662311 on black background.


Color preview on white background

This text has color #662311 on white background.



Black color preview on #662311 background

This text has black color on #662311 background.


White color preview on #662311 background

This text has white color on #662311 background.