COLOR #483844

HEX: #483844 RGB: (72,56,68)

Color info

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

RGB color model

#483844 color RGB value is (72,56,68).

RGB: (72,56,68) (28%, 22%, 27%)

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 68 of 255 = 27%

72
56
68

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

Portions of RGB colors in percentages

R + G + B = 72 + 56 + 68 = 196 (100%)
R 72 of 196 ~ 36.73%
G 56 of 196 ~ 28.57%
B 68 of 196 ~ 34.69'%

%36.73
%28.57
%34.69

CMYK color model

#483844 color CMYK value is (0,22,6,72).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 5.56%
  • key color value is 71.76%
CMYK: (0,22,6,72) C0M22Y6K72 (0%,22%,6%,72%) (0.00/0.22/0.06/0.72) 

CMYK percentages

%0
%22.22
%5.56
%71.76

Codes

Color #483844 in popluar color models

48 38 44
RGB 72 56 68
HSL 315° 12.50% 25.10%
HSB/HSV 315° 22.22% 28.24%
CMYK 0.00% 22.22% 5.56%
71.76%

Color #483844 in popluar number systems.

HEX 48 38 44
Decimal 72 56 68
Binary 1001000 111000 1000100
Octal 110 70 104

Shades and tints

Shades of #483844

#483844
(72,56,68)
#42333E
(66,51,62)
#3C2E38
(60,46,56)
#362932
(54,41,50)
#30242C
(48,36,44)
#2A1F26
(42,31,38)
#241A20
(36,26,32)
#1E151A
(30,21,26)
#181014
(24,16,20)
#120B0E
(18,11,14)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #483844

#483844
(72,56,68)
#584A55
(88,74,85)
#685C66
(104,92,102)
#786E77
(120,110,119)
#888088
(136,128,136)
#989299
(152,146,153)
#A8A4AA
(168,164,170)
#B8B6BB
(184,182,187)
#C8C8CC
(200,200,204)
#D8DADD
(216,218,221)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483844; }

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

This text font color is #483844.

Background Color

.myBgColor { background-color: #483844; }

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

This div background color is #483844.

Border color

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

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

This div border color is #483844.

Opacity

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

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

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

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

This text has shadow with #483844 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483844.

Preview

Color preview on black background

This text has color #483844 on black background.


Color preview on white background

This text has color #483844 on white background.


Black color preview on #483844 background

This text has black color on #483844 background.


White color preview on #483844 background

This text has white color on #483844 background.


Related colors

Complementary color

Complementary color for #hex is #B7C7BB.


I love getcolorcode.com

Triadic colors

1 #444838 and #384448 with #483844 are triadic colors.

2 #443848 and #384844 with #483844 are triadic colors.