COLOR #4A5718

HEX: #4A5718
RGB: (74,87,24)

Color info

#4A5718 contains mainly red and green colors. Web safe color of #4A5718 is #336600 (or #360).

RGB color model

#4A5718 color RGB value is (74,87,24).

  • red value is 74;
  • green value is 87;
  • blue value is 24.
RGB:
(74,87,24)
(29%,34%,9%)

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 24 of 255 = 9%

74
87
24

R + G + B ~ 24%. #4A5718 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 87 + 24 = 185 (100%)
R 74 of 185 ~ 40%
G 87 of 185 ~ 47.03%
B 24 of 185 ~ 12.97%

%40
%47.03
%12.97

CMYK color model

#4A5718 color CMYK value is (15,0,72,66).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 65.88%
CMYK:
(15,0,72,66)
C15M0Y72K66 
(15%,0%,72%,66%)
(0.15/0.00/0.72/0.66)	

CMYK percentages

%14.94
%0
%72.41
%65.88

Codes

Color #4A5718 in popluar color models

4A5718
RGB748724
HSL72°56.76%21.76%
HSB/HSV72°72.41%34.12%
CMYK14.94%0.00%72.41%
65.88%

Color #4A5718 in popluar number systems.

HEX4A5718
Decimal748724
Binary1001010101011111000
Octal11212730

Shades and tints

Shades of #4A5718

#4A5718
(74,87,24)
#445016
(68,80,22)
#3E4914
(62,73,20)
#384212
(56,66,18)
#323B10
(50,59,16)
#2C340E
(44,52,14)
#262D0C
(38,45,12)
#20260A
(32,38,10)
#1A1F08
(26,31,8)
#141806
(20,24,6)
#0E1104
(14,17,4)
#000000
(0,0,0)

Tints of #4A5718

#4A5718
(74,87,24)
#5A662D
(90,102,45)
#6A7542
(106,117,66)
#7A8457
(122,132,87)
#8A936C
(138,147,108)
#9AA281
(154,162,129)
#AAB196
(170,177,150)
#BAC0AB
(186,192,171)
#CACFC0
(202,207,192)
#DADED5
(218,222,213)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5718 color. Also use rgb(74,87,24) instead hex code.

Text Font Color

.myTextColor { color: #4A5718; }

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

This text font color is #4A5718.


Background Color

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

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

This div background color is #4A5718.


Border color

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

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

This div border color is #4A5718.


Opacity

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

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

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

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

This text has shadow with #4A5718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5718 on black background.


Color preview on white background

This text has color #4A5718 on white background.



Black color preview on #4A5718 background

This text has black color on #4A5718 background.


White color preview on #4A5718 background

This text has white color on #4A5718 background.