COLOR #603B28

HEX: #603B28
RGB: (96,59,40)

Color info

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

RGB color model

#603B28 color RGB value is (96,59,40).

  • red value is 96;
  • green value is 59;
  • blue value is 40.
RGB:
(96,59,40)
(38%,23%,16%)

RGB channels and saturation

R 96 of 255 = 38%
G 59 of 255 = 23%
B 40 of 255 = 16%

96
59
40

R + G + B ~ 26%. #603B28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 59 + 40 = 195 (100%)
R 96 of 195 ~ 49.23%
G 59 of 195 ~ 30.26%
B 40 of 195 ~ 20.51%

%49.23
%30.26
%20.51

CMYK color model

#603B28 color CMYK value is (0,39,58,62).

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 58.33%
  • key color value is 62.35%
CMYK:
(0,39,58,62)
C0M39Y58K62 
(0%,39%,58%,62%)
(0.00/0.39/0.58/0.62)	

CMYK percentages

%0
%38.54
%58.33
%62.35

Codes

Color #603B28 in popluar color models

603B28
RGB965940
HSL20°41.18%26.67%
HSB/HSV20°58.33%37.65%
CMYK0.00%38.54%58.33%
62.35%

Color #603B28 in popluar number systems.

HEX603B28
Decimal965940
Binary1100000111011101000
Octal1407350

Shades and tints

Shades of #603B28

#603B28
(96,59,40)
#583625
(88,54,37)
#503122
(80,49,34)
#482C1F
(72,44,31)
#40271C
(64,39,28)
#382219
(56,34,25)
#301D16
(48,29,22)
#281813
(40,24,19)
#201310
(32,19,16)
#180E0D
(24,14,13)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #603B28

#603B28
(96,59,40)
#6E4C3B
(110,76,59)
#7C5D4E
(124,93,78)
#8A6E61
(138,110,97)
#987F74
(152,127,116)
#A69087
(166,144,135)
#B4A19A
(180,161,154)
#C2B2AD
(194,178,173)
#D0C3C0
(208,195,192)
#DED4D3
(222,212,211)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603B28 color. Also use rgb(96,59,40) instead hex code.

Text Font Color

.myTextColor { color: #603B28; }

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

This text font color is #603B28.


Background Color

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

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

This div background color is #603B28.


Border color

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

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

This div border color is #603B28.


Opacity

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

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

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

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

This text has shadow with #603B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603B28 on black background.


Color preview on white background

This text has color #603B28 on white background.



Black color preview on #603B28 background

This text has black color on #603B28 background.


White color preview on #603B28 background

This text has white color on #603B28 background.