COLOR #483853

HEX: #483853
RGB: (72,56,83)

Color info

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

RGB color model

#483853 color RGB value is (72,56,83).

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

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 83 of 255 = 33%

72
56
83

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

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 83 = 211 (100%)
R 72 of 211 ~ 34.12%
G 56 of 211 ~ 26.54%
B 83 of 211 ~ 39.34%

%34.12
%26.54
%39.34

CMYK color model

#483853 color CMYK value is (13,33,0,67).

  • cyan value is 13.25%
  • magenta value is 32.53%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(13,33,0,67)
C13M33Y0K67 
(13%,33%,0%,67%)
(0.13/0.33/0.00/0.67)	

CMYK percentages

%13.25
%32.53
%0
%67.45

Codes

Color #483853 in popluar color models

483853
RGB725683
HSL276°19.42%27.25%
HSB/HSV276°32.53%32.55%
CMYK13.25%32.53%0.00%
67.45%

Color #483853 in popluar number systems.

HEX483853
Decimal725683
Binary10010001110001010011
Octal11070123

Shades and tints

Shades of #483853

#483853
(72,56,83)
#42334C
(66,51,76)
#3C2E45
(60,46,69)
#36293E
(54,41,62)
#302437
(48,36,55)
#2A1F30
(42,31,48)
#241A29
(36,26,41)
#1E1522
(30,21,34)
#18101B
(24,16,27)
#120B14
(18,11,20)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #483853

#483853
(72,56,83)
#584A62
(88,74,98)
#685C71
(104,92,113)
#786E80
(120,110,128)
#88808F
(136,128,143)
#98929E
(152,146,158)
#A8A4AD
(168,164,173)
#B8B6BC
(184,182,188)
#C8C8CB
(200,200,203)
#D8DADA
(216,218,218)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483853; }

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

This text font color is #483853.


Background Color

.myBgColor { background-color: #483853; }

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

This div background color is #483853.


Border color

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

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

This div border color is #483853.


Opacity

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

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

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

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

This text has shadow with #483853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483853 on black background.


Color preview on white background

This text has color #483853 on white background.



Black color preview on #483853 background

This text has black color on #483853 background.


White color preview on #483853 background

This text has white color on #483853 background.