COLOR #483E4E

HEX: #483E4E
RGB: (72,62,78)

Color info

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

RGB color model

#483E4E color RGB value is (72,62,78).

  • red value is 72;
  • green value is 62;
  • blue value is 78.
RGB:
(72,62,78)
(28%,24%,31%)

RGB channels and saturation

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

72
62
78

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

Portions of RGB colors in percentages

R + G + B =
72 + 62 + 78 = 212 (100%)
R 72 of 212 ~ 33.96%
G 62 of 212 ~ 29.25%
B 78 of 212 ~ 36.79%

%33.96
%29.25
%36.79

CMYK color model

#483E4E color CMYK value is (8,21,0,69).

  • cyan value is 7.69%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(8,21,0,69)
C8M21Y0K69 
(8%,21%,0%,69%)
(0.08/0.21/0.00/0.69)	

CMYK percentages

%7.69
%20.51
%0
%69.41

Codes

Color #483E4E in popluar color models

483E4E
RGB726278
HSL278°11.43%27.45%
HSB/HSV278°20.51%30.59%
CMYK7.69%20.51%0.00%
69.41%

Color #483E4E in popluar number systems.

HEX483E4E
Decimal726278
Binary10010001111101001110
Octal11076116

Shades and tints

Shades of #483E4E

#483E4E
(72,62,78)
#423947
(66,57,71)
#3C3440
(60,52,64)
#362F39
(54,47,57)
#302A32
(48,42,50)
#2A252B
(42,37,43)
#242024
(36,32,36)
#1E1B1D
(30,27,29)
#181616
(24,22,22)
#12110F
(18,17,15)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #483E4E

#483E4E
(72,62,78)
#584F5E
(88,79,94)
#68606E
(104,96,110)
#78717E
(120,113,126)
#88828E
(136,130,142)
#98939E
(152,147,158)
#A8A4AE
(168,164,174)
#B8B5BE
(184,181,190)
#C8C6CE
(200,198,206)
#D8D7DE
(216,215,222)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483E4E; }

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

This text font color is #483E4E.


Background Color

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

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

This div background color is #483E4E.


Border color

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

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

This div border color is #483E4E.


Opacity

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

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

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

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

This text has shadow with #483E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483E4E on black background.


Color preview on white background

This text has color #483E4E on white background.



Black color preview on #483E4E background

This text has black color on #483E4E background.


White color preview on #483E4E background

This text has white color on #483E4E background.