COLOR #4A370E

HEX: #4A370E
RGB: (74,55,14)

Color info

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

RGB color model

#4A370E color RGB value is (74,55,14).

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

RGB channels and saturation

R 74 of 255 = 29%
G 55 of 255 = 22%
B 14 of 255 = 5%

74
55
14

R + G + B ~ 19%. #4A370E is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 55 + 14 = 143 (100%)
R 74 of 143 ~ 51.75%
G 55 of 143 ~ 38.46%
B 14 of 143 ~ 9.79%

%51.75
%38.46
%9.79

CMYK color model

#4A370E color CMYK value is (0,26,81,71).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 81.08%
  • key color value is 70.98%
CMYK:
(0,26,81,71)
C0M26Y81K71 
(0%,26%,81%,71%)
(0.00/0.26/0.81/0.71)	

CMYK percentages

%0
%25.68
%81.08
%70.98

Codes

Color #4A370E in popluar color models

4A370E
RGB745514
HSL41°68.18%17.25%
HSB/HSV41°81.08%29.02%
CMYK0.00%25.68%81.08%
70.98%

Color #4A370E in popluar number systems.

HEX4A370E
Decimal745514
Binary10010101101111110
Octal1126716

Shades and tints

Shades of #4A370E

#4A370E
(74,55,14)
#44320D
(68,50,13)
#3E2D0C
(62,45,12)
#38280B
(56,40,11)
#32230A
(50,35,10)
#2C1E09
(44,30,9)
#261908
(38,25,8)
#201407
(32,20,7)
#1A0F06
(26,15,6)
#140A05
(20,10,5)
#0E0504
(14,5,4)
#000000
(0,0,0)

Tints of #4A370E

#4A370E
(74,55,14)
#5A4923
(90,73,35)
#6A5B38
(106,91,56)
#7A6D4D
(122,109,77)
#8A7F62
(138,127,98)
#9A9177
(154,145,119)
#AAA38C
(170,163,140)
#BAB5A1
(186,181,161)
#CAC7B6
(202,199,182)
#DAD9CB
(218,217,203)
#EAEBE0
(234,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A370E; }

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

This text font color is #4A370E.


Background Color

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

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

This div background color is #4A370E.


Border color

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

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

This div border color is #4A370E.


Opacity

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

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

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

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

This text has shadow with #4A370E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A370E on black background.


Color preview on white background

This text has color #4A370E on white background.



Black color preview on #4A370E background

This text has black color on #4A370E background.


White color preview on #4A370E background

This text has white color on #4A370E background.