COLOR #483827

HEX: #483827
RGB: (72,56,39)

Color info

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

RGB color model

#483827 color RGB value is (72,56,39).

  • red value is 72;
  • green value is 56;
  • blue value is 39.
RGB:
(72,56,39)
(28%,22%,15%)

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 39 of 255 = 15%

72
56
39

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

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 39 = 167 (100%)
R 72 of 167 ~ 43.11%
G 56 of 167 ~ 33.53%
B 39 of 167 ~ 23.35%

%43.11
%33.53
%23.35

CMYK color model

#483827 color CMYK value is (0,22,46,72).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 45.83%
  • key color value is 71.76%
CMYK:
(0,22,46,72)
C0M22Y46K72 
(0%,22%,46%,72%)
(0.00/0.22/0.46/0.72)	

CMYK percentages

%0
%22.22
%45.83
%71.76

Codes

Color #483827 in popluar color models

483827
RGB725639
HSL31°29.73%21.76%
HSB/HSV31°45.83%28.24%
CMYK0.00%22.22%45.83%
71.76%

Color #483827 in popluar number systems.

HEX483827
Decimal725639
Binary1001000111000100111
Octal1107047

Shades and tints

Shades of #483827

#483827
(72,56,39)
#423324
(66,51,36)
#3C2E21
(60,46,33)
#36291E
(54,41,30)
#30241B
(48,36,27)
#2A1F18
(42,31,24)
#241A15
(36,26,21)
#1E1512
(30,21,18)
#18100F
(24,16,15)
#120B0C
(18,11,12)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #483827

#483827
(72,56,39)
#584A3A
(88,74,58)
#685C4D
(104,92,77)
#786E60
(120,110,96)
#888073
(136,128,115)
#989286
(152,146,134)
#A8A499
(168,164,153)
#B8B6AC
(184,182,172)
#C8C8BF
(200,200,191)
#D8DAD2
(216,218,210)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483827 color. Also use rgb(72,56,39) instead hex code.

Text Font Color

.myTextColor { color: #483827; }

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

This text font color is #483827.


Background Color

.myBgColor { background-color: #483827; }

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

This div background color is #483827.


Border color

.myBorderColor { border: 1px solid #483827; }

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

This div border color is #483827.


Opacity

.myOpacity80 { color: #483827; opacity: 0.8; }

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

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

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

This text has shadow with #483827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483827 on black background.


Color preview on white background

This text has color #483827 on white background.



Black color preview on #483827 background

This text has black color on #483827 background.


White color preview on #483827 background

This text has white color on #483827 background.