COLOR #3B6C3C

HEX: #3B6C3C
RGB: (59,108,60)

Color info

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

RGB color model

#3B6C3C color RGB value is (59,108,60).

  • red value is 59;
  • green value is 108;
  • blue value is 60.
RGB:
(59,108,60)
(23%,42%,24%)

RGB channels and saturation

R 59 of 255 = 23%
G 108 of 255 = 42%
B 60 of 255 = 24%

59
108
60

R + G + B ~ 30%. #3B6C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 108 + 60 = 227 (100%)
R 59 of 227 ~ 25.99%
G 108 of 227 ~ 47.58%
B 60 of 227 ~ 26.43%

%25.99
%47.58
%26.43

CMYK color model

#3B6C3C color CMYK value is (45,0,44,58).

  • cyan value is 45.37%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 57.65%
CMYK:
(45,0,44,58)
C45M0Y44K58 
(45%,0%,44%,58%)
(0.45/0.00/0.44/0.58)	

CMYK percentages

%45.37
%0
%44.44
%57.65

Codes

Color #3B6C3C in popluar color models

3B6C3C
RGB5910860
HSL121°29.34%32.75%
HSB/HSV121°45.37%42.35%
CMYK45.37%0.00%44.44%
57.65%

Color #3B6C3C in popluar number systems.

HEX3B6C3C
Decimal5910860
Binary1110111101100111100
Octal7315474

Shades and tints

Shades of #3B6C3C

#3B6C3C
(59,108,60)
#366337
(54,99,55)
#315A32
(49,90,50)
#2C512D
(44,81,45)
#274828
(39,72,40)
#223F23
(34,63,35)
#1D361E
(29,54,30)
#182D19
(24,45,25)
#132414
(19,36,20)
#0E1B0F
(14,27,15)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #3B6C3C

#3B6C3C
(59,108,60)
#4C794D
(76,121,77)
#5D865E
(93,134,94)
#6E936F
(110,147,111)
#7FA080
(127,160,128)
#90AD91
(144,173,145)
#A1BAA2
(161,186,162)
#B2C7B3
(178,199,179)
#C3D4C4
(195,212,196)
#D4E1D5
(212,225,213)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6C3C color. Also use rgb(59,108,60) instead hex code.

Text Font Color

.myTextColor { color: #3B6C3C; }

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

This text font color is #3B6C3C.


Background Color

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

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

This div background color is #3B6C3C.


Border color

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

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

This div border color is #3B6C3C.


Opacity

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

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

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

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

This text has shadow with #3B6C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6C3C on black background.


Color preview on white background

This text has color #3B6C3C on white background.



Black color preview on #3B6C3C background

This text has black color on #3B6C3C background.


White color preview on #3B6C3C background

This text has white color on #3B6C3C background.