COLOR #3E854B

HEX: #3E854B
RGB: (62,133,75)

Color info

#3E854B contains mainly green and blue colors. Web safe color of #3E854B is #339933 (or #393).

RGB color model

#3E854B color RGB value is (62,133,75).

  • red value is 62;
  • green value is 133;
  • blue value is 75.
RGB:
(62,133,75)
(24%,52%,29%)

RGB channels and saturation

R 62 of 255 = 24%
G 133 of 255 = 52%
B 75 of 255 = 29%

62
133
75

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

Portions of RGB colors in percentages

R + G + B =
62 + 133 + 75 = 270 (100%)
R 62 of 270 ~ 22.96%
G 133 of 270 ~ 49.26%
B 75 of 270 ~ 27.78%

%22.96
%49.26
%27.78

CMYK color model

#3E854B color CMYK value is (53,0,44,48).

  • cyan value is 53.38%
  • magenta value is 0.00%
  • yellow value is 43.61%
  • key color value is 47.84%
CMYK:
(53,0,44,48)
C53M0Y44K48 
(53%,0%,44%,48%)
(0.53/0.00/0.44/0.48)	

CMYK percentages

%53.38
%0
%43.61
%47.84

Codes

Color #3E854B in popluar color models

3E854B
RGB6213375
HSL131°36.41%38.24%
HSB/HSV131°53.38%52.16%
CMYK53.38%0.00%43.61%
47.84%

Color #3E854B in popluar number systems.

HEX3E854B
Decimal6213375
Binary111110100001011001011
Octal76205113

Shades and tints

Shades of #3E854B

#3E854B
(62,133,75)
#397945
(57,121,69)
#346D3F
(52,109,63)
#2F6139
(47,97,57)
#2A5533
(42,85,51)
#25492D
(37,73,45)
#203D27
(32,61,39)
#1B3121
(27,49,33)
#16251B
(22,37,27)
#111915
(17,25,21)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #3E854B

#3E854B
(62,133,75)
#4F905B
(79,144,91)
#609B6B
(96,155,107)
#71A67B
(113,166,123)
#82B18B
(130,177,139)
#93BC9B
(147,188,155)
#A4C7AB
(164,199,171)
#B5D2BB
(181,210,187)
#C6DDCB
(198,221,203)
#D7E8DB
(215,232,219)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E854B color. Also use rgb(62,133,75) instead hex code.

Text Font Color

.myTextColor { color: #3E854B; }

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

This text font color is #3E854B.


Background Color

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

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

This div background color is #3E854B.


Border color

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

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

This div border color is #3E854B.


Opacity

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

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

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

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

This text has shadow with #3E854B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E854B on black background.


Color preview on white background

This text has color #3E854B on white background.



Black color preview on #3E854B background

This text has black color on #3E854B background.


White color preview on #3E854B background

This text has white color on #3E854B background.