COLOR #484052

HEX: #484052
RGB: (72,64,82)

Color info

#484052 contains red, green and blue colors in about the same proportion. Web safe color of #484052 is #333366 (or #336).

RGB color model

#484052 color RGB value is (72,64,82).

  • red value is 72;
  • green value is 64;
  • blue value is 82.
RGB:
(72,64,82)
(28%,25%,32%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 82 of 255 = 32%

72
64
82

R + G + B ~ 28%. #484052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 82 = 218 (100%)
R 72 of 218 ~ 33.03%
G 64 of 218 ~ 29.36%
B 82 of 218 ~ 37.61%

%33.03
%29.36
%37.61

CMYK color model

#484052 color CMYK value is (12,22,0,68).

  • cyan value is 12.20%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(12,22,0,68)
C12M22Y0K68 
(12%,22%,0%,68%)
(0.12/0.22/0.00/0.68)	

CMYK percentages

%12.2
%21.95
%0
%67.84

Codes

Color #484052 in popluar color models

484052
RGB726482
HSL267°12.33%28.63%
HSB/HSV267°21.95%32.16%
CMYK12.20%21.95%0.00%
67.84%

Color #484052 in popluar number systems.

HEX484052
Decimal726482
Binary100100010000001010010
Octal110100122

Shades and tints

Shades of #484052

#484052
(72,64,82)
#423B4B
(66,59,75)
#3C3644
(60,54,68)
#36313D
(54,49,61)
#302C36
(48,44,54)
#2A272F
(42,39,47)
#242228
(36,34,40)
#1E1D21
(30,29,33)
#18181A
(24,24,26)
#121313
(18,19,19)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #484052

#484052
(72,64,82)
#585161
(88,81,97)
#686270
(104,98,112)
#78737F
(120,115,127)
#88848E
(136,132,142)
#98959D
(152,149,157)
#A8A6AC
(168,166,172)
#B8B7BB
(184,183,187)
#C8C8CA
(200,200,202)
#D8D9D9
(216,217,217)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484052 color. Also use rgb(72,64,82) instead hex code.

Text Font Color

.myTextColor { color: #484052; }

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

This text font color is #484052.


Background Color

.myBgColor { background-color: #484052; }

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

This div background color is #484052.


Border color

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

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

This div border color is #484052.


Opacity

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

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

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

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

This text has shadow with #484052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484052 on black background.


Color preview on white background

This text has color #484052 on white background.



Black color preview on #484052 background

This text has black color on #484052 background.


White color preview on #484052 background

This text has white color on #484052 background.