COLOR #3E7354

HEX: #3E7354 RGB: (62,115,84)

Color info

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

RGB color model

#3E7354 color RGB value is (62,115,84).

RGB: (62,115,84) (24%, 45%, 33%)

RGB channels and saturation

R 62 of 255 = 24%
G 115 of 255 = 45%
B 84 of 255 = 33%

62
115
84

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

Portions of RGB colors in percentages

R + G + B = 62 + 115 + 84 = 261 (100%)
R 62 of 261 ~ 23.75%
G 115 of 261 ~ 44.06%
B 84 of 261 ~ 32.18'%

%23.75
%44.06
%32.18

CMYK color model

#3E7354 color CMYK value is (46,0,27,55).

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

CMYK: (46,0,27,55)
C46M0Y27K55 (46%, 0%, 27%, 55%)
(0.46 / 0.00 / 0.27 / 0.55)

CMYK percentages

%46.09
%0
%26.96
%54.9

Codes

Color #3E7354 in popluar color models

3E 73 54
RGB 62 115 84
HSL 145° 29.94% 34.71%
HSB/HSV 145° 46.09% 45.10%
CMYK 46.09% 0.00% 26.96%
54.90%

Color #3E7354 in popluar number systems.

HEX 3E 73 54
Decimal 62 115 84
Binary 111110 1110011 1010100
Octal 76 163 124

Shades and tints

Shades of #3E7354

#3E7354
(62,115,84)
#39694D
(57,105,77)
#345F46
(52,95,70)
#2F553F
(47,85,63)
#2A4B38
(42,75,56)
#254131
(37,65,49)
#20372A
(32,55,42)
#1B2D23
(27,45,35)
#16231C
(22,35,28)
#111915
(17,25,21)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #3E7354

#3E7354
(62,115,84)
#4F7F63
(79,127,99)
#608B72
(96,139,114)
#719781
(113,151,129)
#82A390
(130,163,144)
#93AF9F
(147,175,159)
#A4BBAE
(164,187,174)
#B5C7BD
(181,199,189)
#C6D3CC
(198,211,204)
#D7DFDB
(215,223,219)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7354; }

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

This text font color is #3E7354.

Background Color

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

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

This div background color is #3E7354.

Border color

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

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

This div border color is #3E7354.

Opacity

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

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

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

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

This text has shadow with #3E7354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7354.

Preview

Color preview on black background

This text has color #3E7354 on black background.


Color preview on white background

This text has color #3E7354 on white background.


Black color preview on #3E7354 background

This text has black color on #3E7354 background.


White color preview on #3E7354 background

This text has white color on #3E7354 background.


Related colors

Complementary color

Complementary color for #hex is #C18CAB.


I love getcolorcode.com

Triadic colors

1 #543E73 and #73543E with #3E7354 are triadic colors.

2 #54733E and #733E54 with #3E7354 are triadic colors.