COLOR #483437

HEX: #483437
RGB: (72,52,55)

Color info

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

RGB color model

#483437 color RGB value is (72,52,55).

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

RGB channels and saturation

R 72 of 255 = 28%
G 52 of 255 = 20%
B 55 of 255 = 22%

72
52
55

R + G + B ~ 23%. #483437 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 52 + 55 = 179 (100%)
R 72 of 179 ~ 40.22%
G 52 of 179 ~ 29.05%
B 55 of 179 ~ 30.73%

%40.22
%29.05
%30.73

CMYK color model

#483437 color CMYK value is (0,28,24,72).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(0,28,24,72)
C0M28Y24K72 
(0%,28%,24%,72%)
(0.00/0.28/0.24/0.72)	

CMYK percentages

%0
%27.78
%23.61
%71.76

Codes

Color #483437 in popluar color models

483437
RGB725255
HSL351°16.13%24.31%
HSB/HSV351°27.78%28.24%
CMYK0.00%27.78%23.61%
71.76%

Color #483437 in popluar number systems.

HEX483437
Decimal725255
Binary1001000110100110111
Octal1106467

Shades and tints

Shades of #483437

#483437
(72,52,55)
#423032
(66,48,50)
#3C2C2D
(60,44,45)
#362828
(54,40,40)
#302423
(48,36,35)
#2A201E
(42,32,30)
#241C19
(36,28,25)
#1E1814
(30,24,20)
#18140F
(24,20,15)
#12100A
(18,16,10)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #483437

#483437
(72,52,55)
#584649
(88,70,73)
#68585B
(104,88,91)
#786A6D
(120,106,109)
#887C7F
(136,124,127)
#988E91
(152,142,145)
#A8A0A3
(168,160,163)
#B8B2B5
(184,178,181)
#C8C4C7
(200,196,199)
#D8D6D9
(216,214,217)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483437; }

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

This text font color is #483437.


Background Color

.myBgColor { background-color: #483437; }

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

This div background color is #483437.


Border color

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

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

This div border color is #483437.


Opacity

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

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

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

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

This text has shadow with #483437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483437 on black background.


Color preview on white background

This text has color #483437 on white background.



Black color preview on #483437 background

This text has black color on #483437 background.


White color preview on #483437 background

This text has white color on #483437 background.