COLOR #483B1A

HEX: #483B1A RGB: (72,59,26)

Color info

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

RGB color model

#483B1A color RGB value is (72,59,26).

RGB: (72,59,26) (28%, 23%, 10%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 26 of 255 = 10%

72
59
26

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

Portions of RGB colors in percentages

R + G + B = 72 + 59 + 26 = 157 (100%)
R 72 of 157 ~ 45.86%
G 59 of 157 ~ 37.58%
B 26 of 157 ~ 16.56'%

%45.86
%37.58
%16.56

CMYK color model

#483B1A color CMYK value is (0,18,64,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK: (0,18,64,72) C0M18Y64K72 (0%,18%,64%,72%) (0.00/0.18/0.64/0.72) 

CMYK percentages

%0
%18.06
%63.89
%71.76

Codes

Color #483B1A in popluar color models

48 3B 1A
RGB 72 59 26
HSL 43° 46.94% 19.22%
HSB/HSV 43° 63.89% 28.24%
CMYK 0.00% 18.06% 63.89%
71.76%

Color #483B1A in popluar number systems.

HEX 48 3B 1A
Decimal 72 59 26
Binary 1001000 111011 11010
Octal 110 73 32

Shades and tints

Shades of #483B1A

#483B1A
(72,59,26)
#423618
(66,54,24)
#3C3116
(60,49,22)
#362C14
(54,44,20)
#302712
(48,39,18)
#2A2210
(42,34,16)
#241D0E
(36,29,14)
#1E180C
(30,24,12)
#18130A
(24,19,10)
#120E08
(18,14,8)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #483B1A

#483B1A
(72,59,26)
#584C2E
(88,76,46)
#685D42
(104,93,66)
#786E56
(120,110,86)
#887F6A
(136,127,106)
#98907E
(152,144,126)
#A8A192
(168,161,146)
#B8B2A6
(184,178,166)
#C8C3BA
(200,195,186)
#D8D4CE
(216,212,206)
#E8E5E2
(232,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483B1A; }

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

This text font color is #483B1A.

Background Color

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

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

This div background color is #483B1A.

Border color

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

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

This div border color is #483B1A.

Opacity

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

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

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

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

This text has shadow with #483B1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483B1A.

Preview

Color preview on black background

This text has color #483B1A on black background.


Color preview on white background

This text has color #483B1A on white background.


Black color preview on #483B1A background

This text has black color on #483B1A background.


White color preview on #483B1A background

This text has white color on #483B1A background.


Related colors

Complementary color

Complementary color for #hex is #B7C4E5.


I love getcolorcode.com

Triadic colors

1 #1A483B and #3B1A48 with #483B1A are triadic colors.

2 #1A3B48 and #3B481A with #483B1A are triadic colors.