COLOR #483852

HEX: #483852
RGB: (72,56,82)

Color info

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

RGB color model

#483852 color RGB value is (72,56,82).

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

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 82 of 255 = 32%

72
56
82

R + G + B ~ 27%. #483852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 82 = 210 (100%)
R 72 of 210 ~ 34.29%
G 56 of 210 ~ 26.67%
B 82 of 210 ~ 39.05%

%34.29
%26.67
%39.05

CMYK color model

#483852 color CMYK value is (12,32,0,68).

  • cyan value is 12.20%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(12,32,0,68)
C12M32Y0K68 
(12%,32%,0%,68%)
(0.12/0.32/0.00/0.68)	

CMYK percentages

%12.2
%31.71
%0
%67.84

Codes

Color #483852 in popluar color models

483852
RGB725682
HSL277°18.84%27.06%
HSB/HSV277°31.71%32.16%
CMYK12.20%31.71%0.00%
67.84%

Color #483852 in popluar number systems.

HEX483852
Decimal725682
Binary10010001110001010010
Octal11070122

Shades and tints

Shades of #483852

#483852
(72,56,82)
#42334B
(66,51,75)
#3C2E44
(60,46,68)
#36293D
(54,41,61)
#302436
(48,36,54)
#2A1F2F
(42,31,47)
#241A28
(36,26,40)
#1E1521
(30,21,33)
#18101A
(24,16,26)
#120B13
(18,11,19)
#0C060C
(12,6,12)
#000000
(0,0,0)

Tints of #483852

#483852
(72,56,82)
#584A61
(88,74,97)
#685C70
(104,92,112)
#786E7F
(120,110,127)
#88808E
(136,128,142)
#98929D
(152,146,157)
#A8A4AC
(168,164,172)
#B8B6BB
(184,182,187)
#C8C8CA
(200,200,202)
#D8DAD9
(216,218,217)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483852; }

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

This text font color is #483852.


Background Color

.myBgColor { background-color: #483852; }

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

This div background color is #483852.


Border color

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

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

This div border color is #483852.


Opacity

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

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

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

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

This text has shadow with #483852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483852 on black background.


Color preview on white background

This text has color #483852 on white background.



Black color preview on #483852 background

This text has black color on #483852 background.


White color preview on #483852 background

This text has white color on #483852 background.