COLOR #3E735B

HEX: #3E735B
RGB: (62,115,91)

Color info

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

RGB color model

#3E735B color RGB value is (62,115,91).

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

RGB channels and saturation

R 62 of 255 = 24%
G 115 of 255 = 45%
B 91 of 255 = 36%

62
115
91

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

Portions of RGB colors in percentages

R + G + B =
62 + 115 + 91 = 268 (100%)
R 62 of 268 ~ 23.13%
G 115 of 268 ~ 42.91%
B 91 of 268 ~ 33.96%

%23.13
%42.91
%33.96

CMYK color model

#3E735B color CMYK value is (46,0,21,55).

  • cyan value is 46.09%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(46,0,21,55)
C46M0Y21K55 
(46%,0%,21%,55%)
(0.46/0.00/0.21/0.55)	

CMYK percentages

%46.09
%0
%20.87
%54.9

Codes

Color #3E735B in popluar color models

3E735B
RGB6211591
HSL153°29.94%34.71%
HSB/HSV153°46.09%45.10%
CMYK46.09%0.00%20.87%
54.90%

Color #3E735B in popluar number systems.

HEX3E735B
Decimal6211591
Binary11111011100111011011
Octal76163133

Shades and tints

Shades of #3E735B

#3E735B
(62,115,91)
#396953
(57,105,83)
#345F4B
(52,95,75)
#2F5543
(47,85,67)
#2A4B3B
(42,75,59)
#254133
(37,65,51)
#20372B
(32,55,43)
#1B2D23
(27,45,35)
#16231B
(22,35,27)
#111913
(17,25,19)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #3E735B

#3E735B
(62,115,91)
#4F7F69
(79,127,105)
#608B77
(96,139,119)
#719785
(113,151,133)
#82A393
(130,163,147)
#93AFA1
(147,175,161)
#A4BBAF
(164,187,175)
#B5C7BD
(181,199,189)
#C6D3CB
(198,211,203)
#D7DFD9
(215,223,217)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E735B; }

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

This text font color is #3E735B.


Background Color

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

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

This div background color is #3E735B.


Border color

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

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

This div border color is #3E735B.


Opacity

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

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

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

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

This text has shadow with #3E735B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E735B on black background.


Color preview on white background

This text has color #3E735B on white background.



Black color preview on #3E735B background

This text has black color on #3E735B background.


White color preview on #3E735B background

This text has white color on #3E735B background.