COLOR #603409

HEX: #603409
RGB: (96,52,9)

Color info

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

RGB color model

#603409 color RGB value is (96,52,9).

  • red value is 96;
  • green value is 52;
  • blue value is 9.
RGB: (96,52,9) (38%,20%,4%)

RGB channels and saturation

R 96 of 255 = 38%
G 52 of 255 = 20%
B 9 of 255 = 4%

96
52
9

R + G + B ~ 21%. #603409 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 52 + 9 = 157 (100%)
R 96 of 157 ~ 61.15%
G 52 of 157 ~ 33.12%
B 9 of 157 ~ 5.73%

%61.15
%33.12

CMYK color model

#603409 color CMYK value is (0,46,91,62).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 90.63%
  • key color value is 62.35%
CMYK: (0,46,91,62) C0M46Y91K62 (0%,46%,91%,62%) (0.00/0.46/0.91/0.62)

CMYK percentages

%0
%45.83
%90.63
%62.35

Codes

Color #603409 in popluar color models

603409
RGB96529
HSL30°82.86%20.59%
HSB/HSV30°90.63%37.65%
CMYK0.00%45.83%90.63%
62.35%

Color #603409 in popluar number systems.

HEX603409
Decimal96529
Binary11000001101001001
Octal1406411

Shades and tints

Shades of #603409

#603409
(96,52,9)
#583009
(88,48,9)
#502C09
(80,44,9)
#482809
(72,40,9)
#402409
(64,36,9)
#382009
(56,32,9)
#301C09
(48,28,9)
#281809
(40,24,9)
#201409
(32,20,9)
#181009
(24,16,9)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #603409

#603409
(96,52,9)
#6E461F
(110,70,31)
#7C5835
(124,88,53)
#8A6A4B
(138,106,75)
#987C61
(152,124,97)
#A68E77
(166,142,119)
#B4A08D
(180,160,141)
#C2B2A3
(194,178,163)
#D0C4B9
(208,196,185)
#DED6CF
(222,214,207)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603409 color. Also use rgb(96,52,9) instead hex code.

Text Font Color

.myTextColor { color: #603409; }

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

This text font color is #603409.


Background Color

.myBgColor { background-color: #603409; }

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

This div background color is #603409.


Border color

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

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

This div border color is #603409.


Opacity

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

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

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

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

This text has shadow with #603409 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #603409 on black background.


Color preview on white background

This text has color #603409 on white background.



Black color preview on #603409 background

This text has black color on #603409 background.


White color preview on #603409 background

This text has white color on #603409 background.