COLOR #481B25

HEX: #481B25 RGB: (72,27,37)

Color info

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

RGB color model

#481B25 color RGB value is (72,27,37).

RGB: (72,27,37) (28%, 11%, 15%)

RGB channels and saturation

R 72 of 255 = 28%
G 27 of 255 = 11%
B 37 of 255 = 15%

72
27
37

R + G + B ~ 18%. #481B25 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 27 + 37 = 136 (100%)
R 72 of 136 ~ 52.94%
G 27 of 136 ~ 19.85%
B 37 of 136 ~ 27.21'%

%52.94
%19.85
%27.21

CMYK color model

#481B25 color CMYK value is (0,63,49,72).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK: (0,63,49,72) C0M63Y49K72 (0%,63%,49%,72%) (0.00/0.63/0.49/0.72) 

CMYK percentages

%0
%62.5
%48.61
%71.76

Codes

Color #481B25 in popluar color models

48 1B 25
RGB 72 27 37
HSL 347° 45.45% 19.41%
HSB/HSV 347° 62.50% 28.24%
CMYK 0.00% 62.50% 48.61%
71.76%

Color #481B25 in popluar number systems.

HEX 48 1B 25
Decimal 72 27 37
Binary 1001000 11011 100101
Octal 110 33 45

Shades and tints

Shades of #481B25

#481B25
(72,27,37)
#421922
(66,25,34)
#3C171F
(60,23,31)
#36151C
(54,21,28)
#301319
(48,19,25)
#2A1116
(42,17,22)
#240F13
(36,15,19)
#1E0D10
(30,13,16)
#180B0D
(24,11,13)
#12090A
(18,9,10)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #481B25

#481B25
(72,27,37)
#582F38
(88,47,56)
#68434B
(104,67,75)
#78575E
(120,87,94)
#886B71
(136,107,113)
#987F84
(152,127,132)
#A89397
(168,147,151)
#B8A7AA
(184,167,170)
#C8BBBD
(200,187,189)
#D8CFD0
(216,207,208)
#E8E3E3
(232,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481B25 color. Also use rgb(72,27,37) instead hex code.

Text Font Color

.myTextColor { color: #481B25; }

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

This text font color is #481B25.

Background Color

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

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

This div background color is #481B25.

Border color

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

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

This div border color is #481B25.

Opacity

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

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

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

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

This text has shadow with #481B25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481B25.

Preview

Color preview on black background

This text has color #481B25 on black background.


Color preview on white background

This text has color #481B25 on white background.


Black color preview on #481B25 background

This text has black color on #481B25 background.


White color preview on #481B25 background

This text has white color on #481B25 background.


Related colors

Complementary color

Complementary color for #hex is #B7E4DA.


I love getcolorcode.com

Triadic colors

1 #25481B and #1B2548 with #481B25 are triadic colors.

2 #251B48 and #1B4825 with #481B25 are triadic colors.