COLOR #483919

HEX: #483919 RGB: (72,57,25)

Color info

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

RGB color model

#483919 color RGB value is (72,57,25).

RGB: (72,57,25) (28%, 22%, 10%)

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 25 of 255 = 10%

72
57
25

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

Portions of RGB colors in percentages

R + G + B = 72 + 57 + 25 = 154 (100%)
R 72 of 154 ~ 46.75%
G 57 of 154 ~ 37.01%
B 25 of 154 ~ 16.23'%

%46.75
%37.01
%16.23

CMYK color model

#483919 color CMYK value is (0,21,65,72).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 65.28%
  • key color value is 71.76%
CMYK: (0,21,65,72) C0M21Y65K72 (0%,21%,65%,72%) (0.00/0.21/0.65/0.72) 

CMYK percentages

%0
%20.83
%65.28
%71.76

Codes

Color #483919 in popluar color models

48 39 19
RGB 72 57 25
HSL 41° 48.45% 19.02%
HSB/HSV 41° 65.28% 28.24%
CMYK 0.00% 20.83% 65.28%
71.76%

Color #483919 in popluar number systems.

HEX 48 39 19
Decimal 72 57 25
Binary 1001000 111001 11001
Octal 110 71 31

Shades and tints

Shades of #483919

#483919
(72,57,25)
#423417
(66,52,23)
#3C2F15
(60,47,21)
#362A13
(54,42,19)
#302511
(48,37,17)
#2A200F
(42,32,15)
#241B0D
(36,27,13)
#1E160B
(30,22,11)
#181109
(24,17,9)
#120C07
(18,12,7)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #483919

#483919
(72,57,25)
#584B2D
(88,75,45)
#685D41
(104,93,65)
#786F55
(120,111,85)
#888169
(136,129,105)
#98937D
(152,147,125)
#A8A591
(168,165,145)
#B8B7A5
(184,183,165)
#C8C9B9
(200,201,185)
#D8DBCD
(216,219,205)
#E8EDE1
(232,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483919; }

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

This text font color is #483919.

Background Color

.myBgColor { background-color: #483919; }

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

This div background color is #483919.

Border color

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

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

This div border color is #483919.

Opacity

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

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

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

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

This text has shadow with #483919 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483919.

Preview

Color preview on black background

This text has color #483919 on black background.


Color preview on white background

This text has color #483919 on white background.


Black color preview on #483919 background

This text has black color on #483919 background.


White color preview on #483919 background

This text has white color on #483919 background.


Related colors

Complementary color

Complementary color for #hex is #B7C6E6.


I love getcolorcode.com

Triadic colors

1 #194839 and #391948 with #483919 are triadic colors.

2 #193948 and #394819 with #483919 are triadic colors.