COLOR #483F33

HEX: #483F33
RGB: (72,63,51)

Color info

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

RGB color model

#483F33 color RGB value is (72,63,51).

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

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 51 of 255 = 20%

72
63
51

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

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 51 = 186 (100%)
R 72 of 186 ~ 38.71%
G 63 of 186 ~ 33.87%
B 51 of 186 ~ 27.42%

%38.71
%33.87
%27.42

CMYK color model

#483F33 color CMYK value is (0,13,29,72).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK:
(0,13,29,72)
C0M13Y29K72 
(0%,13%,29%,72%)
(0.00/0.13/0.29/0.72)	

CMYK percentages

%0
%12.5
%29.17
%71.76

Codes

Color #483F33 in popluar color models

483F33
RGB726351
HSL34°17.07%24.12%
HSB/HSV34°29.17%28.24%
CMYK0.00%12.50%29.17%
71.76%

Color #483F33 in popluar number systems.

HEX483F33
Decimal726351
Binary1001000111111110011
Octal1107763

Shades and tints

Shades of #483F33

#483F33
(72,63,51)
#423A2F
(66,58,47)
#3C352B
(60,53,43)
#363027
(54,48,39)
#302B23
(48,43,35)
#2A261F
(42,38,31)
#24211B
(36,33,27)
#1E1C17
(30,28,23)
#181713
(24,23,19)
#12120F
(18,18,15)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #483F33

#483F33
(72,63,51)
#585045
(88,80,69)
#686157
(104,97,87)
#787269
(120,114,105)
#88837B
(136,131,123)
#98948D
(152,148,141)
#A8A59F
(168,165,159)
#B8B6B1
(184,182,177)
#C8C7C3
(200,199,195)
#D8D8D5
(216,216,213)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F33; }

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

This text font color is #483F33.


Background Color

.myBgColor { background-color: #483F33; }

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

This div background color is #483F33.


Border color

.myBorderColor { border: 1px solid #483F33; }

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

This div border color is #483F33.


Opacity

.myOpacity80 { color: #483F33; opacity: 0.8; }

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

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

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

This text has shadow with #483F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F33 on black background.


Color preview on white background

This text has color #483F33 on white background.



Black color preview on #483F33 background

This text has black color on #483F33 background.


White color preview on #483F33 background

This text has white color on #483F33 background.