COLOR #483C3B

HEX: #483C3B
RGB: (72,60,59)

Color info

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

RGB color model

#483C3B color RGB value is (72,60,59).

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

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 59 of 255 = 23%

72
60
59

R + G + B ~ 25%. #483C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 60 + 59 = 191 (100%)
R 72 of 191 ~ 37.7%
G 60 of 191 ~ 31.41%
B 59 of 191 ~ 30.89%

%37.7
%31.41
%30.89

CMYK color model

#483C3B color CMYK value is (0,17,18,72).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 18.06%
  • key color value is 71.76%
CMYK:
(0,17,18,72)
C0M17Y18K72 
(0%,17%,18%,72%)
(0.00/0.17/0.18/0.72)	

CMYK percentages

%0
%16.67
%18.06
%71.76

Codes

Color #483C3B in popluar color models

483C3B
RGB726059
HSL9.92%25.69%
HSB/HSV18.06%28.24%
CMYK0.00%16.67%18.06%
71.76%

Color #483C3B in popluar number systems.

HEX483C3B
Decimal726059
Binary1001000111100111011
Octal1107473

Shades and tints

Shades of #483C3B

#483C3B
(72,60,59)
#423736
(66,55,54)
#3C3231
(60,50,49)
#362D2C
(54,45,44)
#302827
(48,40,39)
#2A2322
(42,35,34)
#241E1D
(36,30,29)
#1E1918
(30,25,24)
#181413
(24,20,19)
#120F0E
(18,15,14)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #483C3B

#483C3B
(72,60,59)
#584D4C
(88,77,76)
#685E5D
(104,94,93)
#786F6E
(120,111,110)
#88807F
(136,128,127)
#989190
(152,145,144)
#A8A2A1
(168,162,161)
#B8B3B2
(184,179,178)
#C8C4C3
(200,196,195)
#D8D5D4
(216,213,212)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483C3B; }

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

This text font color is #483C3B.


Background Color

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

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

This div background color is #483C3B.


Border color

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

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

This div border color is #483C3B.


Opacity

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

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

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

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

This text has shadow with #483C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483C3B on black background.


Color preview on white background

This text has color #483C3B on white background.



Black color preview on #483C3B background

This text has black color on #483C3B background.


White color preview on #483C3B background

This text has white color on #483C3B background.