COLOR #3B7C4C

HEX: #3B7C4C
RGB: (59,124,76)

Color info

#3B7C4C contains mainly green and blue colors. Web safe color of #3B7C4C is #336633 (or #363).

RGB color model

#3B7C4C color RGB value is (59,124,76).

  • red value is 59;
  • green value is 124;
  • blue value is 76.
RGB:
(59,124,76)
(23%,49%,30%)

RGB channels and saturation

R 59 of 255 = 23%
G 124 of 255 = 49%
B 76 of 255 = 30%

59
124
76

R + G + B ~ 34%. #3B7C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 124 + 76 = 259 (100%)
R 59 of 259 ~ 22.78%
G 124 of 259 ~ 47.88%
B 76 of 259 ~ 29.34%

%22.78
%47.88
%29.34

CMYK color model

#3B7C4C color CMYK value is (52,0,39,51).

  • cyan value is 52.42%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 51.37%
CMYK:
(52,0,39,51)
C52M0Y39K51 
(52%,0%,39%,51%)
(0.52/0.00/0.39/0.51)	

CMYK percentages

%52.42
%0
%38.71
%51.37

Codes

Color #3B7C4C in popluar color models

3B7C4C
RGB5912476
HSL136°35.52%35.88%
HSB/HSV136°52.42%48.63%
CMYK52.42%0.00%38.71%
51.37%

Color #3B7C4C in popluar number systems.

HEX3B7C4C
Decimal5912476
Binary11101111111001001100
Octal73174114

Shades and tints

Shades of #3B7C4C

#3B7C4C
(59,124,76)
#367146
(54,113,70)
#316640
(49,102,64)
#2C5B3A
(44,91,58)
#275034
(39,80,52)
#22452E
(34,69,46)
#1D3A28
(29,58,40)
#182F22
(24,47,34)
#13241C
(19,36,28)
#0E1916
(14,25,22)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #3B7C4C

#3B7C4C
(59,124,76)
#4C875C
(76,135,92)
#5D926C
(93,146,108)
#6E9D7C
(110,157,124)
#7FA88C
(127,168,140)
#90B39C
(144,179,156)
#A1BEAC
(161,190,172)
#B2C9BC
(178,201,188)
#C3D4CC
(195,212,204)
#D4DFDC
(212,223,220)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7C4C color. Also use rgb(59,124,76) instead hex code.

Text Font Color

.myTextColor { color: #3B7C4C; }

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

This text font color is #3B7C4C.


Background Color

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

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

This div background color is #3B7C4C.


Border color

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

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

This div border color is #3B7C4C.


Opacity

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

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

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

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

This text has shadow with #3B7C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7C4C on black background.


Color preview on white background

This text has color #3B7C4C on white background.



Black color preview on #3B7C4C background

This text has black color on #3B7C4C background.


White color preview on #3B7C4C background

This text has white color on #3B7C4C background.