COLOR #3B5817

HEX: #3B5817
RGB: (59,88,23)

Color info

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

RGB color model

#3B5817 color RGB value is (59,88,23).

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

RGB channels and saturation

R 59 of 255 = 23%
G 88 of 255 = 35%
B 23 of 255 = 9%

59
88
23

R + G + B ~ 22%. #3B5817 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 88 + 23 = 170 (100%)
R 59 of 170 ~ 34.71%
G 88 of 170 ~ 51.76%
B 23 of 170 ~ 13.53%

%34.71
%51.76
%13.53

CMYK color model

#3B5817 color CMYK value is (33,0,74,65).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 73.86%
  • key color value is 65.49%
CMYK:
(33,0,74,65)
C33M0Y74K65 
(33%,0%,74%,65%)
(0.33/0.00/0.74/0.65)	

CMYK percentages

%32.95
%0
%73.86
%65.49

Codes

Color #3B5817 in popluar color models

3B5817
RGB598823
HSL87°58.56%21.76%
HSB/HSV87°73.86%34.51%
CMYK32.95%0.00%73.86%
65.49%

Color #3B5817 in popluar number systems.

HEX3B5817
Decimal598823
Binary111011101100010111
Octal7313027

Shades and tints

Shades of #3B5817

#3B5817
(59,88,23)
#365015
(54,80,21)
#314813
(49,72,19)
#2C4011
(44,64,17)
#27380F
(39,56,15)
#22300D
(34,48,13)
#1D280B
(29,40,11)
#182009
(24,32,9)
#131807
(19,24,7)
#0E1005
(14,16,5)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #3B5817

#3B5817
(59,88,23)
#4C672C
(76,103,44)
#5D7641
(93,118,65)
#6E8556
(110,133,86)
#7F946B
(127,148,107)
#90A380
(144,163,128)
#A1B295
(161,178,149)
#B2C1AA
(178,193,170)
#C3D0BF
(195,208,191)
#D4DFD4
(212,223,212)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5817; }

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

This text font color is #3B5817.


Background Color

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

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

This div background color is #3B5817.


Border color

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

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

This div border color is #3B5817.


Opacity

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

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

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

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

This text has shadow with #3B5817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5817 on black background.


Color preview on white background

This text has color #3B5817 on white background.



Black color preview on #3B5817 background

This text has black color on #3B5817 background.


White color preview on #3B5817 background

This text has white color on #3B5817 background.