COLOR #483430

HEX: #483430
RGB: (72,52,48)

Color info

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

RGB color model

#483430 color RGB value is (72,52,48).

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

RGB channels and saturation

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

72
52
48

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

Portions of RGB colors in percentages

R + G + B =
72 + 52 + 48 = 172 (100%)
R 72 of 172 ~ 41.86%
G 52 of 172 ~ 30.23%
B 48 of 172 ~ 27.91%

%41.86
%30.23
%27.91

CMYK color model

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

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

CMYK percentages

%0
%27.78
%33.33
%71.76

Codes

Color #483430 in popluar color models

483430
RGB725248
HSL10°20.00%23.53%
HSB/HSV10°33.33%28.24%
CMYK0.00%27.78%33.33%
71.76%

Color #483430 in popluar number systems.

HEX483430
Decimal725248
Binary1001000110100110000
Octal1106460

Shades and tints

Shades of #483430

#483430
(72,52,48)
#42302C
(66,48,44)
#3C2C28
(60,44,40)
#362824
(54,40,36)
#302420
(48,36,32)
#2A201C
(42,32,28)
#241C18
(36,28,24)
#1E1814
(30,24,20)
#181410
(24,20,16)
#12100C
(18,16,12)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #483430

#483430
(72,52,48)
#584642
(88,70,66)
#685854
(104,88,84)
#786A66
(120,106,102)
#887C78
(136,124,120)
#988E8A
(152,142,138)
#A8A09C
(168,160,156)
#B8B2AE
(184,178,174)
#C8C4C0
(200,196,192)
#D8D6D2
(216,214,210)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483430; }

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

This text font color is #483430.


Background Color

.myBgColor { background-color: #483430; }

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

This div background color is #483430.


Border color

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

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

This div border color is #483430.


Opacity

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

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

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

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

This text has shadow with #483430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483430 on black background.


Color preview on white background

This text has color #483430 on white background.



Black color preview on #483430 background

This text has black color on #483430 background.


White color preview on #483430 background

This text has white color on #483430 background.