COLOR #4A370A

HEX: #4A370A
RGB: (74,55,10)

Color info

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

RGB color model

#4A370A color RGB value is (74,55,10).

  • red value is 74;
  • green value is 55;
  • blue value is 10.
RGB:
(74,55,10)
(29%,22%,4%)

RGB channels and saturation

R 74 of 255 = 29%
G 55 of 255 = 22%
B 10 of 255 = 4%

74
55
10

R + G + B ~ 18%. #4A370A is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 55 + 10 = 139 (100%)
R 74 of 139 ~ 53.24%
G 55 of 139 ~ 39.57%
B 10 of 139 ~ 7.19%

%53.24
%39.57

CMYK color model

#4A370A color CMYK value is (0,26,86,71).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 86.49%
  • key color value is 70.98%
CMYK:
(0,26,86,71)
C0M26Y86K71 
(0%,26%,86%,71%)
(0.00/0.26/0.86/0.71)	

CMYK percentages

%0
%25.68
%86.49
%70.98

Codes

Color #4A370A in popluar color models

4A370A
RGB745510
HSL42°76.19%16.47%
HSB/HSV42°86.49%29.02%
CMYK0.00%25.68%86.49%
70.98%

Color #4A370A in popluar number systems.

HEX4A370A
Decimal745510
Binary10010101101111010
Octal1126712

Shades and tints

Shades of #4A370A

#4A370A
(74,55,10)
#44320A
(68,50,10)
#3E2D0A
(62,45,10)
#38280A
(56,40,10)
#32230A
(50,35,10)
#2C1E0A
(44,30,10)
#26190A
(38,25,10)
#20140A
(32,20,10)
#1A0F0A
(26,15,10)
#140A0A
(20,10,10)
#0E050A
(14,5,10)
#000000
(0,0,0)

Tints of #4A370A

#4A370A
(74,55,10)
#5A4920
(90,73,32)
#6A5B36
(106,91,54)
#7A6D4C
(122,109,76)
#8A7F62
(138,127,98)
#9A9178
(154,145,120)
#AAA38E
(170,163,142)
#BAB5A4
(186,181,164)
#CAC7BA
(202,199,186)
#DAD9D0
(218,217,208)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A370A color. Also use rgb(74,55,10) instead hex code.

Text Font Color

.myTextColor { color: #4A370A; }

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

This text font color is #4A370A.


Background Color

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

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

This div background color is #4A370A.


Border color

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

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

This div border color is #4A370A.


Opacity

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

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

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

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

This text has shadow with #4A370A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A370A on black background.


Color preview on white background

This text has color #4A370A on white background.



Black color preview on #4A370A background

This text has black color on #4A370A background.


White color preview on #4A370A background

This text has white color on #4A370A background.