COLOR #482F53

HEX: #482F53 RGB: (72,47,83)

Color info

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

RGB color model

#482F53 color RGB value is (72,47,83).

RGB: (72,47,83) (28%, 18%, 33%)

RGB channels and saturation

R 72 of 255 = 28%
G 47 of 255 = 18%
B 83 of 255 = 33%

72
47
83

R + G + B ~ 26%. #482F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 47 + 83 = 202 (100%)
R 72 of 202 ~ 35.64%
G 47 of 202 ~ 23.27%
B 83 of 202 ~ 41.09'%

%35.64
%23.27
%41.09

CMYK color model

#482F53 color CMYK value is (13,43,0,67).

  • cyan value is 13.25%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (13,43,0,67)
C13M43Y0K67 (13%, 43%, 0%, 67%)
(0.13 / 0.43 / 0.00 / 0.67)

CMYK percentages

%13.25
%43.37
%0
%67.45

Codes

Color #482F53 in popluar color models

48 2F 53
RGB 72 47 83
HSL 282° 27.69% 25.49%
HSB/HSV 282° 43.37% 32.55%
CMYK 13.25% 43.37% 0.00%
67.45%

Color #482F53 in popluar number systems.

HEX 48 2F 53
Decimal 72 47 83
Binary 1001000 101111 1010011
Octal 110 57 123

Shades and tints

Shades of #482F53

#482F53
(72,47,83)
#422B4C
(66,43,76)
#3C2745
(60,39,69)
#36233E
(54,35,62)
#301F37
(48,31,55)
#2A1B30
(42,27,48)
#241729
(36,23,41)
#1E1322
(30,19,34)
#180F1B
(24,15,27)
#120B14
(18,11,20)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #482F53

#482F53
(72,47,83)
#584162
(88,65,98)
#685371
(104,83,113)
#786580
(120,101,128)
#88778F
(136,119,143)
#98899E
(152,137,158)
#A89BAD
(168,155,173)
#B8ADBC
(184,173,188)
#C8BFCB
(200,191,203)
#D8D1DA
(216,209,218)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482F53; }

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

This text font color is #482F53.

Background Color

.myBgColor { background-color: #482F53; }

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

This div background color is #482F53.

Border color

.myBorderColor { border: 1px solid #482F53; }

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

This div border color is #482F53.

Opacity

.myOpacity80 { color: #482F53; opacity: 0.8; }

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

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

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

This text has shadow with #482F53 color.


.textShadow {text-shadow: 3px 3px 1px #482F53', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #482F53; -webkit-box-shadow: 1px 1px 3px 2px #482F53; box-shadow:1px 1px 3px 2px #482F53;">
Div content here
</div>

This div box has shadow with color #482F53.

Preview

Color preview on black background

This text has color #482F53 on black background.


Color preview on white background

This text has color #482F53 on white background.


Black color preview on #482F53 background

This text has black color on #482F53 background.


White color preview on #482F53 background

This text has white color on #482F53 background.


Related colors

Complementary color

Complementary color for #hex is #B7D0AC.


I love getcolorcode.com

Triadic colors

1 #53482F and #2F5348 with #482F53 are triadic colors.

2 #532F48 and #2F4853 with #482F53 are triadic colors.