COLOR #483E4C

HEX: #483E4C
RGB: (72,62,76)

Color info

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

RGB color model

#483E4C color RGB value is (72,62,76).

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

RGB channels and saturation

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

72
62
76

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

Portions of RGB colors in percentages

R + G + B =
72 + 62 + 76 = 210 (100%)
R 72 of 210 ~ 34.29%
G 62 of 210 ~ 29.52%
B 76 of 210 ~ 36.19%

%34.29
%29.52
%36.19

CMYK color model

#483E4C color CMYK value is (5,18,0,70).

  • cyan value is 5.26%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(5,18,0,70)
C5M18Y0K70 
(5%,18%,0%,70%)
(0.05/0.18/0.00/0.70)	

CMYK percentages

%5.26
%18.42
%0
%70.2

Codes

Color #483E4C in popluar color models

483E4C
RGB726276
HSL283°10.14%27.06%
HSB/HSV283°18.42%29.80%
CMYK5.26%18.42%0.00%
70.20%

Color #483E4C in popluar number systems.

HEX483E4C
Decimal726276
Binary10010001111101001100
Octal11076114

Shades and tints

Shades of #483E4C

#483E4C
(72,62,76)
#423946
(66,57,70)
#3C3440
(60,52,64)
#362F3A
(54,47,58)
#302A34
(48,42,52)
#2A252E
(42,37,46)
#242028
(36,32,40)
#1E1B22
(30,27,34)
#18161C
(24,22,28)
#121116
(18,17,22)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #483E4C

#483E4C
(72,62,76)
#584F5C
(88,79,92)
#68606C
(104,96,108)
#78717C
(120,113,124)
#88828C
(136,130,140)
#98939C
(152,147,156)
#A8A4AC
(168,164,172)
#B8B5BC
(184,181,188)
#C8C6CC
(200,198,204)
#D8D7DC
(216,215,220)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483E4C; }

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

This text font color is #483E4C.


Background Color

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

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

This div background color is #483E4C.


Border color

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

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

This div border color is #483E4C.


Opacity

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

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

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

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

This text has shadow with #483E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483E4C on black background.


Color preview on white background

This text has color #483E4C on white background.



Black color preview on #483E4C background

This text has black color on #483E4C background.


White color preview on #483E4C background

This text has white color on #483E4C background.