COLOR #3B7E4C

HEX: #3B7E4C
RGB: (59,126,76)

Color info

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

RGB color model

#3B7E4C color RGB value is (59,126,76).

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

RGB channels and saturation

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

59
126
76

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

Portions of RGB colors in percentages

R + G + B =
59 + 126 + 76 = 261 (100%)
R 59 of 261 ~ 22.61%
G 126 of 261 ~ 48.28%
B 76 of 261 ~ 29.12%

%22.61
%48.28
%29.12

CMYK color model

#3B7E4C color CMYK value is (53,0,40,51).

  • cyan value is 53.17%
  • magenta value is 0.00%
  • yellow value is 39.68%
  • key color value is 50.59%
CMYK:
(53,0,40,51)
C53M0Y40K51 
(53%,0%,40%,51%)
(0.53/0.00/0.40/0.51)	

CMYK percentages

%53.17
%0
%39.68
%50.59

Codes

Color #3B7E4C in popluar color models

3B7E4C
RGB5912676
HSL135°36.22%36.27%
HSB/HSV135°53.17%49.41%
CMYK53.17%0.00%39.68%
50.59%

Color #3B7E4C in popluar number systems.

HEX3B7E4C
Decimal5912676
Binary11101111111101001100
Octal73176114

Shades and tints

Shades of #3B7E4C

#3B7E4C
(59,126,76)
#367346
(54,115,70)
#316840
(49,104,64)
#2C5D3A
(44,93,58)
#275234
(39,82,52)
#22472E
(34,71,46)
#1D3C28
(29,60,40)
#183122
(24,49,34)
#13261C
(19,38,28)
#0E1B16
(14,27,22)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #3B7E4C

#3B7E4C
(59,126,76)
#4C895C
(76,137,92)
#5D946C
(93,148,108)
#6E9F7C
(110,159,124)
#7FAA8C
(127,170,140)
#90B59C
(144,181,156)
#A1C0AC
(161,192,172)
#B2CBBC
(178,203,188)
#C3D6CC
(195,214,204)
#D4E1DC
(212,225,220)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7E4C; }

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

This text font color is #3B7E4C.


Background Color

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

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

This div background color is #3B7E4C.


Border color

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

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

This div border color is #3B7E4C.


Opacity

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

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

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

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

This text has shadow with #3B7E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7E4C on black background.


Color preview on white background

This text has color #3B7E4C on white background.



Black color preview on #3B7E4C background

This text has black color on #3B7E4C background.


White color preview on #3B7E4C background

This text has white color on #3B7E4C background.