COLOR #481E35

HEX: #481E35 RGB: (72,30,53)

Color info

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

RGB color model

#481E35 color RGB value is (72,30,53).

RGB: (72,30,53) (28%, 12%, 21%)

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 53 of 255 = 21%

72
30
53

R + G + B ~ 20%. #481E35 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 30 + 53 = 155 (100%)
R 72 of 155 ~ 46.45%
G 30 of 155 ~ 19.35%
B 53 of 155 ~ 34.19'%

%46.45
%19.35
%34.19

CMYK color model

#481E35 color CMYK value is (0,58,26,72).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 26.39%
  • key color value is 71.76%

CMYK: (0,58,26,72)
C0M58Y26K72 (0%, 58%, 26%, 72%)
(0.00 / 0.58 / 0.26 / 0.72)

CMYK percentages

%0
%58.33
%26.39
%71.76

Codes

Color #481E35 in popluar color models

48 1E 35
RGB 72 30 53
HSL 327° 41.18% 20.00%
HSB/HSV 327° 58.33% 28.24%
CMYK 0.00% 58.33% 26.39%
71.76%

Color #481E35 in popluar number systems.

HEX 48 1E 35
Decimal 72 30 53
Binary 1001000 11110 110101
Octal 110 36 65

Shades and tints

Shades of #481E35

#481E35
(72,30,53)
#421C31
(66,28,49)
#3C1A2D
(60,26,45)
#361829
(54,24,41)
#301625
(48,22,37)
#2A1421
(42,20,33)
#24121D
(36,18,29)
#1E1019
(30,16,25)
#180E15
(24,14,21)
#120C11
(18,12,17)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #481E35

#481E35
(72,30,53)
#583247
(88,50,71)
#684659
(104,70,89)
#785A6B
(120,90,107)
#886E7D
(136,110,125)
#98828F
(152,130,143)
#A896A1
(168,150,161)
#B8AAB3
(184,170,179)
#C8BEC5
(200,190,197)
#D8D2D7
(216,210,215)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481E35 color. Also use rgb(72,30,53) instead hex code.

Text Font Color

.myTextColor { color: #481E35; }

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

This text font color is #481E35.

Background Color

.myBgColor { background-color: #481E35; }

<div style="background-color:#481E35">Inner text</div>

This div background color is #481E35.

Border color

.myBorderColor { border: 1px solid #481E35; }

<div style="border:3px solid #481E35">Div</div>

This div border color is #481E35.

Opacity

.myOpacity80 { color: #481E35; opacity: 0.8; }

<p style="color:#481E35;opacity:0.8;">80%</p>

Text with #481E35 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 #481E35;}

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

This text has shadow with #481E35 color.


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

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

This text has shadow with #481E35 primary color and red secondary color.


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

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

This text has shadow with #481E35 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #481E35.

Preview

Color preview on black background

This text has color #481E35 on black background.


Color preview on white background

This text has color #481E35 on white background.


Black color preview on #481E35 background

This text has black color on #481E35 background.


White color preview on #481E35 background

This text has white color on #481E35 background.


Related colors

Complementary color

Complementary color for #hex is #B7E1CA.


I love getcolorcode.com

Triadic colors

1 #35481E and #1E3548 with #481E35 are triadic colors.

2 #351E48 and #1E4835 with #481E35 are triadic colors.