COLOR #483E31

HEX: #483E31 RGB: (72,62,49)

Color info

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

RGB color model

#483E31 color RGB value is (72,62,49).

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

RGB channels and saturation

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

72
62
49

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

Portions of RGB colors in percentages

R + G + B = 72 + 62 + 49 = 183 (100%)
R 72 of 183 ~ 39.34%
G 62 of 183 ~ 33.88%
B 49 of 183 ~ 26.78'%

%39.34
%33.88
%26.78

CMYK color model

#483E31 color CMYK value is (0,14,32,72).

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

CMYK: (0,14,32,72)
C0M14Y32K72 (0%, 14%, 32%, 72%)
(0.00 / 0.14 / 0.32 / 0.72)

CMYK percentages

%0
%13.89
%31.94
%71.76

Codes

Color #483E31 in popluar color models

48 3E 31
RGB 72 62 49
HSL 34° 19.01% 23.73%
HSB/HSV 34° 31.94% 28.24%
CMYK 0.00% 13.89% 31.94%
71.76%

Color #483E31 in popluar number systems.

HEX 48 3E 31
Decimal 72 62 49
Binary 1001000 111110 110001
Octal 110 76 61

Shades and tints

Shades of #483E31

#483E31
(72,62,49)
#42392D
(66,57,45)
#3C3429
(60,52,41)
#362F25
(54,47,37)
#302A21
(48,42,33)
#2A251D
(42,37,29)
#242019
(36,32,25)
#1E1B15
(30,27,21)
#181611
(24,22,17)
#12110D
(18,17,13)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #483E31

#483E31
(72,62,49)
#584F43
(88,79,67)
#686055
(104,96,85)
#787167
(120,113,103)
#888279
(136,130,121)
#98938B
(152,147,139)
#A8A49D
(168,164,157)
#B8B5AF
(184,181,175)
#C8C6C1
(200,198,193)
#D8D7D3
(216,215,211)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483E31; }

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

This text font color is #483E31.

Background Color

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

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

This div background color is #483E31.

Border color

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

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

This div border color is #483E31.

Opacity

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

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

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

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

This text has shadow with #483E31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483E31.

Preview

Color preview on black background

This text has color #483E31 on black background.


Color preview on white background

This text has color #483E31 on white background.


Black color preview on #483E31 background

This text has black color on #483E31 background.


White color preview on #483E31 background

This text has white color on #483E31 background.


Related colors

Complementary color

Complementary color for #hex is #B7C1CE.


I love getcolorcode.com

Triadic colors

1 #31483E and #3E3148 with #483E31 are triadic colors.

2 #313E48 and #3E4831 with #483E31 are triadic colors.