COLOR #483B42

HEX: #483B42
RGB: (72,59,66)

Color info

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

RGB color model

#483B42 color RGB value is (72,59,66).

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

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 66 of 255 = 26%

72
59
66

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

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 66 = 197 (100%)
R 72 of 197 ~ 36.55%
G 59 of 197 ~ 29.95%
B 66 of 197 ~ 33.5%

%36.55
%29.95
%33.5

CMYK color model

#483B42 color CMYK value is (0,18,8,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 8.33%
  • key color value is 71.76%
CMYK:
(0,18,8,72)
C0M18Y8K72 
(0%,18%,8%,72%)
(0.00/0.18/0.08/0.72)	

CMYK percentages

%0
%18.06
%8.33
%71.76

Codes

Color #483B42 in popluar color models

483B42
RGB725966
HSL328°9.92%25.69%
HSB/HSV328°18.06%28.24%
CMYK0.00%18.06%8.33%
71.76%

Color #483B42 in popluar number systems.

HEX483B42
Decimal725966
Binary10010001110111000010
Octal11073102

Shades and tints

Shades of #483B42

#483B42
(72,59,66)
#42363C
(66,54,60)
#3C3136
(60,49,54)
#362C30
(54,44,48)
#30272A
(48,39,42)
#2A2224
(42,34,36)
#241D1E
(36,29,30)
#1E1818
(30,24,24)
#181312
(24,19,18)
#120E0C
(18,14,12)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #483B42

#483B42
(72,59,66)
#584C53
(88,76,83)
#685D64
(104,93,100)
#786E75
(120,110,117)
#887F86
(136,127,134)
#989097
(152,144,151)
#A8A1A8
(168,161,168)
#B8B2B9
(184,178,185)
#C8C3CA
(200,195,202)
#D8D4DB
(216,212,219)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483B42; }

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

This text font color is #483B42.


Background Color

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

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

This div background color is #483B42.


Border color

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

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

This div border color is #483B42.


Opacity

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

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

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

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

This text has shadow with #483B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B42 on black background.


Color preview on white background

This text has color #483B42 on white background.



Black color preview on #483B42 background

This text has black color on #483B42 background.


White color preview on #483B42 background

This text has white color on #483B42 background.