COLOR #3E7348

HEX: #3E7348 RGB: (62,115,72)

Color info

#3E7348 contains red, green and blue colors in about the same proportion. Web safe color of #3E7348 is #336633 (or #363).

RGB color model

#3E7348 color RGB value is (62,115,72).

RGB: (62,115,72) (24%, 45%, 28%)

RGB channels and saturation

R 62 of 255 = 24%
G 115 of 255 = 45%
B 72 of 255 = 28%

62
115
72

R + G + B ~ 32%. #3E7348 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 115 + 72 = 249 (100%)
R 62 of 249 ~ 24.9%
G 115 of 249 ~ 46.18%
B 72 of 249 ~ 28.92'%

%24.9
%46.18
%28.92

CMYK color model

#3E7348 color CMYK value is (46,0,37,55).

  • cyan value is 46.09%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 54.90%

CMYK: (46,0,37,55)
C46M0Y37K55 (46%, 0%, 37%, 55%)
(0.46 / 0.00 / 0.37 / 0.55)

CMYK percentages

%46.09
%0
%37.39
%54.9

Codes

Color #3E7348 in popluar color models

3E 73 48
RGB 62 115 72
HSL 131° 29.94% 34.71%
HSB/HSV 131° 46.09% 45.10%
CMYK 46.09% 0.00% 37.39%
54.90%

Color #3E7348 in popluar number systems.

HEX 3E 73 48
Decimal 62 115 72
Binary 111110 1110011 1001000
Octal 76 163 110

Shades and tints

Shades of #3E7348

#3E7348
(62,115,72)
#396942
(57,105,66)
#345F3C
(52,95,60)
#2F5536
(47,85,54)
#2A4B30
(42,75,48)
#25412A
(37,65,42)
#203724
(32,55,36)
#1B2D1E
(27,45,30)
#162318
(22,35,24)
#111912
(17,25,18)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #3E7348

#3E7348
(62,115,72)
#4F7F58
(79,127,88)
#608B68
(96,139,104)
#719778
(113,151,120)
#82A388
(130,163,136)
#93AF98
(147,175,152)
#A4BBA8
(164,187,168)
#B5C7B8
(181,199,184)
#C6D3C8
(198,211,200)
#D7DFD8
(215,223,216)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7348; }

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

This text font color is #3E7348.

Background Color

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

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

This div background color is #3E7348.

Border color

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

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

This div border color is #3E7348.

Opacity

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

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

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

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

This text has shadow with #3E7348 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7348.

Preview

Color preview on black background

This text has color #3E7348 on black background.


Color preview on white background

This text has color #3E7348 on white background.


Black color preview on #3E7348 background

This text has black color on #3E7348 background.


White color preview on #3E7348 background

This text has white color on #3E7348 background.


Related colors

Complementary color

Complementary color for #hex is #C18CB7.


I love getcolorcode.com

Triadic colors

1 #483E73 and #73483E with #3E7348 are triadic colors.

2 #48733E and #733E48 with #3E7348 are triadic colors.