COLOR #3A5B17

HEX: #3A5B17
RGB: (58,91,23)

Color info

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

RGB color model

#3A5B17 color RGB value is (58,91,23).

  • red value is 58;
  • green value is 91;
  • blue value is 23.
RGB:
(58,91,23)
(23%,36%,9%)

RGB channels and saturation

R 58 of 255 = 23%
G 91 of 255 = 36%
B 23 of 255 = 9%

58
91
23

R + G + B ~ 23%. #3A5B17 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 91 + 23 = 172 (100%)
R 58 of 172 ~ 33.72%
G 91 of 172 ~ 52.91%
B 23 of 172 ~ 13.37%

%33.72
%52.91
%13.37

CMYK color model

#3A5B17 color CMYK value is (36,0,75,64).

  • cyan value is 36.26%
  • magenta value is 0.00%
  • yellow value is 74.73%
  • key color value is 64.31%
CMYK:
(36,0,75,64)
C36M0Y75K64 
(36%,0%,75%,64%)
(0.36/0.00/0.75/0.64)	

CMYK percentages

%36.26
%0
%74.73
%64.31

Codes

Color #3A5B17 in popluar color models

3A5B17
RGB589123
HSL89°59.65%22.35%
HSB/HSV89°74.73%35.69%
CMYK36.26%0.00%74.73%
64.31%

Color #3A5B17 in popluar number systems.

HEX3A5B17
Decimal589123
Binary111010101101110111
Octal7213327

Shades and tints

Shades of #3A5B17

#3A5B17
(58,91,23)
#355315
(53,83,21)
#304B13
(48,75,19)
#2B4311
(43,67,17)
#263B0F
(38,59,15)
#21330D
(33,51,13)
#1C2B0B
(28,43,11)
#172309
(23,35,9)
#121B07
(18,27,7)
#0D1305
(13,19,5)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #3A5B17

#3A5B17
(58,91,23)
#4B692C
(75,105,44)
#5C7741
(92,119,65)
#6D8556
(109,133,86)
#7E936B
(126,147,107)
#8FA180
(143,161,128)
#A0AF95
(160,175,149)
#B1BDAA
(177,189,170)
#C2CBBF
(194,203,191)
#D3D9D4
(211,217,212)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5B17 color. Also use rgb(58,91,23) instead hex code.

Text Font Color

.myTextColor { color: #3A5B17; }

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

This text font color is #3A5B17.


Background Color

.myBgColor { background-color: #3A5B17; }

<div style="background-color:#3A5B17">Inner text</div>

This div background color is #3A5B17.


Border color

.myBorderColor { border: 1px solid #3A5B17; }

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

This div border color is #3A5B17.


Opacity

.myOpacity80 { color: #3A5B17; opacity: 0.8; }

<p style="color:#3A5B17;opacity:0.8;">80%</p>

Text with #3A5B17 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 #3A5B17;}

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

This text has shadow with #3A5B17 color.

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

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

This text has shadow with #3A5B17 primary color and red secondary color.


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

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

This text has shadow with #3A5B17 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5B17 on black background.


Color preview on white background

This text has color #3A5B17 on white background.



Black color preview on #3A5B17 background

This text has black color on #3A5B17 background.


White color preview on #3A5B17 background

This text has white color on #3A5B17 background.