COLOR #3E7150

HEX: #3E7150
RGB: (62,113,80)

Color info

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

RGB color model

#3E7150 color RGB value is (62,113,80).

  • red value is 62;
  • green value is 113;
  • blue value is 80.
RGB:
(62,113,80)
(24%,44%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 113 of 255 = 44%
B 80 of 255 = 31%

62
113
80

R + G + B ~ 33%. #3E7150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 113 + 80 = 255 (100%)
R 62 of 255 ~ 24.31%
G 113 of 255 ~ 44.31%
B 80 of 255 ~ 31.37%

%24.31
%44.31
%31.37

CMYK color model

#3E7150 color CMYK value is (45,0,29,56).

  • cyan value is 45.13%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 55.69%
CMYK:
(45,0,29,56)
C45M0Y29K56 
(45%,0%,29%,56%)
(0.45/0.00/0.29/0.56)	

CMYK percentages

%45.13
%0
%29.2
%55.69

Codes

Color #3E7150 in popluar color models

3E7150
RGB6211380
HSL141°29.14%34.31%
HSB/HSV141°45.13%44.31%
CMYK45.13%0.00%29.20%
55.69%

Color #3E7150 in popluar number systems.

HEX3E7150
Decimal6211380
Binary11111011100011010000
Octal76161120

Shades and tints

Shades of #3E7150

#3E7150
(62,113,80)
#396749
(57,103,73)
#345D42
(52,93,66)
#2F533B
(47,83,59)
#2A4934
(42,73,52)
#253F2D
(37,63,45)
#203526
(32,53,38)
#1B2B1F
(27,43,31)
#162118
(22,33,24)
#111711
(17,23,17)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #3E7150

#3E7150
(62,113,80)
#4F7D5F
(79,125,95)
#60896E
(96,137,110)
#71957D
(113,149,125)
#82A18C
(130,161,140)
#93AD9B
(147,173,155)
#A4B9AA
(164,185,170)
#B5C5B9
(181,197,185)
#C6D1C8
(198,209,200)
#D7DDD7
(215,221,215)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7150 color. Also use rgb(62,113,80) instead hex code.

Text Font Color

.myTextColor { color: #3E7150; }

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

This text font color is #3E7150.


Background Color

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

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

This div background color is #3E7150.


Border color

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

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

This div border color is #3E7150.


Opacity

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

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

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

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

This text has shadow with #3E7150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7150 on black background.


Color preview on white background

This text has color #3E7150 on white background.



Black color preview on #3E7150 background

This text has black color on #3E7150 background.


White color preview on #3E7150 background

This text has white color on #3E7150 background.