COLOR #483C3F

HEX: #483C3F
RGB: (72,60,63)

Color info

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

RGB color model

#483C3F color RGB value is (72,60,63).

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

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 63 of 255 = 25%

72
60
63

R + G + B ~ 26%. #483C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 60 + 63 = 195 (100%)
R 72 of 195 ~ 36.92%
G 60 of 195 ~ 30.77%
B 63 of 195 ~ 32.31%

%36.92
%30.77
%32.31

CMYK color model

#483C3F color CMYK value is (0,17,13,72).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(0,17,13,72)
C0M17Y13K72 
(0%,17%,13%,72%)
(0.00/0.17/0.13/0.72)	

CMYK percentages

%0
%16.67
%12.5
%71.76

Codes

Color #483C3F in popluar color models

483C3F
RGB726063
HSL345°9.09%25.88%
HSB/HSV345°16.67%28.24%
CMYK0.00%16.67%12.50%
71.76%

Color #483C3F in popluar number systems.

HEX483C3F
Decimal726063
Binary1001000111100111111
Octal1107477

Shades and tints

Shades of #483C3F

#483C3F
(72,60,63)
#42373A
(66,55,58)
#3C3235
(60,50,53)
#362D30
(54,45,48)
#30282B
(48,40,43)
#2A2326
(42,35,38)
#241E21
(36,30,33)
#1E191C
(30,25,28)
#181417
(24,20,23)
#120F12
(18,15,18)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #483C3F

#483C3F
(72,60,63)
#584D50
(88,77,80)
#685E61
(104,94,97)
#786F72
(120,111,114)
#888083
(136,128,131)
#989194
(152,145,148)
#A8A2A5
(168,162,165)
#B8B3B6
(184,179,182)
#C8C4C7
(200,196,199)
#D8D5D8
(216,213,216)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483C3F; }

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

This text font color is #483C3F.


Background Color

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

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

This div background color is #483C3F.


Border color

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

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

This div border color is #483C3F.


Opacity

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

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

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

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

This text has shadow with #483C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483C3F on black background.


Color preview on white background

This text has color #483C3F on white background.



Black color preview on #483C3F background

This text has black color on #483C3F background.


White color preview on #483C3F background

This text has white color on #483C3F background.