COLOR #4A5C17

HEX: #4A5C17
RGB: (74,92,23)

Color info

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

RGB color model

#4A5C17 color RGB value is (74,92,23).

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

RGB channels and saturation

R 74 of 255 = 29%
G 92 of 255 = 36%
B 23 of 255 = 9%

74
92
23

R + G + B ~ 25%. #4A5C17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 92 + 23 = 189 (100%)
R 74 of 189 ~ 39.15%
G 92 of 189 ~ 48.68%
B 23 of 189 ~ 12.17%

%39.15
%48.68
%12.17

CMYK color model

#4A5C17 color CMYK value is (20,0,75,64).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 63.92%
CMYK:
(20,0,75,64)
C20M0Y75K64 
(20%,0%,75%,64%)
(0.20/0.00/0.75/0.64)	

CMYK percentages

%19.57
%0
%75
%63.92

Codes

Color #4A5C17 in popluar color models

4A5C17
RGB749223
HSL76°60.00%22.55%
HSB/HSV76°75.00%36.08%
CMYK19.57%0.00%75.00%
63.92%

Color #4A5C17 in popluar number systems.

HEX4A5C17
Decimal749223
Binary1001010101110010111
Octal11213427

Shades and tints

Shades of #4A5C17

#4A5C17
(74,92,23)
#445415
(68,84,21)
#3E4C13
(62,76,19)
#384411
(56,68,17)
#323C0F
(50,60,15)
#2C340D
(44,52,13)
#262C0B
(38,44,11)
#202409
(32,36,9)
#1A1C07
(26,28,7)
#141405
(20,20,5)
#0E0C03
(14,12,3)
#000000
(0,0,0)

Tints of #4A5C17

#4A5C17
(74,92,23)
#5A6A2C
(90,106,44)
#6A7841
(106,120,65)
#7A8656
(122,134,86)
#8A946B
(138,148,107)
#9AA280
(154,162,128)
#AAB095
(170,176,149)
#BABEAA
(186,190,170)
#CACCBF
(202,204,191)
#DADAD4
(218,218,212)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5C17; }

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

This text font color is #4A5C17.


Background Color

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

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

This div background color is #4A5C17.


Border color

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

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

This div border color is #4A5C17.


Opacity

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

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

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

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

This text has shadow with #4A5C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5C17 on black background.


Color preview on white background

This text has color #4A5C17 on white background.



Black color preview on #4A5C17 background

This text has black color on #4A5C17 background.


White color preview on #4A5C17 background

This text has white color on #4A5C17 background.