COLOR #481C35

HEX: #481C35 RGB: (72,28,53)

Color info

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

RGB color model

#481C35 color RGB value is (72,28,53).

RGB: (72,28,53) (28%, 11%, 21%)

RGB channels and saturation

R 72 of 255 = 28%
G 28 of 255 = 11%
B 53 of 255 = 21%

72
28
53

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

Portions of RGB colors in percentages

R + G + B = 72 + 28 + 53 = 153 (100%)
R 72 of 153 ~ 47.06%
G 28 of 153 ~ 18.3%
B 53 of 153 ~ 34.64'%

%47.06
%18.3
%34.64

CMYK color model

#481C35 color CMYK value is (0,61,26,72).

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

CMYK: (0,61,26,72)
C0M61Y26K72 (0%, 61%, 26%, 72%)
(0.00 / 0.61 / 0.26 / 0.72)

CMYK percentages

%0
%61.11
%26.39
%71.76

Codes

Color #481C35 in popluar color models

48 1C 35
RGB 72 28 53
HSL 326° 44.00% 19.61%
HSB/HSV 326° 61.11% 28.24%
CMYK 0.00% 61.11% 26.39%
71.76%

Color #481C35 in popluar number systems.

HEX 48 1C 35
Decimal 72 28 53
Binary 1001000 11100 110101
Octal 110 34 65

Shades and tints

Shades of #481C35

#481C35
(72,28,53)
#421A31
(66,26,49)
#3C182D
(60,24,45)
#361629
(54,22,41)
#301425
(48,20,37)
#2A1221
(42,18,33)
#24101D
(36,16,29)
#1E0E19
(30,14,25)
#180C15
(24,12,21)
#120A11
(18,10,17)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #481C35

#481C35
(72,28,53)
#583047
(88,48,71)
#684459
(104,68,89)
#78586B
(120,88,107)
#886C7D
(136,108,125)
#98808F
(152,128,143)
#A894A1
(168,148,161)
#B8A8B3
(184,168,179)
#C8BCC5
(200,188,197)
#D8D0D7
(216,208,215)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481C35; }

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

This text font color is #481C35.

Background Color

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

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

This div background color is #481C35.

Border color

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

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

This div border color is #481C35.

Opacity

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

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

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

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

This text has shadow with #481C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481C35.

Preview

Color preview on black background

This text has color #481C35 on black background.


Color preview on white background

This text has color #481C35 on white background.


Black color preview on #481C35 background

This text has black color on #481C35 background.


White color preview on #481C35 background

This text has white color on #481C35 background.


Related colors

Complementary color

Complementary color for #hex is #B7E3CA.


I love getcolorcode.com

Triadic colors

1 #35481C and #1C3548 with #481C35 are triadic colors.

2 #351C48 and #1C4835 with #481C35 are triadic colors.