COLOR #3E8445

HEX: #3E8445
RGB: (62,132,69)

Color info

#3E8445 contains mainly green color. Web safe color of #3E8445 is #339933 (or #393).

RGB color model

#3E8445 color RGB value is (62,132,69).

  • red value is 62;
  • green value is 132;
  • blue value is 69.
RGB:
(62,132,69)
(24%,52%,27%)

RGB channels and saturation

R 62 of 255 = 24%
G 132 of 255 = 52%
B 69 of 255 = 27%

62
132
69

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

Portions of RGB colors in percentages

R + G + B =
62 + 132 + 69 = 263 (100%)
R 62 of 263 ~ 23.57%
G 132 of 263 ~ 50.19%
B 69 of 263 ~ 26.24%

%23.57
%50.19
%26.24

CMYK color model

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

  • cyan value is 53.03%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 48.24%
CMYK:
(53,0,48,48)
C53M0Y48K48 
(53%,0%,48%,48%)
(0.53/0.00/0.48/0.48)	

CMYK percentages

%53.03
%0
%47.73
%48.24

Codes

Color #3E8445 in popluar color models

3E8445
RGB6213269
HSL126°36.08%38.04%
HSB/HSV126°53.03%51.76%
CMYK53.03%0.00%47.73%
48.24%

Color #3E8445 in popluar number systems.

HEX3E8445
Decimal6213269
Binary111110100001001000101
Octal76204105

Shades and tints

Shades of #3E8445

#3E8445
(62,132,69)
#39783F
(57,120,63)
#346C39
(52,108,57)
#2F6033
(47,96,51)
#2A542D
(42,84,45)
#254827
(37,72,39)
#203C21
(32,60,33)
#1B301B
(27,48,27)
#162415
(22,36,21)
#11180F
(17,24,15)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #3E8445

#3E8445
(62,132,69)
#4F8F55
(79,143,85)
#609A65
(96,154,101)
#71A575
(113,165,117)
#82B085
(130,176,133)
#93BB95
(147,187,149)
#A4C6A5
(164,198,165)
#B5D1B5
(181,209,181)
#C6DCC5
(198,220,197)
#D7E7D5
(215,231,213)
#E8F2E5
(232,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8445 color. Also use rgb(62,132,69) instead hex code.

Text Font Color

.myTextColor { color: #3E8445; }

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

This text font color is #3E8445.


Background Color

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

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

This div background color is #3E8445.


Border color

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

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

This div border color is #3E8445.


Opacity

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

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

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

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

This text has shadow with #3E8445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8445 on black background.


Color preview on white background

This text has color #3E8445 on white background.



Black color preview on #3E8445 background

This text has black color on #3E8445 background.


White color preview on #3E8445 background

This text has white color on #3E8445 background.