COLOR #482E25

HEX: #482E25 RGB: (72,46,37)

Color info

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

RGB color model

#482E25 color RGB value is (72,46,37).

RGB: (72,46,37) (28%, 18%, 15%)

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 37 of 255 = 15%

72
46
37

R + G + B ~ 20%. #482E25 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 46 + 37 = 155 (100%)
R 72 of 155 ~ 46.45%
G 46 of 155 ~ 29.68%
B 37 of 155 ~ 23.87'%

%46.45
%29.68
%23.87

CMYK color model

#482E25 color CMYK value is (0,36,49,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 48.61%
  • key color value is 71.76%

CMYK: (0,36,49,72)
C0M36Y49K72 (0%, 36%, 49%, 72%)
(0.00 / 0.36 / 0.49 / 0.72)

CMYK percentages

%0
%36.11
%48.61
%71.76

Codes

Color #482E25 in popluar color models

48 2E 25
RGB 72 46 37
HSL 15° 32.11% 21.37%
HSB/HSV 15° 48.61% 28.24%
CMYK 0.00% 36.11% 48.61%
71.76%

Color #482E25 in popluar number systems.

HEX 48 2E 25
Decimal 72 46 37
Binary 1001000 101110 100101
Octal 110 56 45

Shades and tints

Shades of #482E25

#482E25
(72,46,37)
#422A22
(66,42,34)
#3C261F
(60,38,31)
#36221C
(54,34,28)
#301E19
(48,30,25)
#2A1A16
(42,26,22)
#241613
(36,22,19)
#1E1210
(30,18,16)
#180E0D
(24,14,13)
#120A0A
(18,10,10)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #482E25

#482E25
(72,46,37)
#584138
(88,65,56)
#68544B
(104,84,75)
#78675E
(120,103,94)
#887A71
(136,122,113)
#988D84
(152,141,132)
#A8A097
(168,160,151)
#B8B3AA
(184,179,170)
#C8C6BD
(200,198,189)
#D8D9D0
(216,217,208)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482E25; }

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

This text font color is #482E25.

Background Color

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

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

This div background color is #482E25.

Border color

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

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

This div border color is #482E25.

Opacity

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

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

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

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

This text has shadow with #482E25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482E25.

Preview

Color preview on black background

This text has color #482E25 on black background.


Color preview on white background

This text has color #482E25 on white background.


Black color preview on #482E25 background

This text has black color on #482E25 background.


White color preview on #482E25 background

This text has white color on #482E25 background.


Related colors

Complementary color

Complementary color for #hex is #B7D1DA.


I love getcolorcode.com

Triadic colors

1 #25482E and #2E2548 with #482E25 are triadic colors.

2 #252E48 and #2E4825 with #482E25 are triadic colors.