COLOR #482E2F

HEX: #482E2F RGB: (72,46,47)

Color info

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

RGB color model

#482E2F color RGB value is (72,46,47).

RGB: (72,46,47) (28%, 18%, 18%)

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 47 of 255 = 18%

72
46
47

R + G + B ~ 21%. #482E2F is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 46 + 47 = 165 (100%)
R 72 of 165 ~ 43.64%
G 46 of 165 ~ 27.88%
B 47 of 165 ~ 28.48'%

%43.64
%27.88
%28.48

CMYK color model

#482E2F color CMYK value is (0,36,35,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK: (0,36,35,72) C0M36Y35K72 (0%,36%,35%,72%) (0.00/0.36/0.35/0.72) 

CMYK percentages

%0
%36.11
%34.72
%71.76

Codes

Color #482E2F in popluar color models

48 2E 2F
RGB 72 46 47
HSL 358° 22.03% 23.14%
HSB/HSV 358° 36.11% 28.24%
CMYK 0.00% 36.11% 34.72%
71.76%

Color #482E2F in popluar number systems.

HEX 48 2E 2F
Decimal 72 46 47
Binary 1001000 101110 101111
Octal 110 56 57

Shades and tints

Shades of #482E2F

#482E2F
(72,46,47)
#422A2B
(66,42,43)
#3C2627
(60,38,39)
#362223
(54,34,35)
#301E1F
(48,30,31)
#2A1A1B
(42,26,27)
#241617
(36,22,23)
#1E1213
(30,18,19)
#180E0F
(24,14,15)
#120A0B
(18,10,11)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #482E2F

#482E2F
(72,46,47)
#584141
(88,65,65)
#685453
(104,84,83)
#786765
(120,103,101)
#887A77
(136,122,119)
#988D89
(152,141,137)
#A8A09B
(168,160,155)
#B8B3AD
(184,179,173)
#C8C6BF
(200,198,191)
#D8D9D1
(216,217,209)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482E2F color. Also use rgb(72,46,47) instead hex code.

Text Font Color

.myTextColor { color: #482E2F; }

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

This text font color is #482E2F.

Background Color

.myBgColor { background-color: #482E2F; }

<div style="background-color:#482E2F">Inner text</div>

This div background color is #482E2F.

Border color

.myBorderColor { border: 1px solid #482E2F; }

<div style="border:3px solid #482E2F">Div</div>

This div border color is #482E2F.

Opacity

.myOpacity80 { color: #482E2F; opacity: 0.8; }

<p style="color:#482E2F;opacity:0.8;">80%</p>

Text with #482E2F 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 #482E2F;}

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

This text has shadow with #482E2F color.


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

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

This text has shadow with #482E2F primary color and red secondary color.


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

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

This text has shadow with #482E2F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #482E2F.

Preview

Color preview on black background

This text has color #482E2F on black background.


Color preview on white background

This text has color #482E2F on white background.


Black color preview on #482E2F background

This text has black color on #482E2F background.


White color preview on #482E2F background

This text has white color on #482E2F background.


Related colors

Complementary color

Complementary color for #hex is #B7D1D0.


I love getcolorcode.com

Triadic colors

1 #2F482E and #2E2F48 with #482E2F are triadic colors.

2 #2F2E48 and #2E482F with #482E2F are triadic colors.