COLOR #482934

HEX: #482934
RGB: (72,41,52)

Color info

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

RGB color model

#482934 color RGB value is (72,41,52).

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

RGB channels and saturation

R 72 of 255 = 28%
G 41 of 255 = 16%
B 52 of 255 = 20%

72
41
52

R + G + B ~ 21%. #482934 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 41 + 52 = 165 (100%)
R 72 of 165 ~ 43.64%
G 41 of 165 ~ 24.85%
B 52 of 165 ~ 31.52%

%43.64
%24.85
%31.52

CMYK color model

#482934 color CMYK value is (0,43,28,72).

  • cyan value is 0.00%
  • magenta value is 43.06%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(0,43,28,72)
C0M43Y28K72 
(0%,43%,28%,72%)
(0.00/0.43/0.28/0.72)	

CMYK percentages

%0
%43.06
%27.78
%71.76

Codes

Color #482934 in popluar color models

482934
RGB724152
HSL339°27.43%22.16%
HSB/HSV339°43.06%28.24%
CMYK0.00%43.06%27.78%
71.76%

Color #482934 in popluar number systems.

HEX482934
Decimal724152
Binary1001000101001110100
Octal1105164

Shades and tints

Shades of #482934

#482934
(72,41,52)
#422630
(66,38,48)
#3C232C
(60,35,44)
#362028
(54,32,40)
#301D24
(48,29,36)
#2A1A20
(42,26,32)
#24171C
(36,23,28)
#1E1418
(30,20,24)
#181114
(24,17,20)
#120E10
(18,14,16)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #482934

#482934
(72,41,52)
#583C46
(88,60,70)
#684F58
(104,79,88)
#78626A
(120,98,106)
#88757C
(136,117,124)
#98888E
(152,136,142)
#A89BA0
(168,155,160)
#B8AEB2
(184,174,178)
#C8C1C4
(200,193,196)
#D8D4D6
(216,212,214)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482934; }

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

This text font color is #482934.


Background Color

.myBgColor { background-color: #482934; }

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

This div background color is #482934.


Border color

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

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

This div border color is #482934.


Opacity

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

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

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

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

This text has shadow with #482934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482934 on black background.


Color preview on white background

This text has color #482934 on white background.



Black color preview on #482934 background

This text has black color on #482934 background.


White color preview on #482934 background

This text has white color on #482934 background.