COLOR #482F4D

HEX: #482F4D RGB: (72,47,77)

Color info

#482F4D contains red, green and blue colors in about the same proportion. Web safe color of #482F4D is #333333 (or #333).

RGB color model

#482F4D color RGB value is (72,47,77).

RGB: (72,47,77) (28%, 18%, 30%)

RGB channels and saturation

R 72 of 255 = 28%
G 47 of 255 = 18%
B 77 of 255 = 30%

72
47
77

R + G + B ~ 25%. #482F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 47 + 77 = 196 (100%)
R 72 of 196 ~ 36.73%
G 47 of 196 ~ 23.98%
B 77 of 196 ~ 39.29'%

%36.73
%23.98
%39.29

CMYK color model

#482F4D color CMYK value is (6,39,0,70).

  • cyan value is 6.49%
  • magenta value is 38.96%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (6,39,0,70) C6M39Y0K70 (6%,39%,0%,70%) (0.06/0.39/0.00/0.70) 

CMYK percentages

%6.49
%38.96
%0
%69.8

Codes

Color #482F4D in popluar color models

48 2F 4D
RGB 72 47 77
HSL 290° 24.19% 24.31%
HSB/HSV 290° 38.96% 30.20%
CMYK 6.49% 38.96% 0.00%
69.80%

Color #482F4D in popluar number systems.

HEX 48 2F 4D
Decimal 72 47 77
Binary 1001000 101111 1001101
Octal 110 57 115

Shades and tints

Shades of #482F4D

#482F4D
(72,47,77)
#422B46
(66,43,70)
#3C273F
(60,39,63)
#362338
(54,35,56)
#301F31
(48,31,49)
#2A1B2A
(42,27,42)
#241723
(36,23,35)
#1E131C
(30,19,28)
#180F15
(24,15,21)
#120B0E
(18,11,14)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #482F4D

#482F4D
(72,47,77)
#58415D
(88,65,93)
#68536D
(104,83,109)
#78657D
(120,101,125)
#88778D
(136,119,141)
#98899D
(152,137,157)
#A89BAD
(168,155,173)
#B8ADBD
(184,173,189)
#C8BFCD
(200,191,205)
#D8D1DD
(216,209,221)
#E8E3ED
(232,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482F4D; }

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

This text font color is #482F4D.

Background Color

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

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

This div background color is #482F4D.

Border color

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

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

This div border color is #482F4D.

Opacity

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

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

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

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

This text has shadow with #482F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482F4D.

Preview

Color preview on black background

This text has color #482F4D on black background.


Color preview on white background

This text has color #482F4D on white background.


Black color preview on #482F4D background

This text has black color on #482F4D background.


White color preview on #482F4D background

This text has white color on #482F4D background.


Related colors

Complementary color

Complementary color for #hex is #B7D0B2.


I love getcolorcode.com

Triadic colors

1 #4D482F and #2F4D48 with #482F4D are triadic colors.

2 #4D2F48 and #2F484D with #482F4D are triadic colors.