COLOR #483D5E

HEX: #483D5E RGB: (72,61,94)

Color info

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

RGB color model

#483D5E color RGB value is (72,61,94).

RGB: (72,61,94) (28%, 24%, 37%)

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 94 of 255 = 37%

72
61
94

R + G + B ~ 30%. #483D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 61 + 94 = 227 (100%)
R 72 of 227 ~ 31.72%
G 61 of 227 ~ 26.87%
B 94 of 227 ~ 41.41'%

%31.72
%26.87
%41.41

CMYK color model

#483D5E color CMYK value is (23,35,0,63).

  • cyan value is 23.40%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (23,35,0,63)
C23M35Y0K63 (23%, 35%, 0%, 63%)
(0.23 / 0.35 / 0.00 / 0.63)

CMYK percentages

%23.4
%35.11
%0
%63.14

Codes

Color #483D5E in popluar color models

48 3D 5E
RGB 72 61 94
HSL 260° 21.29% 30.39%
HSB/HSV 260° 35.11% 36.86%
CMYK 23.40% 35.11% 0.00%
63.14%

Color #483D5E in popluar number systems.

HEX 48 3D 5E
Decimal 72 61 94
Binary 1001000 111101 1011110
Octal 110 75 136

Shades and tints

Shades of #483D5E

#483D5E
(72,61,94)
#423856
(66,56,86)
#3C334E
(60,51,78)
#362E46
(54,46,70)
#30293E
(48,41,62)
#2A2436
(42,36,54)
#241F2E
(36,31,46)
#1E1A26
(30,26,38)
#18151E
(24,21,30)
#121016
(18,16,22)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #483D5E

#483D5E
(72,61,94)
#584E6C
(88,78,108)
#685F7A
(104,95,122)
#787088
(120,112,136)
#888196
(136,129,150)
#9892A4
(152,146,164)
#A8A3B2
(168,163,178)
#B8B4C0
(184,180,192)
#C8C5CE
(200,197,206)
#D8D6DC
(216,214,220)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483D5E; }

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

This text font color is #483D5E.

Background Color

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

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

This div background color is #483D5E.

Border color

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

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

This div border color is #483D5E.

Opacity

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

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

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

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

This text has shadow with #483D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483D5E.

Preview

Color preview on black background

This text has color #483D5E on black background.


Color preview on white background

This text has color #483D5E on white background.


Black color preview on #483D5E background

This text has black color on #483D5E background.


White color preview on #483D5E background

This text has white color on #483D5E background.


Related colors

Complementary color

Complementary color for #hex is #B7C2A1.


I love getcolorcode.com

Triadic colors

1 #5E483D and #3D5E48 with #483D5E are triadic colors.

2 #5E3D48 and #3D485E with #483D5E are triadic colors.