COLOR #480834

HEX: #480834
RGB: (72,8,52)

Color info

#480834 contains mainly red and blue colors. Web safe color of #480834 is #330033 (or #303).

RGB color model

#480834 color RGB value is (72,8,52).

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

RGB channels and saturation

R 72 of 255 = 28%
G 8 of 255 = 3%
B 52 of 255 = 20%

72
8
52

R + G + B ~ 17%. #480834 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 8 + 52 = 132 (100%)
R 72 of 132 ~ 54.55%
G 8 of 132 ~ 6.06%
B 52 of 132 ~ 39.39%

%54.55
%39.39

CMYK color model

#480834 color CMYK value is (0,89,28,72).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(0,89,28,72)
C0M89Y28K72 
(0%,89%,28%,72%)
(0.00/0.89/0.28/0.72)	

CMYK percentages

%0
%88.89
%27.78
%71.76

Codes

Color #480834 in popluar color models

480834
RGB72852
HSL319°80.00%15.69%
HSB/HSV319°88.89%28.24%
CMYK0.00%88.89%27.78%
71.76%

Color #480834 in popluar number systems.

HEX480834
Decimal72852
Binary10010001000110100
Octal1101064

Shades and tints

Shades of #480834

#480834
(72,8,52)
#420830
(66,8,48)
#3C082C
(60,8,44)
#360828
(54,8,40)
#300824
(48,8,36)
#2A0820
(42,8,32)
#24081C
(36,8,28)
#1E0818
(30,8,24)
#180814
(24,8,20)
#120810
(18,8,16)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #480834

#480834
(72,8,52)
#581E46
(88,30,70)
#683458
(104,52,88)
#784A6A
(120,74,106)
#88607C
(136,96,124)
#98768E
(152,118,142)
#A88CA0
(168,140,160)
#B8A2B2
(184,162,178)
#C8B8C4
(200,184,196)
#D8CED6
(216,206,214)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480834; }

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

This text font color is #480834.


Background Color

.myBgColor { background-color: #480834; }

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

This div background color is #480834.


Border color

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

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

This div border color is #480834.


Opacity

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

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

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

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

This text has shadow with #480834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480834 on black background.


Color preview on white background

This text has color #480834 on white background.



Black color preview on #480834 background

This text has black color on #480834 background.


White color preview on #480834 background

This text has white color on #480834 background.