COLOR #603D35

HEX: #603D35
RGB: (96,61,53)

Color info

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

RGB color model

#603D35 color RGB value is (96,61,53).

  • red value is 96;
  • green value is 61;
  • blue value is 53.
RGB:
(96,61,53)
(38%,24%,21%)

RGB channels and saturation

R 96 of 255 = 38%
G 61 of 255 = 24%
B 53 of 255 = 21%

96
61
53

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

Portions of RGB colors in percentages

R + G + B =
96 + 61 + 53 = 210 (100%)
R 96 of 210 ~ 45.71%
G 61 of 210 ~ 29.05%
B 53 of 210 ~ 25.24%

%45.71
%29.05
%25.24

CMYK color model

#603D35 color CMYK value is (0,36,45,62).

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 44.79%
  • key color value is 62.35%
CMYK:
(0,36,45,62)
C0M36Y45K62 
(0%,36%,45%,62%)
(0.00/0.36/0.45/0.62)	

CMYK percentages

%0
%36.46
%44.79
%62.35

Codes

Color #603D35 in popluar color models

603D35
RGB966153
HSL11°28.86%29.22%
HSB/HSV11°44.79%37.65%
CMYK0.00%36.46%44.79%
62.35%

Color #603D35 in popluar number systems.

HEX603D35
Decimal966153
Binary1100000111101110101
Octal1407565

Shades and tints

Shades of #603D35

#603D35
(96,61,53)
#583831
(88,56,49)
#50332D
(80,51,45)
#482E29
(72,46,41)
#402925
(64,41,37)
#382421
(56,36,33)
#301F1D
(48,31,29)
#281A19
(40,26,25)
#201515
(32,21,21)
#181011
(24,16,17)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #603D35

#603D35
(96,61,53)
#6E4E47
(110,78,71)
#7C5F59
(124,95,89)
#8A706B
(138,112,107)
#98817D
(152,129,125)
#A6928F
(166,146,143)
#B4A3A1
(180,163,161)
#C2B4B3
(194,180,179)
#D0C5C5
(208,197,197)
#DED6D7
(222,214,215)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603D35 color. Also use rgb(96,61,53) instead hex code.

Text Font Color

.myTextColor { color: #603D35; }

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

This text font color is #603D35.


Background Color

.myBgColor { background-color: #603D35; }

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

This div background color is #603D35.


Border color

.myBorderColor { border: 1px solid #603D35; }

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

This div border color is #603D35.


Opacity

.myOpacity80 { color: #603D35; opacity: 0.8; }

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

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

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

This text has shadow with #603D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603D35 on black background.


Color preview on white background

This text has color #603D35 on white background.



Black color preview on #603D35 background

This text has black color on #603D35 background.


White color preview on #603D35 background

This text has white color on #603D35 background.