COLOR #4A1500

HEX: #4A1500
RGB: (74,21,0)

Color info

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

RGB color model

#4A1500 color RGB value is (74,21,0).

  • red value is 74;
  • green value is 21;
  • blue value is 0.
RGB:
(74,21,0)
(29%,8%,0%)

RGB channels and saturation

R 74 of 255 = 29%
G 21 of 255 = 8%
B 0 of 255 = 0%

74
21
0

R + G + B ~ 12%. #4A1500 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 21 + 0 = 95 (100%)
R 74 of 95 ~ 77.89%
G 21 of 95 ~ 22.11%
B 0 of 95 ~ 0%

%77.89
%22.11

CMYK color model

#4A1500 color CMYK value is (0,72,100,71).

  • cyan value is 0.00%
  • magenta value is 71.62%
  • yellow value is 100.00%
  • key color value is 70.98%
CMYK:
(0,72,100,71)
C0M72Y100K71 
(0%,72%,100%,71%)
(0.00/0.72/1.00/0.71)	

CMYK percentages

%0
%71.62
%100
%70.98

Codes

Color #4A1500 in popluar color models

4A1500
RGB74210
HSL17°100.00%14.51%
HSB/HSV17°100.00%29.02%
CMYK0.00%71.62%100.00%
70.98%

Color #4A1500 in popluar number systems.

HEX4A1500
Decimal74210
Binary1001010101010
Octal112250

Shades and tints

Shades of #4A1500

#4A1500
(74,21,0)
#441400
(68,20,0)
#3E1300
(62,19,0)
#381200
(56,18,0)
#321100
(50,17,0)
#2C1000
(44,16,0)
#260F00
(38,15,0)
#200E00
(32,14,0)
#1A0D00
(26,13,0)
#140C00
(20,12,0)
#0E0B00
(14,11,0)
#000000
(0,0,0)

Tints of #4A1500

#4A1500
(74,21,0)
#5A2A17
(90,42,23)
#6A3F2E
(106,63,46)
#7A5445
(122,84,69)
#8A695C
(138,105,92)
#9A7E73
(154,126,115)
#AA938A
(170,147,138)
#BAA8A1
(186,168,161)
#CABDB8
(202,189,184)
#DAD2CF
(218,210,207)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A1500 color. Also use rgb(74,21,0) instead hex code.

Text Font Color

.myTextColor { color: #4A1500; }

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

This text font color is #4A1500.


Background Color

.myBgColor { background-color: #4A1500; }

<div style="background-color:#4A1500">Inner text</div>

This div background color is #4A1500.


Border color

.myBorderColor { border: 1px solid #4A1500; }

<div style="border:3px solid #4A1500">Div</div>

This div border color is #4A1500.


Opacity

.myOpacity80 { color: #4A1500; opacity: 0.8; }

<p style="color:#4A1500;opacity:0.8;">80%</p>

Text with #4A1500 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 #4A1500;}

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

This text has shadow with #4A1500 color.

.textShadow {text-shadow: 3px 3px 1px #4A1500, 3px 3px 1px red;}

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

This text has shadow with #4A1500 primary color and red secondary color.


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

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

This text has shadow with #4A1500 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1500 on black background.


Color preview on white background

This text has color #4A1500 on white background.



Black color preview on #4A1500 background

This text has black color on #4A1500 background.


White color preview on #4A1500 background

This text has white color on #4A1500 background.