COLOR #483D4E

HEX: #483D4E RGB: (72,61,78)

Color info

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

RGB color model

#483D4E color RGB value is (72,61,78).

RGB: (72,61,78) (28%, 24%, 31%)

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 78 of 255 = 31%

72
61
78

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

Portions of RGB colors in percentages

R + G + B = 72 + 61 + 78 = 211 (100%)
R 72 of 211 ~ 34.12%
G 61 of 211 ~ 28.91%
B 78 of 211 ~ 36.97'%

%34.12
%28.91
%36.97

CMYK color model

#483D4E color CMYK value is (8,22,0,69).

  • cyan value is 7.69%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (8,22,0,69)
C8M22Y0K69 (8%, 22%, 0%, 69%)
(0.08 / 0.22 / 0.00 / 0.69)

CMYK percentages

%7.69
%21.79
%0
%69.41

Codes

Color #483D4E in popluar color models

48 3D 4E
RGB 72 61 78
HSL 279° 12.23% 27.25%
HSB/HSV 279° 21.79% 30.59%
CMYK 7.69% 21.79% 0.00%
69.41%

Color #483D4E in popluar number systems.

HEX 48 3D 4E
Decimal 72 61 78
Binary 1001000 111101 1001110
Octal 110 75 116

Shades and tints

Shades of #483D4E

#483D4E
(72,61,78)
#423847
(66,56,71)
#3C3340
(60,51,64)
#362E39
(54,46,57)
#302932
(48,41,50)
#2A242B
(42,36,43)
#241F24
(36,31,36)
#1E1A1D
(30,26,29)
#181516
(24,21,22)
#12100F
(18,16,15)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #483D4E

#483D4E
(72,61,78)
#584E5E
(88,78,94)
#685F6E
(104,95,110)
#78707E
(120,112,126)
#88818E
(136,129,142)
#98929E
(152,146,158)
#A8A3AE
(168,163,174)
#B8B4BE
(184,180,190)
#C8C5CE
(200,197,206)
#D8D6DE
(216,214,222)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483D4E color. Also use rgb(72,61,78) instead hex code.

Text Font Color

.myTextColor { color: #483D4E; }

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

This text font color is #483D4E.

Background Color

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

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

This div background color is #483D4E.

Border color

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

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

This div border color is #483D4E.

Opacity

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

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

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

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

This text has shadow with #483D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483D4E.

Preview

Color preview on black background

This text has color #483D4E on black background.


Color preview on white background

This text has color #483D4E on white background.


Black color preview on #483D4E background

This text has black color on #483D4E background.


White color preview on #483D4E background

This text has white color on #483D4E background.


Related colors

Complementary color

Complementary color for #hex is #B7C2B1.


I love getcolorcode.com

Triadic colors

1 #4E483D and #3D4E48 with #483D4E are triadic colors.

2 #4E3D48 and #3D484E with #483D4E are triadic colors.