COLOR #483615

HEX: #483615 RGB: (72,54,21)

Color info

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

RGB color model

#483615 color RGB value is (72,54,21).

RGB: (72,54,21) (28%, 21%, 8%)

RGB channels and saturation

R 72 of 255 = 28%
G 54 of 255 = 21%
B 21 of 255 = 8%

72
54
21

R + G + B ~ 19%. #483615 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 54 + 21 = 147 (100%)
R 72 of 147 ~ 48.98%
G 54 of 147 ~ 36.73%
B 21 of 147 ~ 14.29'%

%48.98
%36.73
%14.29

CMYK color model

#483615 color CMYK value is (0,25,71,72).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 70.83%
  • key color value is 71.76%

CMYK: (0,25,71,72)
C0M25Y71K72 (0%, 25%, 71%, 72%)
(0.00 / 0.25 / 0.71 / 0.72)

CMYK percentages

%0
%25
%70.83
%71.76

Codes

Color #483615 in popluar color models

48 36 15
RGB 72 54 21
HSL 39° 54.84% 18.24%
HSB/HSV 39° 70.83% 28.24%
CMYK 0.00% 25.00% 70.83%
71.76%

Color #483615 in popluar number systems.

HEX 48 36 15
Decimal 72 54 21
Binary 1001000 110110 10101
Octal 110 66 25

Shades and tints

Shades of #483615

#483615
(72,54,21)
#423214
(66,50,20)
#3C2E13
(60,46,19)
#362A12
(54,42,18)
#302611
(48,38,17)
#2A2210
(42,34,16)
#241E0F
(36,30,15)
#1E1A0E
(30,26,14)
#18160D
(24,22,13)
#12120C
(18,18,12)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #483615

#483615
(72,54,21)
#58482A
(88,72,42)
#685A3F
(104,90,63)
#786C54
(120,108,84)
#887E69
(136,126,105)
#98907E
(152,144,126)
#A8A293
(168,162,147)
#B8B4A8
(184,180,168)
#C8C6BD
(200,198,189)
#D8D8D2
(216,216,210)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483615; }

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

This text font color is #483615.

Background Color

.myBgColor { background-color: #483615; }

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

This div background color is #483615.

Border color

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

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

This div border color is #483615.

Opacity

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

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

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

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

This text has shadow with #483615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483615.

Preview

Color preview on black background

This text has color #483615 on black background.


Color preview on white background

This text has color #483615 on white background.


Black color preview on #483615 background

This text has black color on #483615 background.


White color preview on #483615 background

This text has white color on #483615 background.


Related colors

Complementary color

Complementary color for #hex is #B7C9EA.


I love getcolorcode.com

Triadic colors

1 #154836 and #361548 with #483615 are triadic colors.

2 #153648 and #364815 with #483615 are triadic colors.