COLOR #482F33

HEX: #482F33
RGB: (72,47,51)

Color info

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

RGB color model

#482F33 color RGB value is (72,47,51).

  • red value is 72;
  • green value is 47;
  • blue value is 51.
RGB:
(72,47,51)
(28%,18%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 47 of 255 = 18%
B 51 of 255 = 20%

72
47
51

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

Portions of RGB colors in percentages

R + G + B =
72 + 47 + 51 = 170 (100%)
R 72 of 170 ~ 42.35%
G 47 of 170 ~ 27.65%
B 51 of 170 ~ 30%

%42.35
%27.65
%30

CMYK color model

#482F33 color CMYK value is (0,35,29,72).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK:
(0,35,29,72)
C0M35Y29K72 
(0%,35%,29%,72%)
(0.00/0.35/0.29/0.72)	

CMYK percentages

%0
%34.72
%29.17
%71.76

Codes

Color #482F33 in popluar color models

482F33
RGB724751
HSL350°21.01%23.33%
HSB/HSV350°34.72%28.24%
CMYK0.00%34.72%29.17%
71.76%

Color #482F33 in popluar number systems.

HEX482F33
Decimal724751
Binary1001000101111110011
Octal1105763

Shades and tints

Shades of #482F33

#482F33
(72,47,51)
#422B2F
(66,43,47)
#3C272B
(60,39,43)
#362327
(54,35,39)
#301F23
(48,31,35)
#2A1B1F
(42,27,31)
#24171B
(36,23,27)
#1E1317
(30,19,23)
#180F13
(24,15,19)
#120B0F
(18,11,15)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #482F33

#482F33
(72,47,51)
#584145
(88,65,69)
#685357
(104,83,87)
#786569
(120,101,105)
#88777B
(136,119,123)
#98898D
(152,137,141)
#A89B9F
(168,155,159)
#B8ADB1
(184,173,177)
#C8BFC3
(200,191,195)
#D8D1D5
(216,209,213)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482F33 color. Also use rgb(72,47,51) instead hex code.

Text Font Color

.myTextColor { color: #482F33; }

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

This text font color is #482F33.


Background Color

.myBgColor { background-color: #482F33; }

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

This div background color is #482F33.


Border color

.myBorderColor { border: 1px solid #482F33; }

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

This div border color is #482F33.


Opacity

.myOpacity80 { color: #482F33; opacity: 0.8; }

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

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

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

This text has shadow with #482F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482F33 on black background.


Color preview on white background

This text has color #482F33 on white background.



Black color preview on #482F33 background

This text has black color on #482F33 background.


White color preview on #482F33 background

This text has white color on #482F33 background.