COLOR #603030

HEX: #603030
RGB: (96,48,48)

Color info

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

RGB color model

#603030 color RGB value is (96,48,48).

  • red value is 96;
  • green value is 48;
  • blue value is 48.
RGB:
(96,48,48)
(38%,19%,19%)

RGB channels and saturation

R 96 of 255 = 38%
G 48 of 255 = 19%
B 48 of 255 = 19%

96
48
48

R + G + B ~ 25%. #603030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 48 + 48 = 192 (100%)
R 96 of 192 ~ 50%
G 48 of 192 ~ 25%
B 48 of 192 ~ 25%

%50
%25
%25

CMYK color model

#603030 color CMYK value is (0,50,50,62).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 50.00%
  • key color value is 62.35%
CMYK:
(0,50,50,62)
C0M50Y50K62 
(0%,50%,50%,62%)
(0.00/0.50/0.50/0.62)	

CMYK percentages

%0
%50
%50
%62.35

Codes

Color #603030 in popluar color models

603030
RGB964848
HSL33.33%28.24%
HSB/HSV50.00%37.65%
CMYK0.00%50.00%50.00%
62.35%

Color #603030 in popluar number systems.

HEX603030
Decimal964848
Binary1100000110000110000
Octal1406060

Shades and tints

Shades of #603030

#603030
(96,48,48)
#582C2C
(88,44,44)
#502828
(80,40,40)
#482424
(72,36,36)
#402020
(64,32,32)
#381C1C
(56,28,28)
#301818
(48,24,24)
#281414
(40,20,20)
#201010
(32,16,16)
#180C0C
(24,12,12)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #603030

#603030
(96,48,48)
#6E4242
(110,66,66)
#7C5454
(124,84,84)
#8A6666
(138,102,102)
#987878
(152,120,120)
#A68A8A
(166,138,138)
#B49C9C
(180,156,156)
#C2AEAE
(194,174,174)
#D0C0C0
(208,192,192)
#DED2D2
(222,210,210)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603030; }

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

This text font color is #603030.


Background Color

.myBgColor { background-color: #603030; }

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

This div background color is #603030.


Border color

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

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

This div border color is #603030.


Opacity

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

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

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

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

This text has shadow with #603030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603030 on black background.


Color preview on white background

This text has color #603030 on white background.



Black color preview on #603030 background

This text has black color on #603030 background.


White color preview on #603030 background

This text has white color on #603030 background.