COLOR #483942

HEX: #483942
RGB: (72,57,66)

Color info

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

RGB color model

#483942 color RGB value is (72,57,66).

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

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 66 of 255 = 26%

72
57
66

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

Portions of RGB colors in percentages

R + G + B =
72 + 57 + 66 = 195 (100%)
R 72 of 195 ~ 36.92%
G 57 of 195 ~ 29.23%
B 66 of 195 ~ 33.85%

%36.92
%29.23
%33.85

CMYK color model

#483942 color CMYK value is (0,21,8,72).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 8.33%
  • key color value is 71.76%
CMYK:
(0,21,8,72)
C0M21Y8K72 
(0%,21%,8%,72%)
(0.00/0.21/0.08/0.72)	

CMYK percentages

%0
%20.83
%8.33
%71.76

Codes

Color #483942 in popluar color models

483942
RGB725766
HSL324°11.63%25.29%
HSB/HSV324°20.83%28.24%
CMYK0.00%20.83%8.33%
71.76%

Color #483942 in popluar number systems.

HEX483942
Decimal725766
Binary10010001110011000010
Octal11071102

Shades and tints

Shades of #483942

#483942
(72,57,66)
#42343C
(66,52,60)
#3C2F36
(60,47,54)
#362A30
(54,42,48)
#30252A
(48,37,42)
#2A2024
(42,32,36)
#241B1E
(36,27,30)
#1E1618
(30,22,24)
#181112
(24,17,18)
#120C0C
(18,12,12)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #483942

#483942
(72,57,66)
#584B53
(88,75,83)
#685D64
(104,93,100)
#786F75
(120,111,117)
#888186
(136,129,134)
#989397
(152,147,151)
#A8A5A8
(168,165,168)
#B8B7B9
(184,183,185)
#C8C9CA
(200,201,202)
#D8DBDB
(216,219,219)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483942; }

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

This text font color is #483942.


Background Color

.myBgColor { background-color: #483942; }

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

This div background color is #483942.


Border color

.myBorderColor { border: 1px solid #483942; }

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

This div border color is #483942.


Opacity

.myOpacity80 { color: #483942; opacity: 0.8; }

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

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

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

This text has shadow with #483942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483942 on black background.


Color preview on white background

This text has color #483942 on white background.



Black color preview on #483942 background

This text has black color on #483942 background.


White color preview on #483942 background

This text has white color on #483942 background.