COLOR #483842

HEX: #483842
RGB: (72,56,66)

Color info

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

RGB color model

#483842 color RGB value is (72,56,66).

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

RGB channels and saturation

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

72
56
66

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

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 66 = 194 (100%)
R 72 of 194 ~ 37.11%
G 56 of 194 ~ 28.87%
B 66 of 194 ~ 34.02%

%37.11
%28.87
%34.02

CMYK color model

#483842 color CMYK value is (0,22,8,72).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 8.33%
  • key color value is 71.76%
CMYK:
(0,22,8,72)
C0M22Y8K72 
(0%,22%,8%,72%)
(0.00/0.22/0.08/0.72)	

CMYK percentages

%0
%22.22
%8.33
%71.76

Codes

Color #483842 in popluar color models

483842
RGB725666
HSL323°12.50%25.10%
HSB/HSV323°22.22%28.24%
CMYK0.00%22.22%8.33%
71.76%

Color #483842 in popluar number systems.

HEX483842
Decimal725666
Binary10010001110001000010
Octal11070102

Shades and tints

Shades of #483842

#483842
(72,56,66)
#42333C
(66,51,60)
#3C2E36
(60,46,54)
#362930
(54,41,48)
#30242A
(48,36,42)
#2A1F24
(42,31,36)
#241A1E
(36,26,30)
#1E1518
(30,21,24)
#181012
(24,16,18)
#120B0C
(18,11,12)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #483842

#483842
(72,56,66)
#584A53
(88,74,83)
#685C64
(104,92,100)
#786E75
(120,110,117)
#888086
(136,128,134)
#989297
(152,146,151)
#A8A4A8
(168,164,168)
#B8B6B9
(184,182,185)
#C8C8CA
(200,200,202)
#D8DADB
(216,218,219)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483842; }

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

This text font color is #483842.


Background Color

.myBgColor { background-color: #483842; }

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

This div background color is #483842.


Border color

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

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

This div border color is #483842.


Opacity

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

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

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

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

This text has shadow with #483842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483842 on black background.


Color preview on white background

This text has color #483842 on white background.



Black color preview on #483842 background

This text has black color on #483842 background.


White color preview on #483842 background

This text has white color on #483842 background.