COLOR #483339

HEX: #483339
RGB: (72,51,57)

Color info

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

RGB color model

#483339 color RGB value is (72,51,57).

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

RGB channels and saturation

R 72 of 255 = 28%
G 51 of 255 = 20%
B 57 of 255 = 22%

72
51
57

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

Portions of RGB colors in percentages

R + G + B =
72 + 51 + 57 = 180 (100%)
R 72 of 180 ~ 40%
G 51 of 180 ~ 28.33%
B 57 of 180 ~ 31.67%

%40
%28.33
%31.67

CMYK color model

#483339 color CMYK value is (0,29,21,72).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 20.83%
  • key color value is 71.76%
CMYK:
(0,29,21,72)
C0M29Y21K72 
(0%,29%,21%,72%)
(0.00/0.29/0.21/0.72)	

CMYK percentages

%0
%29.17
%20.83
%71.76

Codes

Color #483339 in popluar color models

483339
RGB725157
HSL343°17.07%24.12%
HSB/HSV343°29.17%28.24%
CMYK0.00%29.17%20.83%
71.76%

Color #483339 in popluar number systems.

HEX483339
Decimal725157
Binary1001000110011111001
Octal1106371

Shades and tints

Shades of #483339

#483339
(72,51,57)
#422F34
(66,47,52)
#3C2B2F
(60,43,47)
#36272A
(54,39,42)
#302325
(48,35,37)
#2A1F20
(42,31,32)
#241B1B
(36,27,27)
#1E1716
(30,23,22)
#181311
(24,19,17)
#120F0C
(18,15,12)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #483339

#483339
(72,51,57)
#58454B
(88,69,75)
#68575D
(104,87,93)
#78696F
(120,105,111)
#887B81
(136,123,129)
#988D93
(152,141,147)
#A89FA5
(168,159,165)
#B8B1B7
(184,177,183)
#C8C3C9
(200,195,201)
#D8D5DB
(216,213,219)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483339; }

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

This text font color is #483339.


Background Color

.myBgColor { background-color: #483339; }

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

This div background color is #483339.


Border color

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

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

This div border color is #483339.


Opacity

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

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

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

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

This text has shadow with #483339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483339 on black background.


Color preview on white background

This text has color #483339 on white background.



Black color preview on #483339 background

This text has black color on #483339 background.


White color preview on #483339 background

This text has white color on #483339 background.