COLOR #481B04

HEX: #481B04 RGB: (72,27,4)

Color info

#481B04 contains mainly red and green colors. Web safe color of #481B04 is #333300 (or #330).

RGB color model

#481B04 color RGB value is (72,27,4).

RGB: (72,27,4) (28%, 11%, 2%)

RGB channels and saturation

R 72 of 255 = 28%
G 27 of 255 = 11%
B 4 of 255 = 2%

72
27
4

R + G + B ~ 14%. #481B04 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 27 + 4 = 103 (100%)
R 72 of 103 ~ 69.9%
G 27 of 103 ~ 26.21%
B 4 of 103 ~ 3.88'%

%69.9
%26.21

CMYK color model

#481B04 color CMYK value is (0,63,94,72).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 94.44%
  • key color value is 71.76%
CMYK: (0,63,94,72) C0M63Y94K72 (0%,63%,94%,72%) (0.00/0.63/0.94/0.72) 

CMYK percentages

%0
%62.5
%94.44
%71.76

Codes

Color #481B04 in popluar color models

48 1B 04
RGB 72 27 4
HSL 20° 89.47% 14.90%
HSB/HSV 20° 94.44% 28.24%
CMYK 0.00% 62.50% 94.44%
71.76%

Color #481B04 in popluar number systems.

HEX 48 1B 04
Decimal 72 27 4
Binary 1001000 11011 100
Octal 110 33 4

Shades and tints

Shades of #481B04

#481B04
(72,27,4)
#421904
(66,25,4)
#3C1704
(60,23,4)
#361504
(54,21,4)
#301304
(48,19,4)
#2A1104
(42,17,4)
#240F04
(36,15,4)
#1E0D04
(30,13,4)
#180B04
(24,11,4)
#120904
(18,9,4)
#0C0704
(12,7,4)
#000000
(0,0,0)

Tints of #481B04

#481B04
(72,27,4)
#582F1A
(88,47,26)
#684330
(104,67,48)
#785746
(120,87,70)
#886B5C
(136,107,92)
#987F72
(152,127,114)
#A89388
(168,147,136)
#B8A79E
(184,167,158)
#C8BBB4
(200,187,180)
#D8CFCA
(216,207,202)
#E8E3E0
(232,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481B04; }

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

This text font color is #481B04.

Background Color

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

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

This div background color is #481B04.

Border color

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

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

This div border color is #481B04.

Opacity

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

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

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

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

This text has shadow with #481B04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481B04.

Preview

Color preview on black background

This text has color #481B04 on black background.


Color preview on white background

This text has color #481B04 on white background.


Black color preview on #481B04 background

This text has black color on #481B04 background.


White color preview on #481B04 background

This text has white color on #481B04 background.


Related colors

Complementary color

Complementary color for #hex is #B7E4FB.


I love getcolorcode.com

Triadic colors

1 #04481B and #1B0448 with #481B04 are triadic colors.

2 #041B48 and #1B4804 with #481B04 are triadic colors.