COLOR #483F1A

HEX: #483F1A
RGB: (72,63,26)

Color info

#483F1A contains red, green and blue colors in about the same proportion. Web safe color of #483F1A is #333300 (or #330).

RGB color model

#483F1A color RGB value is (72,63,26).

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

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 26 of 255 = 10%

72
63
26

R + G + B ~ 21%. #483F1A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 26 = 161 (100%)
R 72 of 161 ~ 44.72%
G 63 of 161 ~ 39.13%
B 26 of 161 ~ 16.15%

%44.72
%39.13
%16.15

CMYK color model

#483F1A color CMYK value is (0,13,64,72).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(0,13,64,72)
C0M13Y64K72 
(0%,13%,64%,72%)
(0.00/0.13/0.64/0.72)	

CMYK percentages

%0
%12.5
%63.89
%71.76

Codes

Color #483F1A in popluar color models

483F1A
RGB726326
HSL48°46.94%19.22%
HSB/HSV48°63.89%28.24%
CMYK0.00%12.50%63.89%
71.76%

Color #483F1A in popluar number systems.

HEX483F1A
Decimal726326
Binary100100011111111010
Octal1107732

Shades and tints

Shades of #483F1A

#483F1A
(72,63,26)
#423A18
(66,58,24)
#3C3516
(60,53,22)
#363014
(54,48,20)
#302B12
(48,43,18)
#2A2610
(42,38,16)
#24210E
(36,33,14)
#1E1C0C
(30,28,12)
#18170A
(24,23,10)
#121208
(18,18,8)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #483F1A

#483F1A
(72,63,26)
#58502E
(88,80,46)
#686142
(104,97,66)
#787256
(120,114,86)
#88836A
(136,131,106)
#98947E
(152,148,126)
#A8A592
(168,165,146)
#B8B6A6
(184,182,166)
#C8C7BA
(200,199,186)
#D8D8CE
(216,216,206)
#E8E9E2
(232,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F1A; }

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

This text font color is #483F1A.


Background Color

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

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

This div background color is #483F1A.


Border color

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

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

This div border color is #483F1A.


Opacity

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

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

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

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

This text has shadow with #483F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F1A on black background.


Color preview on white background

This text has color #483F1A on white background.



Black color preview on #483F1A background

This text has black color on #483F1A background.


White color preview on #483F1A background

This text has white color on #483F1A background.