COLOR #483F4F

HEX: #483F4F RGB: (72,63,79)

Color info

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

RGB color model

#483F4F color RGB value is (72,63,79).

RGB: (72,63,79) (28%, 25%, 31%)

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 79 of 255 = 31%

72
63
79

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

Portions of RGB colors in percentages

R + G + B = 72 + 63 + 79 = 214 (100%)
R 72 of 214 ~ 33.64%
G 63 of 214 ~ 29.44%
B 79 of 214 ~ 36.92'%

%33.64
%29.44
%36.92

CMYK color model

#483F4F color CMYK value is (9,20,0,69).

  • cyan value is 8.86%
  • magenta value is 20.25%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (9,20,0,69)
C9M20Y0K69 (9%, 20%, 0%, 69%)
(0.09 / 0.20 / 0.00 / 0.69)

CMYK percentages

%8.86
%20.25
%0
%69.02

Codes

Color #483F4F in popluar color models

48 3F 4F
RGB 72 63 79
HSL 274° 11.27% 27.84%
HSB/HSV 274° 20.25% 30.98%
CMYK 8.86% 20.25% 0.00%
69.02%

Color #483F4F in popluar number systems.

HEX 48 3F 4F
Decimal 72 63 79
Binary 1001000 111111 1001111
Octal 110 77 117

Shades and tints

Shades of #483F4F

#483F4F
(72,63,79)
#423A48
(66,58,72)
#3C3541
(60,53,65)
#36303A
(54,48,58)
#302B33
(48,43,51)
#2A262C
(42,38,44)
#242125
(36,33,37)
#1E1C1E
(30,28,30)
#181717
(24,23,23)
#121210
(18,18,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #483F4F

#483F4F
(72,63,79)
#58505F
(88,80,95)
#68616F
(104,97,111)
#78727F
(120,114,127)
#88838F
(136,131,143)
#98949F
(152,148,159)
#A8A5AF
(168,165,175)
#B8B6BF
(184,182,191)
#C8C7CF
(200,199,207)
#D8D8DF
(216,216,223)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483F4F color. Also use rgb(72,63,79) instead hex code.

Text Font Color

.myTextColor { color: #483F4F; }

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

This text font color is #483F4F.

Background Color

.myBgColor { background-color: #483F4F; }

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

This div background color is #483F4F.

Border color

.myBorderColor { border: 1px solid #483F4F; }

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

This div border color is #483F4F.

Opacity

.myOpacity80 { color: #483F4F; opacity: 0.8; }

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

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

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

This text has shadow with #483F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483F4F.

Preview

Color preview on black background

This text has color #483F4F on black background.


Color preview on white background

This text has color #483F4F on white background.


Black color preview on #483F4F background

This text has black color on #483F4F background.


White color preview on #483F4F background

This text has white color on #483F4F background.


Related colors

Complementary color

Complementary color for #hex is #B7C0B0.


I love getcolorcode.com

Triadic colors

1 #4F483F and #3F4F48 with #483F4F are triadic colors.

2 #4F3F48 and #3F484F with #483F4F are triadic colors.