COLOR #483F32

HEX: #483F32
RGB: (72,63,50)

Color info

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

RGB color model

#483F32 color RGB value is (72,63,50).

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

RGB channels and saturation

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

72
63
50

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

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 50 = 185 (100%)
R 72 of 185 ~ 38.92%
G 63 of 185 ~ 34.05%
B 50 of 185 ~ 27.03%

%38.92
%34.05
%27.03

CMYK color model

#483F32 color CMYK value is (0,13,31,72).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(0,13,31,72)
C0M13Y31K72 
(0%,13%,31%,72%)
(0.00/0.13/0.31/0.72)	

CMYK percentages

%0
%12.5
%30.56
%71.76

Codes

Color #483F32 in popluar color models

483F32
RGB726350
HSL35°18.03%23.92%
HSB/HSV35°30.56%28.24%
CMYK0.00%12.50%30.56%
71.76%

Color #483F32 in popluar number systems.

HEX483F32
Decimal726350
Binary1001000111111110010
Octal1107762

Shades and tints

Shades of #483F32

#483F32
(72,63,50)
#423A2E
(66,58,46)
#3C352A
(60,53,42)
#363026
(54,48,38)
#302B22
(48,43,34)
#2A261E
(42,38,30)
#24211A
(36,33,26)
#1E1C16
(30,28,22)
#181712
(24,23,18)
#12120E
(18,18,14)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #483F32

#483F32
(72,63,50)
#585044
(88,80,68)
#686156
(104,97,86)
#787268
(120,114,104)
#88837A
(136,131,122)
#98948C
(152,148,140)
#A8A59E
(168,165,158)
#B8B6B0
(184,182,176)
#C8C7C2
(200,199,194)
#D8D8D4
(216,216,212)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F32; }

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

This text font color is #483F32.


Background Color

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

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

This div background color is #483F32.


Border color

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

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

This div border color is #483F32.


Opacity

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

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

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

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

This text has shadow with #483F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F32 on black background.


Color preview on white background

This text has color #483F32 on white background.



Black color preview on #483F32 background

This text has black color on #483F32 background.


White color preview on #483F32 background

This text has white color on #483F32 background.