COLOR #483042

HEX: #483042 RGB: (72,48,66)

Color info

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

RGB color model

#483042 color RGB value is (72,48,66).

RGB: (72,48,66) (28%, 19%, 26%)

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 66 of 255 = 26%

72
48
66

R + G + B ~ 24%. #483042 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 48 + 66 = 186 (100%)
R 72 of 186 ~ 38.71%
G 48 of 186 ~ 25.81%
B 66 of 186 ~ 35.48'%

%38.71
%25.81
%35.48

CMYK color model

#483042 color CMYK value is (0,33,8,72).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 8.33%
  • key color value is 71.76%

CMYK: (0,33,8,72)
C0M33Y8K72 (0%, 33%, 8%, 72%)
(0.00 / 0.33 / 0.08 / 0.72)

CMYK percentages

%0
%33.33
%8.33
%71.76

Codes

Color #483042 in popluar color models

48 30 42
RGB 72 48 66
HSL 315° 20.00% 23.53%
HSB/HSV 315° 33.33% 28.24%
CMYK 0.00% 33.33% 8.33%
71.76%

Color #483042 in popluar number systems.

HEX 48 30 42
Decimal 72 48 66
Binary 1001000 110000 1000010
Octal 110 60 102

Shades and tints

Shades of #483042

#483042
(72,48,66)
#422C3C
(66,44,60)
#3C2836
(60,40,54)
#362430
(54,36,48)
#30202A
(48,32,42)
#2A1C24
(42,28,36)
#24181E
(36,24,30)
#1E1418
(30,20,24)
#181012
(24,16,18)
#120C0C
(18,12,12)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #483042

#483042
(72,48,66)
#584253
(88,66,83)
#685464
(104,84,100)
#786675
(120,102,117)
#887886
(136,120,134)
#988A97
(152,138,151)
#A89CA8
(168,156,168)
#B8AEB9
(184,174,185)
#C8C0CA
(200,192,202)
#D8D2DB
(216,210,219)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483042; }

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

This text font color is #483042.

Background Color

.myBgColor { background-color: #483042; }

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

This div background color is #483042.

Border color

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

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

This div border color is #483042.

Opacity

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

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

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

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

This text has shadow with #483042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483042.

Preview

Color preview on black background

This text has color #483042 on black background.


Color preview on white background

This text has color #483042 on white background.


Black color preview on #483042 background

This text has black color on #483042 background.


White color preview on #483042 background

This text has white color on #483042 background.


Related colors

Complementary color

Complementary color for #hex is #B7CFBD.


I love getcolorcode.com

Triadic colors

1 #424830 and #304248 with #483042 are triadic colors.

2 #423048 and #304842 with #483042 are triadic colors.