COLOR #603312

HEX: #603312
RGB: (96,51,18)

Color info

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

RGB color model

#603312 color RGB value is (96,51,18).

  • red value is 96;
  • green value is 51;
  • blue value is 18.
RGB:
(96,51,18)
(38%,20%,7%)

RGB channels and saturation

R 96 of 255 = 38%
G 51 of 255 = 20%
B 18 of 255 = 7%

96
51
18

R + G + B ~ 22%. #603312 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 51 + 18 = 165 (100%)
R 96 of 165 ~ 58.18%
G 51 of 165 ~ 30.91%
B 18 of 165 ~ 10.91%

%58.18
%30.91
%10.91

CMYK color model

#603312 color CMYK value is (0,47,81,62).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 81.25%
  • key color value is 62.35%
CMYK:
(0,47,81,62)
C0M47Y81K62 
(0%,47%,81%,62%)
(0.00/0.47/0.81/0.62)	

CMYK percentages

%0
%46.88
%81.25
%62.35

Codes

Color #603312 in popluar color models

603312
RGB965118
HSL25°68.42%22.35%
HSB/HSV25°81.25%37.65%
CMYK0.00%46.88%81.25%
62.35%

Color #603312 in popluar number systems.

HEX603312
Decimal965118
Binary110000011001110010
Octal1406322

Shades and tints

Shades of #603312

#603312
(96,51,18)
#582F11
(88,47,17)
#502B10
(80,43,16)
#48270F
(72,39,15)
#40230E
(64,35,14)
#381F0D
(56,31,13)
#301B0C
(48,27,12)
#28170B
(40,23,11)
#20130A
(32,19,10)
#180F09
(24,15,9)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #603312

#603312
(96,51,18)
#6E4527
(110,69,39)
#7C573C
(124,87,60)
#8A6951
(138,105,81)
#987B66
(152,123,102)
#A68D7B
(166,141,123)
#B49F90
(180,159,144)
#C2B1A5
(194,177,165)
#D0C3BA
(208,195,186)
#DED5CF
(222,213,207)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603312 color. Also use rgb(96,51,18) instead hex code.

Text Font Color

.myTextColor { color: #603312; }

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

This text font color is #603312.


Background Color

.myBgColor { background-color: #603312; }

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

This div background color is #603312.


Border color

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

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

This div border color is #603312.


Opacity

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

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

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

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

This text has shadow with #603312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603312 on black background.


Color preview on white background

This text has color #603312 on white background.



Black color preview on #603312 background

This text has black color on #603312 background.


White color preview on #603312 background

This text has white color on #603312 background.