COLOR #483619

HEX: #483619
RGB: (72,54,25)

Color info

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

RGB color model

#483619 color RGB value is (72,54,25).

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

RGB channels and saturation

R 72 of 255 = 28%
G 54 of 255 = 21%
B 25 of 255 = 10%

72
54
25

R + G + B ~ 20%. #483619 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 54 + 25 = 151 (100%)
R 72 of 151 ~ 47.68%
G 54 of 151 ~ 35.76%
B 25 of 151 ~ 16.56%

%47.68
%35.76
%16.56

CMYK color model

#483619 color CMYK value is (0,25,65,72).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 65.28%
  • key color value is 71.76%
CMYK:
(0,25,65,72)
C0M25Y65K72 
(0%,25%,65%,72%)
(0.00/0.25/0.65/0.72)	

CMYK percentages

%0
%25
%65.28
%71.76

Codes

Color #483619 in popluar color models

483619
RGB725425
HSL37°48.45%19.02%
HSB/HSV37°65.28%28.24%
CMYK0.00%25.00%65.28%
71.76%

Color #483619 in popluar number systems.

HEX483619
Decimal725425
Binary100100011011011001
Octal1106631

Shades and tints

Shades of #483619

#483619
(72,54,25)
#423217
(66,50,23)
#3C2E15
(60,46,21)
#362A13
(54,42,19)
#302611
(48,38,17)
#2A220F
(42,34,15)
#241E0D
(36,30,13)
#1E1A0B
(30,26,11)
#181609
(24,22,9)
#121207
(18,18,7)
#0C0E05
(12,14,5)
#000000
(0,0,0)

Tints of #483619

#483619
(72,54,25)
#58482D
(88,72,45)
#685A41
(104,90,65)
#786C55
(120,108,85)
#887E69
(136,126,105)
#98907D
(152,144,125)
#A8A291
(168,162,145)
#B8B4A5
(184,180,165)
#C8C6B9
(200,198,185)
#D8D8CD
(216,216,205)
#E8EAE1
(232,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483619 color. Also use rgb(72,54,25) instead hex code.

Text Font Color

.myTextColor { color: #483619; }

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

This text font color is #483619.


Background Color

.myBgColor { background-color: #483619; }

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

This div background color is #483619.


Border color

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

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

This div border color is #483619.


Opacity

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

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

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

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

This text has shadow with #483619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483619 on black background.


Color preview on white background

This text has color #483619 on white background.



Black color preview on #483619 background

This text has black color on #483619 background.


White color preview on #483619 background

This text has white color on #483619 background.