COLOR #482334

HEX: #482334
RGB: (72,35,52)

Color info

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

RGB color model

#482334 color RGB value is (72,35,52).

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

RGB channels and saturation

R 72 of 255 = 28%
G 35 of 255 = 14%
B 52 of 255 = 20%

72
35
52

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

Portions of RGB colors in percentages

R + G + B =
72 + 35 + 52 = 159 (100%)
R 72 of 159 ~ 45.28%
G 35 of 159 ~ 22.01%
B 52 of 159 ~ 32.7%

%45.28
%22.01
%32.7

CMYK color model

#482334 color CMYK value is (0,51,28,72).

  • cyan value is 0.00%
  • magenta value is 51.39%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(0,51,28,72)
C0M51Y28K72 
(0%,51%,28%,72%)
(0.00/0.51/0.28/0.72)	

CMYK percentages

%0
%51.39
%27.78
%71.76

Codes

Color #482334 in popluar color models

482334
RGB723552
HSL332°34.58%20.98%
HSB/HSV332°51.39%28.24%
CMYK0.00%51.39%27.78%
71.76%

Color #482334 in popluar number systems.

HEX482334
Decimal723552
Binary1001000100011110100
Octal1104364

Shades and tints

Shades of #482334

#482334
(72,35,52)
#422030
(66,32,48)
#3C1D2C
(60,29,44)
#361A28
(54,26,40)
#301724
(48,23,36)
#2A1420
(42,20,32)
#24111C
(36,17,28)
#1E0E18
(30,14,24)
#180B14
(24,11,20)
#120810
(18,8,16)
#0C050C
(12,5,12)
#000000
(0,0,0)

Tints of #482334

#482334
(72,35,52)
#583746
(88,55,70)
#684B58
(104,75,88)
#785F6A
(120,95,106)
#88737C
(136,115,124)
#98878E
(152,135,142)
#A89BA0
(168,155,160)
#B8AFB2
(184,175,178)
#C8C3C4
(200,195,196)
#D8D7D6
(216,215,214)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482334; }

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

This text font color is #482334.


Background Color

.myBgColor { background-color: #482334; }

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

This div background color is #482334.


Border color

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

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

This div border color is #482334.


Opacity

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

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

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

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

This text has shadow with #482334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482334 on black background.


Color preview on white background

This text has color #482334 on white background.



Black color preview on #482334 background

This text has black color on #482334 background.


White color preview on #482334 background

This text has white color on #482334 background.