COLOR #483F4A

HEX: #483F4A
RGB: (72,63,74)

Color info

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

RGB color model

#483F4A color RGB value is (72,63,74).

  • red value is 72;
  • green value is 63;
  • blue value is 74.
RGB:
(72,63,74)
(28%,25%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 74 of 255 = 29%

72
63
74

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

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 74 = 209 (100%)
R 72 of 209 ~ 34.45%
G 63 of 209 ~ 30.14%
B 74 of 209 ~ 35.41%

%34.45
%30.14
%35.41

CMYK color model

#483F4A color CMYK value is (3,15,0,71).

  • cyan value is 2.70%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(3,15,0,71)
C3M15Y0K71 
(3%,15%,0%,71%)
(0.03/0.15/0.00/0.71)	

CMYK percentages

%2.7
%14.86
%0
%70.98

Codes

Color #483F4A in popluar color models

483F4A
RGB726374
HSL289°8.03%26.86%
HSB/HSV289°14.86%29.02%
CMYK2.70%14.86%0.00%
70.98%

Color #483F4A in popluar number systems.

HEX483F4A
Decimal726374
Binary10010001111111001010
Octal11077112

Shades and tints

Shades of #483F4A

#483F4A
(72,63,74)
#423A44
(66,58,68)
#3C353E
(60,53,62)
#363038
(54,48,56)
#302B32
(48,43,50)
#2A262C
(42,38,44)
#242126
(36,33,38)
#1E1C20
(30,28,32)
#18171A
(24,23,26)
#121214
(18,18,20)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #483F4A

#483F4A
(72,63,74)
#58505A
(88,80,90)
#68616A
(104,97,106)
#78727A
(120,114,122)
#88838A
(136,131,138)
#98949A
(152,148,154)
#A8A5AA
(168,165,170)
#B8B6BA
(184,182,186)
#C8C7CA
(200,199,202)
#D8D8DA
(216,216,218)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483F4A color. Also use rgb(72,63,74) instead hex code.

Text Font Color

.myTextColor { color: #483F4A; }

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

This text font color is #483F4A.


Background Color

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

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

This div background color is #483F4A.


Border color

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

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

This div border color is #483F4A.


Opacity

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

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

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

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

This text has shadow with #483F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F4A on black background.


Color preview on white background

This text has color #483F4A on white background.



Black color preview on #483F4A background

This text has black color on #483F4A background.


White color preview on #483F4A background

This text has white color on #483F4A background.