COLOR #483936

HEX: #483936 RGB: (72,57,54)

Color info

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

RGB color model

#483936 color RGB value is (72,57,54).

RGB: (72,57,54) (28%, 22%, 21%)

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 54 of 255 = 21%

72
57
54

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

Portions of RGB colors in percentages

R + G + B = 72 + 57 + 54 = 183 (100%)
R 72 of 183 ~ 39.34%
G 57 of 183 ~ 31.15%
B 54 of 183 ~ 29.51'%

%39.34
%31.15
%29.51

CMYK color model

#483936 color CMYK value is (0,21,25,72).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 25.00%
  • key color value is 71.76%

CMYK: (0,21,25,72)
C0M21Y25K72 (0%, 21%, 25%, 72%)
(0.00 / 0.21 / 0.25 / 0.72)

CMYK percentages

%0
%20.83
%25
%71.76

Codes

Color #483936 in popluar color models

48 39 36
RGB 72 57 54
HSL 10° 14.29% 24.71%
HSB/HSV 10° 25.00% 28.24%
CMYK 0.00% 20.83% 25.00%
71.76%

Color #483936 in popluar number systems.

HEX 48 39 36
Decimal 72 57 54
Binary 1001000 111001 110110
Octal 110 71 66

Shades and tints

Shades of #483936

#483936
(72,57,54)
#423432
(66,52,50)
#3C2F2E
(60,47,46)
#362A2A
(54,42,42)
#302526
(48,37,38)
#2A2022
(42,32,34)
#241B1E
(36,27,30)
#1E161A
(30,22,26)
#181116
(24,17,22)
#120C12
(18,12,18)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #483936

#483936
(72,57,54)
#584B48
(88,75,72)
#685D5A
(104,93,90)
#786F6C
(120,111,108)
#88817E
(136,129,126)
#989390
(152,147,144)
#A8A5A2
(168,165,162)
#B8B7B4
(184,183,180)
#C8C9C6
(200,201,198)
#D8DBD8
(216,219,216)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483936; }

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

This text font color is #483936.

Background Color

.myBgColor { background-color: #483936; }

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

This div background color is #483936.

Border color

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

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

This div border color is #483936.

Opacity

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

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

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

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

This text has shadow with #483936 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483936.

Preview

Color preview on black background

This text has color #483936 on black background.


Color preview on white background

This text has color #483936 on white background.


Black color preview on #483936 background

This text has black color on #483936 background.


White color preview on #483936 background

This text has white color on #483936 background.


Related colors

Complementary color

Complementary color for #hex is #B7C6C9.


I love getcolorcode.com

Triadic colors

1 #364839 and #393648 with #483936 are triadic colors.

2 #363948 and #394836 with #483936 are triadic colors.