COLOR #483A4D

HEX: #483A4D RGB: (72,58,77)

Color info

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

RGB color model

#483A4D color RGB value is (72,58,77).

RGB: (72,58,77) (28%, 23%, 30%)

RGB channels and saturation

R 72 of 255 = 28%
G 58 of 255 = 23%
B 77 of 255 = 30%

72
58
77

R + G + B ~ 27%. #483A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 58 + 77 = 207 (100%)
R 72 of 207 ~ 34.78%
G 58 of 207 ~ 28.02%
B 77 of 207 ~ 37.2'%

%34.78
%28.02
%37.2

CMYK color model

#483A4D color CMYK value is (6,25,0,70).

  • cyan value is 6.49%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (6,25,0,70)
C6M25Y0K70 (6%, 25%, 0%, 70%)
(0.06 / 0.25 / 0.00 / 0.70)

CMYK percentages

%6.49
%24.68
%0
%69.8

Codes

Color #483A4D in popluar color models

48 3A 4D
RGB 72 58 77
HSL 284° 14.07% 26.47%
HSB/HSV 284° 24.68% 30.20%
CMYK 6.49% 24.68% 0.00%
69.80%

Color #483A4D in popluar number systems.

HEX 48 3A 4D
Decimal 72 58 77
Binary 1001000 111010 1001101
Octal 110 72 115

Shades and tints

Shades of #483A4D

#483A4D
(72,58,77)
#423546
(66,53,70)
#3C303F
(60,48,63)
#362B38
(54,43,56)
#302631
(48,38,49)
#2A212A
(42,33,42)
#241C23
(36,28,35)
#1E171C
(30,23,28)
#181215
(24,18,21)
#120D0E
(18,13,14)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #483A4D

#483A4D
(72,58,77)
#584B5D
(88,75,93)
#685C6D
(104,92,109)
#786D7D
(120,109,125)
#887E8D
(136,126,141)
#988F9D
(152,143,157)
#A8A0AD
(168,160,173)
#B8B1BD
(184,177,189)
#C8C2CD
(200,194,205)
#D8D3DD
(216,211,221)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483A4D color. Also use rgb(72,58,77) instead hex code.

Text Font Color

.myTextColor { color: #483A4D; }

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

This text font color is #483A4D.

Background Color

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

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

This div background color is #483A4D.

Border color

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

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

This div border color is #483A4D.

Opacity

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

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

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

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

This text has shadow with #483A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483A4D.

Preview

Color preview on black background

This text has color #483A4D on black background.


Color preview on white background

This text has color #483A4D on white background.


Black color preview on #483A4D background

This text has black color on #483A4D background.


White color preview on #483A4D background

This text has white color on #483A4D background.


Related colors

Complementary color

Complementary color for #hex is #B7C5B2.


I love getcolorcode.com

Triadic colors

1 #4D483A and #3A4D48 with #483A4D are triadic colors.

2 #4D3A48 and #3A484D with #483A4D are triadic colors.