COLOR #603F28

HEX: #603F28
RGB: (96,63,40)

Color info

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

RGB color model

#603F28 color RGB value is (96,63,40).

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

RGB channels and saturation

R 96 of 255 = 38%
G 63 of 255 = 25%
B 40 of 255 = 16%

96
63
40

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

Portions of RGB colors in percentages

R + G + B =
96 + 63 + 40 = 199 (100%)
R 96 of 199 ~ 48.24%
G 63 of 199 ~ 31.66%
B 40 of 199 ~ 20.1%

%48.24
%31.66
%20.1

CMYK color model

#603F28 color CMYK value is (0,34,58,62).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 58.33%
  • key color value is 62.35%
CMYK:
(0,34,58,62)
C0M34Y58K62 
(0%,34%,58%,62%)
(0.00/0.34/0.58/0.62)	

CMYK percentages

%0
%34.38
%58.33
%62.35

Codes

Color #603F28 in popluar color models

603F28
RGB966340
HSL25°41.18%26.67%
HSB/HSV25°58.33%37.65%
CMYK0.00%34.38%58.33%
62.35%

Color #603F28 in popluar number systems.

HEX603F28
Decimal966340
Binary1100000111111101000
Octal1407750

Shades and tints

Shades of #603F28

#603F28
(96,63,40)
#583A25
(88,58,37)
#503522
(80,53,34)
#48301F
(72,48,31)
#402B1C
(64,43,28)
#382619
(56,38,25)
#302116
(48,33,22)
#281C13
(40,28,19)
#201710
(32,23,16)
#18120D
(24,18,13)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #603F28

#603F28
(96,63,40)
#6E503B
(110,80,59)
#7C614E
(124,97,78)
#8A7261
(138,114,97)
#988374
(152,131,116)
#A69487
(166,148,135)
#B4A59A
(180,165,154)
#C2B6AD
(194,182,173)
#D0C7C0
(208,199,192)
#DED8D3
(222,216,211)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603F28; }

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

This text font color is #603F28.


Background Color

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

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

This div background color is #603F28.


Border color

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

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

This div border color is #603F28.


Opacity

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

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

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

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

This text has shadow with #603F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603F28 on black background.


Color preview on white background

This text has color #603F28 on white background.



Black color preview on #603F28 background

This text has black color on #603F28 background.


White color preview on #603F28 background

This text has white color on #603F28 background.