COLOR #3B5C17

HEX: #3B5C17
RGB: (59,92,23)

Color info

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

RGB color model

#3B5C17 color RGB value is (59,92,23).

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

RGB channels and saturation

R 59 of 255 = 23%
G 92 of 255 = 36%
B 23 of 255 = 9%

59
92
23

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

Portions of RGB colors in percentages

R + G + B =
59 + 92 + 23 = 174 (100%)
R 59 of 174 ~ 33.91%
G 92 of 174 ~ 52.87%
B 23 of 174 ~ 13.22%

%33.91
%52.87
%13.22

CMYK color model

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

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

CMYK percentages

%35.87
%0
%75
%63.92

Codes

Color #3B5C17 in popluar color models

3B5C17
RGB599223
HSL89°60.00%22.55%
HSB/HSV89°75.00%36.08%
CMYK35.87%0.00%75.00%
63.92%

Color #3B5C17 in popluar number systems.

HEX3B5C17
Decimal599223
Binary111011101110010111
Octal7313427

Shades and tints

Shades of #3B5C17

#3B5C17
(59,92,23)
#365415
(54,84,21)
#314C13
(49,76,19)
#2C4411
(44,68,17)
#273C0F
(39,60,15)
#22340D
(34,52,13)
#1D2C0B
(29,44,11)
#182409
(24,36,9)
#131C07
(19,28,7)
#0E1405
(14,20,5)
#090C03
(9,12,3)
#000000
(0,0,0)

Tints of #3B5C17

#3B5C17
(59,92,23)
#4C6A2C
(76,106,44)
#5D7841
(93,120,65)
#6E8656
(110,134,86)
#7F946B
(127,148,107)
#90A280
(144,162,128)
#A1B095
(161,176,149)
#B2BEAA
(178,190,170)
#C3CCBF
(195,204,191)
#D4DAD4
(212,218,212)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5C17 color. Also use rgb(59,92,23) instead hex code.

Text Font Color

.myTextColor { color: #3B5C17; }

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

This text font color is #3B5C17.


Background Color

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

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

This div background color is #3B5C17.


Border color

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

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

This div border color is #3B5C17.


Opacity

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

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

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

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

This text has shadow with #3B5C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5C17 on black background.


Color preview on white background

This text has color #3B5C17 on white background.



Black color preview on #3B5C17 background

This text has black color on #3B5C17 background.


White color preview on #3B5C17 background

This text has white color on #3B5C17 background.