COLOR #483537

HEX: #483537
RGB: (72,53,55)

Color info

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

RGB color model

#483537 color RGB value is (72,53,55).

  • red value is 72;
  • green value is 53;
  • blue value is 55.
RGB:
(72,53,55)
(28%,21%,22%)

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 55 of 255 = 22%

72
53
55

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

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 55 = 180 (100%)
R 72 of 180 ~ 40%
G 53 of 180 ~ 29.44%
B 55 of 180 ~ 30.56%

%40
%29.44
%30.56

CMYK color model

#483537 color CMYK value is (0,26,24,72).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(0,26,24,72)
C0M26Y24K72 
(0%,26%,24%,72%)
(0.00/0.26/0.24/0.72)	

CMYK percentages

%0
%26.39
%23.61
%71.76

Codes

Color #483537 in popluar color models

483537
RGB725355
HSL354°15.20%24.51%
HSB/HSV354°26.39%28.24%
CMYK0.00%26.39%23.61%
71.76%

Color #483537 in popluar number systems.

HEX483537
Decimal725355
Binary1001000110101110111
Octal1106567

Shades and tints

Shades of #483537

#483537
(72,53,55)
#423132
(66,49,50)
#3C2D2D
(60,45,45)
#362928
(54,41,40)
#302523
(48,37,35)
#2A211E
(42,33,30)
#241D19
(36,29,25)
#1E1914
(30,25,20)
#18150F
(24,21,15)
#12110A
(18,17,10)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #483537

#483537
(72,53,55)
#584749
(88,71,73)
#68595B
(104,89,91)
#786B6D
(120,107,109)
#887D7F
(136,125,127)
#988F91
(152,143,145)
#A8A1A3
(168,161,163)
#B8B3B5
(184,179,181)
#C8C5C7
(200,197,199)
#D8D7D9
(216,215,217)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483537 color. Also use rgb(72,53,55) instead hex code.

Text Font Color

.myTextColor { color: #483537; }

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

This text font color is #483537.


Background Color

.myBgColor { background-color: #483537; }

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

This div background color is #483537.


Border color

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

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

This div border color is #483537.


Opacity

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

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

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

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

This text has shadow with #483537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483537 on black background.


Color preview on white background

This text has color #483537 on white background.



Black color preview on #483537 background

This text has black color on #483537 background.


White color preview on #483537 background

This text has white color on #483537 background.