COLOR #483E4D

HEX: #483E4D RGB: (72,62,77)

Color info

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

RGB color model

#483E4D color RGB value is (72,62,77).

RGB: (72,62,77) (28%, 24%, 30%)

RGB channels and saturation

R 72 of 255 = 28%
G 62 of 255 = 24%
B 77 of 255 = 30%

72
62
77

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

Portions of RGB colors in percentages

R + G + B = 72 + 62 + 77 = 211 (100%)
R 72 of 211 ~ 34.12%
G 62 of 211 ~ 29.38%
B 77 of 211 ~ 36.49'%

%34.12
%29.38
%36.49

CMYK color model

#483E4D color CMYK value is (6,19,0,70).

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

CMYK: (6,19,0,70)
C6M19Y0K70 (6%, 19%, 0%, 70%)
(0.06 / 0.19 / 0.00 / 0.70)

CMYK percentages

%6.49
%19.48
%0
%69.8

Codes

Color #483E4D in popluar color models

48 3E 4D
RGB 72 62 77
HSL 280° 10.79% 27.25%
HSB/HSV 280° 19.48% 30.20%
CMYK 6.49% 19.48% 0.00%
69.80%

Color #483E4D in popluar number systems.

HEX 48 3E 4D
Decimal 72 62 77
Binary 1001000 111110 1001101
Octal 110 76 115

Shades and tints

Shades of #483E4D

#483E4D
(72,62,77)
#423946
(66,57,70)
#3C343F
(60,52,63)
#362F38
(54,47,56)
#302A31
(48,42,49)
#2A252A
(42,37,42)
#242023
(36,32,35)
#1E1B1C
(30,27,28)
#181615
(24,22,21)
#12110E
(18,17,14)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #483E4D

#483E4D
(72,62,77)
#584F5D
(88,79,93)
#68606D
(104,96,109)
#78717D
(120,113,125)
#88828D
(136,130,141)
#98939D
(152,147,157)
#A8A4AD
(168,164,173)
#B8B5BD
(184,181,189)
#C8C6CD
(200,198,205)
#D8D7DD
(216,215,221)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483E4D; }

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

This text font color is #483E4D.

Background Color

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

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

This div background color is #483E4D.

Border color

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

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

This div border color is #483E4D.

Opacity

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

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

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

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

This text has shadow with #483E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483E4D.

Preview

Color preview on black background

This text has color #483E4D on black background.


Color preview on white background

This text has color #483E4D on white background.


Black color preview on #483E4D background

This text has black color on #483E4D background.


White color preview on #483E4D background

This text has white color on #483E4D background.


Related colors

Complementary color

Complementary color for #hex is #B7C1B2.


I love getcolorcode.com

Triadic colors

1 #4D483E and #3E4D48 with #483E4D are triadic colors.

2 #4D3E48 and #3E484D with #483E4D are triadic colors.