COLOR #3E884B

HEX: #3E884B RGB: (62,136,75)

Color info

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

RGB color model

#3E884B color RGB value is (62,136,75).

RGB: (62,136,75) (24%, 53%, 29%)

RGB channels and saturation

R 62 of 255 = 24%
G 136 of 255 = 53%
B 75 of 255 = 29%

62
136
75

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

Portions of RGB colors in percentages

R + G + B = 62 + 136 + 75 = 273 (100%)
R 62 of 273 ~ 22.71%
G 136 of 273 ~ 49.82%
B 75 of 273 ~ 27.47'%

%22.71
%49.82
%27.47

CMYK color model

#3E884B color CMYK value is (54,0,45,47).

  • cyan value is 54.41%
  • magenta value is 0.00%
  • yellow value is 44.85%
  • key color value is 46.67%

CMYK: (54,0,45,47)
C54M0Y45K47 (54%, 0%, 45%, 47%)
(0.54 / 0.00 / 0.45 / 0.47)

CMYK percentages

%54.41
%0
%44.85
%46.67

Codes

Color #3E884B in popluar color models

3E 88 4B
RGB 62 136 75
HSL 131° 37.37% 38.82%
HSB/HSV 131° 54.41% 53.33%
CMYK 54.41% 0.00% 44.85%
46.67%

Color #3E884B in popluar number systems.

HEX 3E 88 4B
Decimal 62 136 75
Binary 111110 10001000 1001011
Octal 76 210 113

Shades and tints

Shades of #3E884B

#3E884B
(62,136,75)
#397C45
(57,124,69)
#34703F
(52,112,63)
#2F6439
(47,100,57)
#2A5833
(42,88,51)
#254C2D
(37,76,45)
#204027
(32,64,39)
#1B3421
(27,52,33)
#16281B
(22,40,27)
#111C15
(17,28,21)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #3E884B

#3E884B
(62,136,75)
#4F925B
(79,146,91)
#609C6B
(96,156,107)
#71A67B
(113,166,123)
#82B08B
(130,176,139)
#93BA9B
(147,186,155)
#A4C4AB
(164,196,171)
#B5CEBB
(181,206,187)
#C6D8CB
(198,216,203)
#D7E2DB
(215,226,219)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E884B; }

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

This text font color is #3E884B.

Background Color

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

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

This div background color is #3E884B.

Border color

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

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

This div border color is #3E884B.

Opacity

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

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

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

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

This text has shadow with #3E884B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E884B.

Preview

Color preview on black background

This text has color #3E884B on black background.


Color preview on white background

This text has color #3E884B on white background.


Black color preview on #3E884B background

This text has black color on #3E884B background.


White color preview on #3E884B background

This text has white color on #3E884B background.


Related colors

Complementary color

Complementary color for #hex is #C177B4.


I love getcolorcode.com

Triadic colors

1 #4B3E88 and #884B3E with #3E884B are triadic colors.

2 #4B883E and #883E4B with #3E884B are triadic colors.