COLOR #603238

HEX: #603238
RGB: (96,50,56)

Color info

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

RGB color model

#603238 color RGB value is (96,50,56).

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

RGB channels and saturation

R 96 of 255 = 38%
G 50 of 255 = 20%
B 56 of 255 = 22%

96
50
56

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

Portions of RGB colors in percentages

R + G + B =
96 + 50 + 56 = 202 (100%)
R 96 of 202 ~ 47.52%
G 50 of 202 ~ 24.75%
B 56 of 202 ~ 27.72%

%47.52
%24.75
%27.72

CMYK color model

#603238 color CMYK value is (0,48,42,62).

  • cyan value is 0.00%
  • magenta value is 47.92%
  • yellow value is 41.67%
  • key color value is 62.35%
CMYK:
(0,48,42,62)
C0M48Y42K62 
(0%,48%,42%,62%)
(0.00/0.48/0.42/0.62)	

CMYK percentages

%0
%47.92
%41.67
%62.35

Codes

Color #603238 in popluar color models

603238
RGB965056
HSL352°31.51%28.63%
HSB/HSV352°47.92%37.65%
CMYK0.00%47.92%41.67%
62.35%

Color #603238 in popluar number systems.

HEX603238
Decimal965056
Binary1100000110010111000
Octal1406270

Shades and tints

Shades of #603238

#603238
(96,50,56)
#582E33
(88,46,51)
#502A2E
(80,42,46)
#482629
(72,38,41)
#402224
(64,34,36)
#381E1F
(56,30,31)
#301A1A
(48,26,26)
#281615
(40,22,21)
#201210
(32,18,16)
#180E0B
(24,14,11)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #603238

#603238
(96,50,56)
#6E444A
(110,68,74)
#7C565C
(124,86,92)
#8A686E
(138,104,110)
#987A80
(152,122,128)
#A68C92
(166,140,146)
#B49EA4
(180,158,164)
#C2B0B6
(194,176,182)
#D0C2C8
(208,194,200)
#DED4DA
(222,212,218)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603238; }

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

This text font color is #603238.


Background Color

.myBgColor { background-color: #603238; }

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

This div background color is #603238.


Border color

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

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

This div border color is #603238.


Opacity

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

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

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

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

This text has shadow with #603238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603238 on black background.


Color preview on white background

This text has color #603238 on white background.



Black color preview on #603238 background

This text has black color on #603238 background.


White color preview on #603238 background

This text has white color on #603238 background.