COLOR #483B3F

HEX: #483B3F
RGB: (72,59,63)

Color info

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

RGB color model

#483B3F color RGB value is (72,59,63).

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

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 63 of 255 = 25%

72
59
63

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

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 63 = 194 (100%)
R 72 of 194 ~ 37.11%
G 59 of 194 ~ 30.41%
B 63 of 194 ~ 32.47%

%37.11
%30.41
%32.47

CMYK color model

#483B3F color CMYK value is (0,18,13,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(0,18,13,72)
C0M18Y13K72 
(0%,18%,13%,72%)
(0.00/0.18/0.13/0.72)	

CMYK percentages

%0
%18.06
%12.5
%71.76

Codes

Color #483B3F in popluar color models

483B3F
RGB725963
HSL342°9.92%25.69%
HSB/HSV342°18.06%28.24%
CMYK0.00%18.06%12.50%
71.76%

Color #483B3F in popluar number systems.

HEX483B3F
Decimal725963
Binary1001000111011111111
Octal1107377

Shades and tints

Shades of #483B3F

#483B3F
(72,59,63)
#42363A
(66,54,58)
#3C3135
(60,49,53)
#362C30
(54,44,48)
#30272B
(48,39,43)
#2A2226
(42,34,38)
#241D21
(36,29,33)
#1E181C
(30,24,28)
#181317
(24,19,23)
#120E12
(18,14,18)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #483B3F

#483B3F
(72,59,63)
#584C50
(88,76,80)
#685D61
(104,93,97)
#786E72
(120,110,114)
#887F83
(136,127,131)
#989094
(152,144,148)
#A8A1A5
(168,161,165)
#B8B2B6
(184,178,182)
#C8C3C7
(200,195,199)
#D8D4D8
(216,212,216)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483B3F; }

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

This text font color is #483B3F.


Background Color

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

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

This div background color is #483B3F.


Border color

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

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

This div border color is #483B3F.


Opacity

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

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

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

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

This text has shadow with #483B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B3F on black background.


Color preview on white background

This text has color #483B3F on white background.



Black color preview on #483B3F background

This text has black color on #483B3F background.


White color preview on #483B3F background

This text has white color on #483B3F background.