COLOR #483F2A

HEX: #483F2A
RGB: (72,63,42)

Color info

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

RGB color model

#483F2A color RGB value is (72,63,42).

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

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 42 of 255 = 16%

72
63
42

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

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 42 = 177 (100%)
R 72 of 177 ~ 40.68%
G 63 of 177 ~ 35.59%
B 42 of 177 ~ 23.73%

%40.68
%35.59
%23.73

CMYK color model

#483F2A color CMYK value is (0,13,42,72).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 41.67%
  • key color value is 71.76%
CMYK:
(0,13,42,72)
C0M13Y42K72 
(0%,13%,42%,72%)
(0.00/0.13/0.42/0.72)	

CMYK percentages

%0
%12.5
%41.67
%71.76

Codes

Color #483F2A in popluar color models

483F2A
RGB726342
HSL42°26.32%22.35%
HSB/HSV42°41.67%28.24%
CMYK0.00%12.50%41.67%
71.76%

Color #483F2A in popluar number systems.

HEX483F2A
Decimal726342
Binary1001000111111101010
Octal1107752

Shades and tints

Shades of #483F2A

#483F2A
(72,63,42)
#423A27
(66,58,39)
#3C3524
(60,53,36)
#363021
(54,48,33)
#302B1E
(48,43,30)
#2A261B
(42,38,27)
#242118
(36,33,24)
#1E1C15
(30,28,21)
#181712
(24,23,18)
#12120F
(18,18,15)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #483F2A

#483F2A
(72,63,42)
#58503D
(88,80,61)
#686150
(104,97,80)
#787263
(120,114,99)
#888376
(136,131,118)
#989489
(152,148,137)
#A8A59C
(168,165,156)
#B8B6AF
(184,182,175)
#C8C7C2
(200,199,194)
#D8D8D5
(216,216,213)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F2A; }

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

This text font color is #483F2A.


Background Color

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

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

This div background color is #483F2A.


Border color

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

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

This div border color is #483F2A.


Opacity

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

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

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

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

This text has shadow with #483F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F2A on black background.


Color preview on white background

This text has color #483F2A on white background.



Black color preview on #483F2A background

This text has black color on #483F2A background.


White color preview on #483F2A background

This text has white color on #483F2A background.