COLOR #483933

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
57
51

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

Portions of RGB colors in percentages

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

%40
%31.67
%28.33

CMYK color model

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

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

CMYK percentages

%0
%20.83
%29.17
%71.76

Codes

Color #483933 in popluar color models

483933
RGB725751
HSL17°17.07%24.12%
HSB/HSV17°29.17%28.24%
CMYK0.00%20.83%29.17%
71.76%

Color #483933 in popluar number systems.

HEX483933
Decimal725751
Binary1001000111001110011
Octal1107163

Shades and tints

Shades of #483933

#483933
(72,57,51)
#42342F
(66,52,47)
#3C2F2B
(60,47,43)
#362A27
(54,42,39)
#302523
(48,37,35)
#2A201F
(42,32,31)
#241B1B
(36,27,27)
#1E1617
(30,22,23)
#181113
(24,17,19)
#120C0F
(18,12,15)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #483933

#483933
(72,57,51)
#584B45
(88,75,69)
#685D57
(104,93,87)
#786F69
(120,111,105)
#88817B
(136,129,123)
#98938D
(152,147,141)
#A8A59F
(168,165,159)
#B8B7B1
(184,183,177)
#C8C9C3
(200,201,195)
#D8DBD5
(216,219,213)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483933; }

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

This text font color is #483933.


Background Color

.myBgColor { background-color: #483933; }

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

This div background color is #483933.


Border color

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

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

This div border color is #483933.


Opacity

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

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

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

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

This text has shadow with #483933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483933 on black background.


Color preview on white background

This text has color #483933 on white background.



Black color preview on #483933 background

This text has black color on #483933 background.


White color preview on #483933 background

This text has white color on #483933 background.