COLOR #483C47

HEX: #483C47
RGB: (72,60,71)

Color info

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

RGB color model

#483C47 color RGB value is (72,60,71).

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

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 71 of 255 = 28%

72
60
71

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

Portions of RGB colors in percentages

R + G + B =
72 + 60 + 71 = 203 (100%)
R 72 of 203 ~ 35.47%
G 60 of 203 ~ 29.56%
B 71 of 203 ~ 34.98%

%35.47
%29.56
%34.98

CMYK color model

#483C47 color CMYK value is (0,17,1,72).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(0,17,1,72)
C0M17Y1K72 
(0%,17%,1%,72%)
(0.00/0.17/0.01/0.72)	

CMYK percentages

%0
%16.67
%1.39
%71.76

Codes

Color #483C47 in popluar color models

483C47
RGB726071
HSL305°9.09%25.88%
HSB/HSV305°16.67%28.24%
CMYK0.00%16.67%1.39%
71.76%

Color #483C47 in popluar number systems.

HEX483C47
Decimal726071
Binary10010001111001000111
Octal11074107

Shades and tints

Shades of #483C47

#483C47
(72,60,71)
#423741
(66,55,65)
#3C323B
(60,50,59)
#362D35
(54,45,53)
#30282F
(48,40,47)
#2A2329
(42,35,41)
#241E23
(36,30,35)
#1E191D
(30,25,29)
#181417
(24,20,23)
#120F11
(18,15,17)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #483C47

#483C47
(72,60,71)
#584D57
(88,77,87)
#685E67
(104,94,103)
#786F77
(120,111,119)
#888087
(136,128,135)
#989197
(152,145,151)
#A8A2A7
(168,162,167)
#B8B3B7
(184,179,183)
#C8C4C7
(200,196,199)
#D8D5D7
(216,213,215)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483C47; }

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

This text font color is #483C47.


Background Color

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

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

This div background color is #483C47.


Border color

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

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

This div border color is #483C47.


Opacity

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

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

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

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

This text has shadow with #483C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483C47 on black background.


Color preview on white background

This text has color #483C47 on white background.



Black color preview on #483C47 background

This text has black color on #483C47 background.


White color preview on #483C47 background

This text has white color on #483C47 background.