COLOR #482927

HEX: #482927
RGB: (72,41,39)

Color info

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

RGB color model

#482927 color RGB value is (72,41,39).

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

RGB channels and saturation

R 72 of 255 = 28%
G 41 of 255 = 16%
B 39 of 255 = 15%

72
41
39

R + G + B ~ 20%. #482927 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 41 + 39 = 152 (100%)
R 72 of 152 ~ 47.37%
G 41 of 152 ~ 26.97%
B 39 of 152 ~ 25.66%

%47.37
%26.97
%25.66

CMYK color model

#482927 color CMYK value is (0,43,46,72).

  • cyan value is 0.00%
  • magenta value is 43.06%
  • yellow value is 45.83%
  • key color value is 71.76%
CMYK:
(0,43,46,72)
C0M43Y46K72 
(0%,43%,46%,72%)
(0.00/0.43/0.46/0.72)	

CMYK percentages

%0
%43.06
%45.83
%71.76

Codes

Color #482927 in popluar color models

482927
RGB724139
HSL29.73%21.76%
HSB/HSV45.83%28.24%
CMYK0.00%43.06%45.83%
71.76%

Color #482927 in popluar number systems.

HEX482927
Decimal724139
Binary1001000101001100111
Octal1105147

Shades and tints

Shades of #482927

#482927
(72,41,39)
#422624
(66,38,36)
#3C2321
(60,35,33)
#36201E
(54,32,30)
#301D1B
(48,29,27)
#2A1A18
(42,26,24)
#241715
(36,23,21)
#1E1412
(30,20,18)
#18110F
(24,17,15)
#120E0C
(18,14,12)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #482927

#482927
(72,41,39)
#583C3A
(88,60,58)
#684F4D
(104,79,77)
#786260
(120,98,96)
#887573
(136,117,115)
#988886
(152,136,134)
#A89B99
(168,155,153)
#B8AEAC
(184,174,172)
#C8C1BF
(200,193,191)
#D8D4D2
(216,212,210)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482927; }

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

This text font color is #482927.


Background Color

.myBgColor { background-color: #482927; }

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

This div background color is #482927.


Border color

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

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

This div border color is #482927.


Opacity

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

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

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

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

This text has shadow with #482927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482927 on black background.


Color preview on white background

This text has color #482927 on white background.



Black color preview on #482927 background

This text has black color on #482927 background.


White color preview on #482927 background

This text has white color on #482927 background.