COLOR #3B5D30

HEX: #3B5D30
RGB: (59,93,48)

Color info

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

RGB color model

#3B5D30 color RGB value is (59,93,48).

  • red value is 59;
  • green value is 93;
  • blue value is 48.
RGB:
(59,93,48)
(23%,36%,19%)

RGB channels and saturation

R 59 of 255 = 23%
G 93 of 255 = 36%
B 48 of 255 = 19%

59
93
48

R + G + B ~ 26%. #3B5D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 93 + 48 = 200 (100%)
R 59 of 200 ~ 29.5%
G 93 of 200 ~ 46.5%
B 48 of 200 ~ 24%

%29.5
%46.5
%24

CMYK color model

#3B5D30 color CMYK value is (37,0,48,64).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 63.53%
CMYK:
(37,0,48,64)
C37M0Y48K64 
(37%,0%,48%,64%)
(0.37/0.00/0.48/0.64)	

CMYK percentages

%36.56
%0
%48.39
%63.53

Codes

Color #3B5D30 in popluar color models

3B5D30
RGB599348
HSL105°31.91%27.65%
HSB/HSV105°48.39%36.47%
CMYK36.56%0.00%48.39%
63.53%

Color #3B5D30 in popluar number systems.

HEX3B5D30
Decimal599348
Binary1110111011101110000
Octal7313560

Shades and tints

Shades of #3B5D30

#3B5D30
(59,93,48)
#36552C
(54,85,44)
#314D28
(49,77,40)
#2C4524
(44,69,36)
#273D20
(39,61,32)
#22351C
(34,53,28)
#1D2D18
(29,45,24)
#182514
(24,37,20)
#131D10
(19,29,16)
#0E150C
(14,21,12)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #3B5D30

#3B5D30
(59,93,48)
#4C6B42
(76,107,66)
#5D7954
(93,121,84)
#6E8766
(110,135,102)
#7F9578
(127,149,120)
#90A38A
(144,163,138)
#A1B19C
(161,177,156)
#B2BFAE
(178,191,174)
#C3CDC0
(195,205,192)
#D4DBD2
(212,219,210)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5D30 color. Also use rgb(59,93,48) instead hex code.

Text Font Color

.myTextColor { color: #3B5D30; }

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

This text font color is #3B5D30.


Background Color

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

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

This div background color is #3B5D30.


Border color

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

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

This div border color is #3B5D30.


Opacity

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

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

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

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

This text has shadow with #3B5D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5D30 on black background.


Color preview on white background

This text has color #3B5D30 on white background.



Black color preview on #3B5D30 background

This text has black color on #3B5D30 background.


White color preview on #3B5D30 background

This text has white color on #3B5D30 background.