COLOR #483B30

HEX: #483B30 RGB: (72,59,48)

Color info

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

RGB color model

#483B30 color RGB value is (72,59,48).

RGB: (72,59,48) (28%, 23%, 19%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 48 of 255 = 19%

72
59
48

R + G + B ~ 23%. #483B30 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 59 + 48 = 179 (100%)
R 72 of 179 ~ 40.22%
G 59 of 179 ~ 32.96%
B 48 of 179 ~ 26.82'%

%40.22
%32.96
%26.82

CMYK color model

#483B30 color CMYK value is (0,18,33,72).

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

CMYK: (0,18,33,72)
C0M18Y33K72 (0%, 18%, 33%, 72%)
(0.00 / 0.18 / 0.33 / 0.72)

CMYK percentages

%0
%18.06
%33.33
%71.76

Codes

Color #483B30 in popluar color models

48 3B 30
RGB 72 59 48
HSL 28° 20.00% 23.53%
HSB/HSV 28° 33.33% 28.24%
CMYK 0.00% 18.06% 33.33%
71.76%

Color #483B30 in popluar number systems.

HEX 48 3B 30
Decimal 72 59 48
Binary 1001000 111011 110000
Octal 110 73 60

Shades and tints

Shades of #483B30

#483B30
(72,59,48)
#42362C
(66,54,44)
#3C3128
(60,49,40)
#362C24
(54,44,36)
#302720
(48,39,32)
#2A221C
(42,34,28)
#241D18
(36,29,24)
#1E1814
(30,24,20)
#181310
(24,19,16)
#120E0C
(18,14,12)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #483B30

#483B30
(72,59,48)
#584C42
(88,76,66)
#685D54
(104,93,84)
#786E66
(120,110,102)
#887F78
(136,127,120)
#98908A
(152,144,138)
#A8A19C
(168,161,156)
#B8B2AE
(184,178,174)
#C8C3C0
(200,195,192)
#D8D4D2
(216,212,210)
#E8E5E4
(232,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483B30; }

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

This text font color is #483B30.

Background Color

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

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

This div background color is #483B30.

Border color

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

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

This div border color is #483B30.

Opacity

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

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

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

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

This text has shadow with #483B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483B30.

Preview

Color preview on black background

This text has color #483B30 on black background.


Color preview on white background

This text has color #483B30 on white background.


Black color preview on #483B30 background

This text has black color on #483B30 background.


White color preview on #483B30 background

This text has white color on #483B30 background.


Related colors

Complementary color

Complementary color for #hex is #B7C4CF.


I love getcolorcode.com

Triadic colors

1 #30483B and #3B3048 with #483B30 are triadic colors.

2 #303B48 and #3B4830 with #483B30 are triadic colors.