COLOR #481A00

HEX: #481A00
RGB: (72,26,0)

Color info

#481A00 contains only red and green colors. Web safe color of #481A00 is #330000 (or #300).

RGB color model

#481A00 color RGB value is (72,26,0).

  • red value is 72;
  • green value is 26;
  • blue value is 0.
RGB:
(72,26,0)
(28%,10%,0%)

RGB channels and saturation

R 72 of 255 = 28%
G 26 of 255 = 10%
B 0 of 255 = 0%

72
26
0

R + G + B ~ 13%. #481A00 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 26 + 0 = 98 (100%)
R 72 of 98 ~ 73.47%
G 26 of 98 ~ 26.53%
B 0 of 98 ~ 0%

%73.47
%26.53

CMYK color model

#481A00 color CMYK value is (0,64,100,72).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 100.00%
  • key color value is 71.76%
CMYK:
(0,64,100,72)
C0M64Y100K72 
(0%,64%,100%,72%)
(0.00/0.64/1.00/0.72)	

CMYK percentages

%0
%63.89
%100
%71.76

Codes

Color #481A00 in popluar color models

481A00
RGB72260
HSL22°100.00%14.12%
HSB/HSV22°100.00%28.24%
CMYK0.00%63.89%100.00%
71.76%

Color #481A00 in popluar number systems.

HEX481A00
Decimal72260
Binary1001000110100
Octal110320

Shades and tints

Shades of #481A00

#481A00
(72,26,0)
#421800
(66,24,0)
#3C1600
(60,22,0)
#361400
(54,20,0)
#301200
(48,18,0)
#2A1000
(42,16,0)
#240E00
(36,14,0)
#1E0C00
(30,12,0)
#180A00
(24,10,0)
#120800
(18,8,0)
#0C0600
(12,6,0)
#000000
(0,0,0)

Tints of #481A00

#481A00
(72,26,0)
#582E17
(88,46,23)
#68422E
(104,66,46)
#785645
(120,86,69)
#886A5C
(136,106,92)
#987E73
(152,126,115)
#A8928A
(168,146,138)
#B8A6A1
(184,166,161)
#C8BAB8
(200,186,184)
#D8CECF
(216,206,207)
#E8E2E6
(232,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481A00 color. Also use rgb(72,26,0) instead hex code.

Text Font Color

.myTextColor { color: #481A00; }

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

This text font color is #481A00.


Background Color

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

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

This div background color is #481A00.


Border color

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

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

This div border color is #481A00.


Opacity

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

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

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

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

This text has shadow with #481A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481A00 on black background.


Color preview on white background

This text has color #481A00 on white background.



Black color preview on #481A00 background

This text has black color on #481A00 background.


White color preview on #481A00 background

This text has white color on #481A00 background.