COLOR #3E795B

HEX: #3E795B
RGB: (62,121,91)

Color info

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

RGB color model

#3E795B color RGB value is (62,121,91).

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

RGB channels and saturation

R 62 of 255 = 24%
G 121 of 255 = 47%
B 91 of 255 = 36%

62
121
91

R + G + B ~ 36%. #3E795B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 121 + 91 = 274 (100%)
R 62 of 274 ~ 22.63%
G 121 of 274 ~ 44.16%
B 91 of 274 ~ 33.21%

%22.63
%44.16
%33.21

CMYK color model

#3E795B color CMYK value is (49,0,25,53).

  • cyan value is 48.76%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 52.55%
CMYK:
(49,0,25,53)
C49M0Y25K53 
(49%,0%,25%,53%)
(0.49/0.00/0.25/0.53)	

CMYK percentages

%48.76
%0
%24.79
%52.55

Codes

Color #3E795B in popluar color models

3E795B
RGB6212191
HSL149°32.24%35.88%
HSB/HSV149°48.76%47.45%
CMYK48.76%0.00%24.79%
52.55%

Color #3E795B in popluar number systems.

HEX3E795B
Decimal6212191
Binary11111011110011011011
Octal76171133

Shades and tints

Shades of #3E795B

#3E795B
(62,121,91)
#396E53
(57,110,83)
#34634B
(52,99,75)
#2F5843
(47,88,67)
#2A4D3B
(42,77,59)
#254233
(37,66,51)
#20372B
(32,55,43)
#1B2C23
(27,44,35)
#16211B
(22,33,27)
#111613
(17,22,19)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #3E795B

#3E795B
(62,121,91)
#4F8569
(79,133,105)
#609177
(96,145,119)
#719D85
(113,157,133)
#82A993
(130,169,147)
#93B5A1
(147,181,161)
#A4C1AF
(164,193,175)
#B5CDBD
(181,205,189)
#C6D9CB
(198,217,203)
#D7E5D9
(215,229,217)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E795B; }

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

This text font color is #3E795B.


Background Color

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

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

This div background color is #3E795B.


Border color

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

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

This div border color is #3E795B.


Opacity

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

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

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

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

This text has shadow with #3E795B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E795B on black background.


Color preview on white background

This text has color #3E795B on white background.



Black color preview on #3E795B background

This text has black color on #3E795B background.


White color preview on #3E795B background

This text has white color on #3E795B background.