COLOR #4A1700

HEX: #4A1700
RGB: (74,23,0)

Color info

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

RGB color model

#4A1700 color RGB value is (74,23,0).

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

RGB channels and saturation

R 74 of 255 = 29%
G 23 of 255 = 9%
B 0 of 255 = 0%

74
23
0

R + G + B ~ 13%. #4A1700 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 23 + 0 = 97 (100%)
R 74 of 97 ~ 76.29%
G 23 of 97 ~ 23.71%
B 0 of 97 ~ 0%

%76.29
%23.71

CMYK color model

#4A1700 color CMYK value is (0,69,100,71).

  • cyan value is 0.00%
  • magenta value is 68.92%
  • yellow value is 100.00%
  • key color value is 70.98%
CMYK:
(0,69,100,71)
C0M69Y100K71 
(0%,69%,100%,71%)
(0.00/0.69/1.00/0.71)	

CMYK percentages

%0
%68.92
%100
%70.98

Codes

Color #4A1700 in popluar color models

4A1700
RGB74230
HSL19°100.00%14.51%
HSB/HSV19°100.00%29.02%
CMYK0.00%68.92%100.00%
70.98%

Color #4A1700 in popluar number systems.

HEX4A1700
Decimal74230
Binary1001010101110
Octal112270

Shades and tints

Shades of #4A1700

#4A1700
(74,23,0)
#441500
(68,21,0)
#3E1300
(62,19,0)
#381100
(56,17,0)
#320F00
(50,15,0)
#2C0D00
(44,13,0)
#260B00
(38,11,0)
#200900
(32,9,0)
#1A0700
(26,7,0)
#140500
(20,5,0)
#0E0300
(14,3,0)
#000000
(0,0,0)

Tints of #4A1700

#4A1700
(74,23,0)
#5A2C17
(90,44,23)
#6A412E
(106,65,46)
#7A5645
(122,86,69)
#8A6B5C
(138,107,92)
#9A8073
(154,128,115)
#AA958A
(170,149,138)
#BAAAA1
(186,170,161)
#CABFB8
(202,191,184)
#DAD4CF
(218,212,207)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1700; }

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

This text font color is #4A1700.


Background Color

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

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

This div background color is #4A1700.


Border color

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

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

This div border color is #4A1700.


Opacity

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

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

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

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

This text has shadow with #4A1700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1700 on black background.


Color preview on white background

This text has color #4A1700 on white background.



Black color preview on #4A1700 background

This text has black color on #4A1700 background.


White color preview on #4A1700 background

This text has white color on #4A1700 background.