COLOR #483512

HEX: #483512 RGB: (72,53,18)

Color info

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

RGB color model

#483512 color RGB value is (72,53,18).

RGB: (72,53,18) (28%, 21%, 7%)

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 18 of 255 = 7%

72
53
18

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

Portions of RGB colors in percentages

R + G + B = 72 + 53 + 18 = 143 (100%)
R 72 of 143 ~ 50.35%
G 53 of 143 ~ 37.06%
B 18 of 143 ~ 12.59'%

%50.35
%37.06
%12.59

CMYK color model

#483512 color CMYK value is (0,26,75,72).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK: (0,26,75,72) C0M26Y75K72 (0%,26%,75%,72%) (0.00/0.26/0.75/0.72) 

CMYK percentages

%0
%26.39
%75
%71.76

Codes

Color #483512 in popluar color models

48 35 12
RGB 72 53 18
HSL 39° 60.00% 17.65%
HSB/HSV 39° 75.00% 28.24%
CMYK 0.00% 26.39% 75.00%
71.76%

Color #483512 in popluar number systems.

HEX 48 35 12
Decimal 72 53 18
Binary 1001000 110101 10010
Octal 110 65 22

Shades and tints

Shades of #483512

#483512
(72,53,18)
#423111
(66,49,17)
#3C2D10
(60,45,16)
#36290F
(54,41,15)
#30250E
(48,37,14)
#2A210D
(42,33,13)
#241D0C
(36,29,12)
#1E190B
(30,25,11)
#18150A
(24,21,10)
#121109
(18,17,9)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #483512

#483512
(72,53,18)
#584727
(88,71,39)
#68593C
(104,89,60)
#786B51
(120,107,81)
#887D66
(136,125,102)
#988F7B
(152,143,123)
#A8A190
(168,161,144)
#B8B3A5
(184,179,165)
#C8C5BA
(200,197,186)
#D8D7CF
(216,215,207)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483512 color. Also use rgb(72,53,18) instead hex code.

Text Font Color

.myTextColor { color: #483512; }

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

This text font color is #483512.

Background Color

.myBgColor { background-color: #483512; }

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

This div background color is #483512.

Border color

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

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

This div border color is #483512.

Opacity

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

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

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

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

This text has shadow with #483512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483512.

Preview

Color preview on black background

This text has color #483512 on black background.


Color preview on white background

This text has color #483512 on white background.


Black color preview on #483512 background

This text has black color on #483512 background.


White color preview on #483512 background

This text has white color on #483512 background.


Related colors

Complementary color

Complementary color for #hex is #B7CAED.


I love getcolorcode.com

Triadic colors

1 #124835 and #351248 with #483512 are triadic colors.

2 #123548 and #354812 with #483512 are triadic colors.