COLOR #603938

HEX: #603938
RGB: (96,57,56)

Color info

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

RGB color model

#603938 color RGB value is (96,57,56).

  • red value is 96;
  • green value is 57;
  • blue value is 56.
RGB:
(96,57,56)
(38%,22%,22%)

RGB channels and saturation

R 96 of 255 = 38%
G 57 of 255 = 22%
B 56 of 255 = 22%

96
57
56

R + G + B ~ 27%. #603938 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 57 + 56 = 209 (100%)
R 96 of 209 ~ 45.93%
G 57 of 209 ~ 27.27%
B 56 of 209 ~ 26.79%

%45.93
%27.27
%26.79

CMYK color model

#603938 color CMYK value is (0,41,42,62).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 41.67%
  • key color value is 62.35%
CMYK:
(0,41,42,62)
C0M41Y42K62 
(0%,41%,42%,62%)
(0.00/0.41/0.42/0.62)	

CMYK percentages

%0
%40.63
%41.67
%62.35

Codes

Color #603938 in popluar color models

603938
RGB965756
HSL26.32%29.80%
HSB/HSV41.67%37.65%
CMYK0.00%40.63%41.67%
62.35%

Color #603938 in popluar number systems.

HEX603938
Decimal965756
Binary1100000111001111000
Octal1407170

Shades and tints

Shades of #603938

#603938
(96,57,56)
#583433
(88,52,51)
#502F2E
(80,47,46)
#482A29
(72,42,41)
#402524
(64,37,36)
#38201F
(56,32,31)
#301B1A
(48,27,26)
#281615
(40,22,21)
#201110
(32,17,16)
#180C0B
(24,12,11)
#100706
(16,7,6)
#000000
(0,0,0)

Tints of #603938

#603938
(96,57,56)
#6E4B4A
(110,75,74)
#7C5D5C
(124,93,92)
#8A6F6E
(138,111,110)
#988180
(152,129,128)
#A69392
(166,147,146)
#B4A5A4
(180,165,164)
#C2B7B6
(194,183,182)
#D0C9C8
(208,201,200)
#DEDBDA
(222,219,218)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603938 color. Also use rgb(96,57,56) instead hex code.

Text Font Color

.myTextColor { color: #603938; }

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

This text font color is #603938.


Background Color

.myBgColor { background-color: #603938; }

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

This div background color is #603938.


Border color

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

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

This div border color is #603938.


Opacity

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

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

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

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

This text has shadow with #603938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603938 on black background.


Color preview on white background

This text has color #603938 on white background.



Black color preview on #603938 background

This text has black color on #603938 background.


White color preview on #603938 background

This text has white color on #603938 background.