COLOR #483F24

HEX: #483F24
RGB: (72,63,36)

Color info

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

RGB color model

#483F24 color RGB value is (72,63,36).

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

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 36 of 255 = 14%

72
63
36

R + G + B ~ 22%. #483F24 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 36 = 171 (100%)
R 72 of 171 ~ 42.11%
G 63 of 171 ~ 36.84%
B 36 of 171 ~ 21.05%

%42.11
%36.84
%21.05

CMYK color model

#483F24 color CMYK value is (0,13,50,72).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 50.00%
  • key color value is 71.76%
CMYK:
(0,13,50,72)
C0M13Y50K72 
(0%,13%,50%,72%)
(0.00/0.13/0.50/0.72)	

CMYK percentages

%0
%12.5
%50
%71.76

Codes

Color #483F24 in popluar color models

483F24
RGB726336
HSL45°33.33%21.18%
HSB/HSV45°50.00%28.24%
CMYK0.00%12.50%50.00%
71.76%

Color #483F24 in popluar number systems.

HEX483F24
Decimal726336
Binary1001000111111100100
Octal1107744

Shades and tints

Shades of #483F24

#483F24
(72,63,36)
#423A21
(66,58,33)
#3C351E
(60,53,30)
#36301B
(54,48,27)
#302B18
(48,43,24)
#2A2615
(42,38,21)
#242112
(36,33,18)
#1E1C0F
(30,28,15)
#18170C
(24,23,12)
#121209
(18,18,9)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #483F24

#483F24
(72,63,36)
#585037
(88,80,55)
#68614A
(104,97,74)
#78725D
(120,114,93)
#888370
(136,131,112)
#989483
(152,148,131)
#A8A596
(168,165,150)
#B8B6A9
(184,182,169)
#C8C7BC
(200,199,188)
#D8D8CF
(216,216,207)
#E8E9E2
(232,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F24; }

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

This text font color is #483F24.


Background Color

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

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

This div background color is #483F24.


Border color

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

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

This div border color is #483F24.


Opacity

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

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

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

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

This text has shadow with #483F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F24 on black background.


Color preview on white background

This text has color #483F24 on white background.



Black color preview on #483F24 background

This text has black color on #483F24 background.


White color preview on #483F24 background

This text has white color on #483F24 background.