COLOR #483030

HEX: #483030
RGB: (72,48,48)

Color info

#483030 contains red, green and blue colors in about the same proportion. Web safe color of #483030 is #333333 (or #333).

RGB color model

#483030 color RGB value is (72,48,48).

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

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 48 of 255 = 19%

72
48
48

R + G + B ~ 22%. #483030 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 48 = 168 (100%)
R 72 of 168 ~ 42.86%
G 48 of 168 ~ 28.57%
B 48 of 168 ~ 28.57%

%42.86
%28.57
%28.57

CMYK color model

#483030 color CMYK value is (0,33,33,72).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(0,33,33,72)
C0M33Y33K72 
(0%,33%,33%,72%)
(0.00/0.33/0.33/0.72)	

CMYK percentages

%0
%33.33
%33.33
%71.76

Codes

Color #483030 in popluar color models

483030
RGB724848
HSL20.00%23.53%
HSB/HSV33.33%28.24%
CMYK0.00%33.33%33.33%
71.76%

Color #483030 in popluar number systems.

HEX483030
Decimal724848
Binary1001000110000110000
Octal1106060

Shades and tints

Shades of #483030

#483030
(72,48,48)
#422C2C
(66,44,44)
#3C2828
(60,40,40)
#362424
(54,36,36)
#302020
(48,32,32)
#2A1C1C
(42,28,28)
#241818
(36,24,24)
#1E1414
(30,20,20)
#181010
(24,16,16)
#120C0C
(18,12,12)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #483030

#483030
(72,48,48)
#584242
(88,66,66)
#685454
(104,84,84)
#786666
(120,102,102)
#887878
(136,120,120)
#988A8A
(152,138,138)
#A89C9C
(168,156,156)
#B8AEAE
(184,174,174)
#C8C0C0
(200,192,192)
#D8D2D2
(216,210,210)
#E8E4E4
(232,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483030; }

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

This text font color is #483030.


Background Color

.myBgColor { background-color: #483030; }

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

This div background color is #483030.


Border color

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

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

This div border color is #483030.


Opacity

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

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

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

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

This text has shadow with #483030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483030 on black background.


Color preview on white background

This text has color #483030 on white background.



Black color preview on #483030 background

This text has black color on #483030 background.


White color preview on #483030 background

This text has white color on #483030 background.