COLOR #3B5B38

HEX: #3B5B38
RGB: (59,91,56)

Color info

#3B5B38 contains red, green and blue colors in about the same proportion. Web safe color of #3B5B38 is #336633 (or #363).

RGB color model

#3B5B38 color RGB value is (59,91,56).

  • red value is 59;
  • green value is 91;
  • blue value is 56.
RGB:
(59,91,56)
(23%,36%,22%)

RGB channels and saturation

R 59 of 255 = 23%
G 91 of 255 = 36%
B 56 of 255 = 22%

59
91
56

R + G + B ~ 27%. #3B5B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 91 + 56 = 206 (100%)
R 59 of 206 ~ 28.64%
G 91 of 206 ~ 44.17%
B 56 of 206 ~ 27.18%

%28.64
%44.17
%27.18

CMYK color model

#3B5B38 color CMYK value is (35,0,38,64).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 64.31%
CMYK:
(35,0,38,64)
C35M0Y38K64 
(35%,0%,38%,64%)
(0.35/0.00/0.38/0.64)	

CMYK percentages

%35.16
%0
%38.46
%64.31

Codes

Color #3B5B38 in popluar color models

3B5B38
RGB599156
HSL115°23.81%28.82%
HSB/HSV115°38.46%35.69%
CMYK35.16%0.00%38.46%
64.31%

Color #3B5B38 in popluar number systems.

HEX3B5B38
Decimal599156
Binary1110111011011111000
Octal7313370

Shades and tints

Shades of #3B5B38

#3B5B38
(59,91,56)
#365333
(54,83,51)
#314B2E
(49,75,46)
#2C4329
(44,67,41)
#273B24
(39,59,36)
#22331F
(34,51,31)
#1D2B1A
(29,43,26)
#182315
(24,35,21)
#131B10
(19,27,16)
#0E130B
(14,19,11)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #3B5B38

#3B5B38
(59,91,56)
#4C694A
(76,105,74)
#5D775C
(93,119,92)
#6E856E
(110,133,110)
#7F9380
(127,147,128)
#90A192
(144,161,146)
#A1AFA4
(161,175,164)
#B2BDB6
(178,189,182)
#C3CBC8
(195,203,200)
#D4D9DA
(212,217,218)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5B38 color. Also use rgb(59,91,56) instead hex code.

Text Font Color

.myTextColor { color: #3B5B38; }

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

This text font color is #3B5B38.


Background Color

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

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

This div background color is #3B5B38.


Border color

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

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

This div border color is #3B5B38.


Opacity

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

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

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

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

This text has shadow with #3B5B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5B38 on black background.


Color preview on white background

This text has color #3B5B38 on white background.



Black color preview on #3B5B38 background

This text has black color on #3B5B38 background.


White color preview on #3B5B38 background

This text has white color on #3B5B38 background.