COLOR #483B1D

HEX: #483B1D RGB: (72,59,29)

Color info

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

RGB color model

#483B1D color RGB value is (72,59,29).

RGB: (72,59,29) (28%, 23%, 11%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 29 of 255 = 11%

72
59
29

R + G + B ~ 21%. #483B1D is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 59 + 29 = 160 (100%)
R 72 of 160 ~ 45%
G 59 of 160 ~ 36.88%
B 29 of 160 ~ 18.13'%

%45
%36.88
%18.13

CMYK color model

#483B1D color CMYK value is (0,18,60,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 59.72%
  • key color value is 71.76%

CMYK: (0,18,60,72)
C0M18Y60K72 (0%, 18%, 60%, 72%)
(0.00 / 0.18 / 0.60 / 0.72)

CMYK percentages

%0
%18.06
%59.72
%71.76

Codes

Color #483B1D in popluar color models

48 3B 1D
RGB 72 59 29
HSL 42° 42.57% 19.80%
HSB/HSV 42° 59.72% 28.24%
CMYK 0.00% 18.06% 59.72%
71.76%

Color #483B1D in popluar number systems.

HEX 48 3B 1D
Decimal 72 59 29
Binary 1001000 111011 11101
Octal 110 73 35

Shades and tints

Shades of #483B1D

#483B1D
(72,59,29)
#42361B
(66,54,27)
#3C3119
(60,49,25)
#362C17
(54,44,23)
#302715
(48,39,21)
#2A2213
(42,34,19)
#241D11
(36,29,17)
#1E180F
(30,24,15)
#18130D
(24,19,13)
#120E0B
(18,14,11)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #483B1D

#483B1D
(72,59,29)
#584C31
(88,76,49)
#685D45
(104,93,69)
#786E59
(120,110,89)
#887F6D
(136,127,109)
#989081
(152,144,129)
#A8A195
(168,161,149)
#B8B2A9
(184,178,169)
#C8C3BD
(200,195,189)
#D8D4D1
(216,212,209)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483B1D color. Also use rgb(72,59,29) instead hex code.

Text Font Color

.myTextColor { color: #483B1D; }

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

This text font color is #483B1D.

Background Color

.myBgColor { background-color: #483B1D; }

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

This div background color is #483B1D.

Border color

.myBorderColor { border: 1px solid #483B1D; }

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

This div border color is #483B1D.

Opacity

.myOpacity80 { color: #483B1D; opacity: 0.8; }

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

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

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

This text has shadow with #483B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483B1D.

Preview

Color preview on black background

This text has color #483B1D on black background.


Color preview on white background

This text has color #483B1D on white background.


Black color preview on #483B1D background

This text has black color on #483B1D background.


White color preview on #483B1D background

This text has white color on #483B1D background.


Related colors

Complementary color

Complementary color for #hex is #B7C4E2.


I love getcolorcode.com

Triadic colors

1 #1D483B and #3B1D48 with #483B1D are triadic colors.

2 #1D3B48 and #3B481D with #483B1D are triadic colors.