COLOR #3E7C52

HEX: #3E7C52
RGB: (62,124,82)

Color info

#3E7C52 contains mainly green and blue colors. Web safe color of #3E7C52 is #336666 (or #366).

RGB color model

#3E7C52 color RGB value is (62,124,82).

  • red value is 62;
  • green value is 124;
  • blue value is 82.
RGB:
(62,124,82)
(24%,49%,32%)

RGB channels and saturation

R 62 of 255 = 24%
G 124 of 255 = 49%
B 82 of 255 = 32%

62
124
82

R + G + B ~ 35%. #3E7C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 124 + 82 = 268 (100%)
R 62 of 268 ~ 23.13%
G 124 of 268 ~ 46.27%
B 82 of 268 ~ 30.6%

%23.13
%46.27
%30.6

CMYK color model

#3E7C52 color CMYK value is (50,0,34,51).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 33.87%
  • key color value is 51.37%
CMYK:
(50,0,34,51)
C50M0Y34K51 
(50%,0%,34%,51%)
(0.50/0.00/0.34/0.51)	

CMYK percentages

%50
%0
%33.87
%51.37

Codes

Color #3E7C52 in popluar color models

3E7C52
RGB6212482
HSL139°33.33%36.47%
HSB/HSV139°50.00%48.63%
CMYK50.00%0.00%33.87%
51.37%

Color #3E7C52 in popluar number systems.

HEX3E7C52
Decimal6212482
Binary11111011111001010010
Octal76174122

Shades and tints

Shades of #3E7C52

#3E7C52
(62,124,82)
#39714B
(57,113,75)
#346644
(52,102,68)
#2F5B3D
(47,91,61)
#2A5036
(42,80,54)
#25452F
(37,69,47)
#203A28
(32,58,40)
#1B2F21
(27,47,33)
#16241A
(22,36,26)
#111913
(17,25,19)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #3E7C52

#3E7C52
(62,124,82)
#4F8761
(79,135,97)
#609270
(96,146,112)
#719D7F
(113,157,127)
#82A88E
(130,168,142)
#93B39D
(147,179,157)
#A4BEAC
(164,190,172)
#B5C9BB
(181,201,187)
#C6D4CA
(198,212,202)
#D7DFD9
(215,223,217)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7C52 color. Also use rgb(62,124,82) instead hex code.

Text Font Color

.myTextColor { color: #3E7C52; }

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

This text font color is #3E7C52.


Background Color

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

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

This div background color is #3E7C52.


Border color

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

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

This div border color is #3E7C52.


Opacity

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

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

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

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

This text has shadow with #3E7C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7C52 on black background.


Color preview on white background

This text has color #3E7C52 on white background.



Black color preview on #3E7C52 background

This text has black color on #3E7C52 background.


White color preview on #3E7C52 background

This text has white color on #3E7C52 background.