COLOR #3E6357

HEX: #3E6357 RGB: (62,99,87)

Color info

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

RGB color model

#3E6357 color RGB value is (62,99,87).

RGB: (62,99,87) (24%, 39%, 34%)

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 87 of 255 = 34%

62
99
87

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

Portions of RGB colors in percentages

R + G + B = 62 + 99 + 87 = 248 (100%)
R 62 of 248 ~ 25%
G 99 of 248 ~ 39.92%
B 87 of 248 ~ 35.08'%

%25
%39.92
%35.08

CMYK color model

#3E6357 color CMYK value is (37,0,12,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 61.18%

CMYK: (37,0,12,61)
C37M0Y12K61 (37%, 0%, 12%, 61%)
(0.37 / 0.00 / 0.12 / 0.61)

CMYK percentages

%37.37
%0
%12.12
%61.18

Codes

Color #3E6357 in popluar color models

3E 63 57
RGB 62 99 87
HSL 161° 22.98% 31.57%
HSB/HSV 161° 37.37% 38.82%
CMYK 37.37% 0.00% 12.12%
61.18%

Color #3E6357 in popluar number systems.

HEX 3E 63 57
Decimal 62 99 87
Binary 111110 1100011 1010111
Octal 76 143 127

Shades and tints

Shades of #3E6357

#3E6357
(62,99,87)
#395A50
(57,90,80)
#345149
(52,81,73)
#2F4842
(47,72,66)
#2A3F3B
(42,63,59)
#253634
(37,54,52)
#202D2D
(32,45,45)
#1B2426
(27,36,38)
#161B1F
(22,27,31)
#111218
(17,18,24)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #3E6357

#3E6357
(62,99,87)
#4F7166
(79,113,102)
#607F75
(96,127,117)
#718D84
(113,141,132)
#829B93
(130,155,147)
#93A9A2
(147,169,162)
#A4B7B1
(164,183,177)
#B5C5C0
(181,197,192)
#C6D3CF
(198,211,207)
#D7E1DE
(215,225,222)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6357 color. Also use rgb(62,99,87) instead hex code.

Text Font Color

.myTextColor { color: #3E6357; }

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

This text font color is #3E6357.

Background Color

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

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

This div background color is #3E6357.

Border color

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

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

This div border color is #3E6357.

Opacity

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

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

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

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

This text has shadow with #3E6357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6357.

Preview

Color preview on black background

This text has color #3E6357 on black background.


Color preview on white background

This text has color #3E6357 on white background.


Black color preview on #3E6357 background

This text has black color on #3E6357 background.


White color preview on #3E6357 background

This text has white color on #3E6357 background.


Related colors

Complementary color

Complementary color for #hex is #C19CA8.


I love getcolorcode.com

Triadic colors

1 #573E63 and #63573E with #3E6357 are triadic colors.

2 #57633E and #633E57 with #3E6357 are triadic colors.