COLOR #3E7951

HEX: #3E7951
RGB: (62,121,81)

Color info

#3E7951 contains red, green and blue colors in about the same proportion. Web safe color of #3E7951 is #336666 (or #366).

RGB color model

#3E7951 color RGB value is (62,121,81).

  • red value is 62;
  • green value is 121;
  • blue value is 81.
RGB:
(62,121,81)
(24%,47%,32%)

RGB channels and saturation

R 62 of 255 = 24%
G 121 of 255 = 47%
B 81 of 255 = 32%

62
121
81

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

Portions of RGB colors in percentages

R + G + B =
62 + 121 + 81 = 264 (100%)
R 62 of 264 ~ 23.48%
G 121 of 264 ~ 45.83%
B 81 of 264 ~ 30.68%

%23.48
%45.83
%30.68

CMYK color model

#3E7951 color CMYK value is (49,0,33,53).

  • cyan value is 48.76%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 52.55%
CMYK:
(49,0,33,53)
C49M0Y33K53 
(49%,0%,33%,53%)
(0.49/0.00/0.33/0.53)	

CMYK percentages

%48.76
%0
%33.06
%52.55

Codes

Color #3E7951 in popluar color models

3E7951
RGB6212181
HSL139°32.24%35.88%
HSB/HSV139°48.76%47.45%
CMYK48.76%0.00%33.06%
52.55%

Color #3E7951 in popluar number systems.

HEX3E7951
Decimal6212181
Binary11111011110011010001
Octal76171121

Shades and tints

Shades of #3E7951

#3E7951
(62,121,81)
#396E4A
(57,110,74)
#346343
(52,99,67)
#2F583C
(47,88,60)
#2A4D35
(42,77,53)
#25422E
(37,66,46)
#203727
(32,55,39)
#1B2C20
(27,44,32)
#162119
(22,33,25)
#111612
(17,22,18)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #3E7951

#3E7951
(62,121,81)
#4F8560
(79,133,96)
#60916F
(96,145,111)
#719D7E
(113,157,126)
#82A98D
(130,169,141)
#93B59C
(147,181,156)
#A4C1AB
(164,193,171)
#B5CDBA
(181,205,186)
#C6D9C9
(198,217,201)
#D7E5D8
(215,229,216)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7951 color. Also use rgb(62,121,81) instead hex code.

Text Font Color

.myTextColor { color: #3E7951; }

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

This text font color is #3E7951.


Background Color

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

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

This div background color is #3E7951.


Border color

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

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

This div border color is #3E7951.


Opacity

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

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

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

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

This text has shadow with #3E7951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7951 on black background.


Color preview on white background

This text has color #3E7951 on white background.



Black color preview on #3E7951 background

This text has black color on #3E7951 background.


White color preview on #3E7951 background

This text has white color on #3E7951 background.