COLOR #483535

HEX: #483535
RGB: (72,53,53)

Color info

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

RGB color model

#483535 color RGB value is (72,53,53).

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

RGB channels and saturation

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

72
53
53

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

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 53 = 178 (100%)
R 72 of 178 ~ 40.45%
G 53 of 178 ~ 29.78%
B 53 of 178 ~ 29.78%

%40.45
%29.78
%29.78

CMYK color model

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

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

CMYK percentages

%0
%26.39
%26.39
%71.76

Codes

Color #483535 in popluar color models

483535
RGB725353
HSL15.20%24.51%
HSB/HSV26.39%28.24%
CMYK0.00%26.39%26.39%
71.76%

Color #483535 in popluar number systems.

HEX483535
Decimal725353
Binary1001000110101110101
Octal1106565

Shades and tints

Shades of #483535

#483535
(72,53,53)
#423131
(66,49,49)
#3C2D2D
(60,45,45)
#362929
(54,41,41)
#302525
(48,37,37)
#2A2121
(42,33,33)
#241D1D
(36,29,29)
#1E1919
(30,25,25)
#181515
(24,21,21)
#121111
(18,17,17)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #483535

#483535
(72,53,53)
#584747
(88,71,71)
#685959
(104,89,89)
#786B6B
(120,107,107)
#887D7D
(136,125,125)
#988F8F
(152,143,143)
#A8A1A1
(168,161,161)
#B8B3B3
(184,179,179)
#C8C5C5
(200,197,197)
#D8D7D7
(216,215,215)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483535; }

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

This text font color is #483535.


Background Color

.myBgColor { background-color: #483535; }

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

This div background color is #483535.


Border color

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

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

This div border color is #483535.


Opacity

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

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

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

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

This text has shadow with #483535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483535 on black background.


Color preview on white background

This text has color #483535 on white background.



Black color preview on #483535 background

This text has black color on #483535 background.


White color preview on #483535 background

This text has white color on #483535 background.