COLOR #483C31

HEX: #483C31 RGB: (72,60,49)

Color info

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

RGB color model

#483C31 color RGB value is (72,60,49).

RGB: (72,60,49) (28%, 24%, 19%)

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 49 of 255 = 19%

72
60
49

R + G + B ~ 24%. #483C31 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 60 + 49 = 181 (100%)
R 72 of 181 ~ 39.78%
G 60 of 181 ~ 33.15%
B 49 of 181 ~ 27.07'%

%39.78
%33.15
%27.07

CMYK color model

#483C31 color CMYK value is (0,17,32,72).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 31.94%
  • key color value is 71.76%

CMYK: (0,17,32,72)
C0M17Y32K72 (0%, 17%, 32%, 72%)
(0.00 / 0.17 / 0.32 / 0.72)

CMYK percentages

%0
%16.67
%31.94
%71.76

Codes

Color #483C31 in popluar color models

48 3C 31
RGB 72 60 49
HSL 29° 19.01% 23.73%
HSB/HSV 29° 31.94% 28.24%
CMYK 0.00% 16.67% 31.94%
71.76%

Color #483C31 in popluar number systems.

HEX 48 3C 31
Decimal 72 60 49
Binary 1001000 111100 110001
Octal 110 74 61

Shades and tints

Shades of #483C31

#483C31
(72,60,49)
#42372D
(66,55,45)
#3C3229
(60,50,41)
#362D25
(54,45,37)
#302821
(48,40,33)
#2A231D
(42,35,29)
#241E19
(36,30,25)
#1E1915
(30,25,21)
#181411
(24,20,17)
#120F0D
(18,15,13)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #483C31

#483C31
(72,60,49)
#584D43
(88,77,67)
#685E55
(104,94,85)
#786F67
(120,111,103)
#888079
(136,128,121)
#98918B
(152,145,139)
#A8A29D
(168,162,157)
#B8B3AF
(184,179,175)
#C8C4C1
(200,196,193)
#D8D5D3
(216,213,211)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483C31 color. Also use rgb(72,60,49) instead hex code.

Text Font Color

.myTextColor { color: #483C31; }

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

This text font color is #483C31.

Background Color

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

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

This div background color is #483C31.

Border color

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

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

This div border color is #483C31.

Opacity

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

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

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

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

This text has shadow with #483C31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483C31.

Preview

Color preview on black background

This text has color #483C31 on black background.


Color preview on white background

This text has color #483C31 on white background.


Black color preview on #483C31 background

This text has black color on #483C31 background.


White color preview on #483C31 background

This text has white color on #483C31 background.


Related colors

Complementary color

Complementary color for #hex is #B7C3CE.


I love getcolorcode.com

Triadic colors

1 #31483C and #3C3148 with #483C31 are triadic colors.

2 #313C48 and #3C4831 with #483C31 are triadic colors.