COLOR #3E745F

HEX: #3E745F RGB: (62,116,95)

Color info

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

RGB color model

#3E745F color RGB value is (62,116,95).

RGB: (62,116,95) (24%, 45%, 37%)

RGB channels and saturation

R 62 of 255 = 24%
G 116 of 255 = 45%
B 95 of 255 = 37%

62
116
95

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

Portions of RGB colors in percentages

R + G + B = 62 + 116 + 95 = 273 (100%)
R 62 of 273 ~ 22.71%
G 116 of 273 ~ 42.49%
B 95 of 273 ~ 34.8'%

%22.71
%42.49
%34.8

CMYK color model

#3E745F color CMYK value is (47,0,18,55).

  • cyan value is 46.55%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 54.51%

CMYK: (47,0,18,55)
C47M0Y18K55 (47%, 0%, 18%, 55%)
(0.47 / 0.00 / 0.18 / 0.55)

CMYK percentages

%46.55
%0
%18.1
%54.51

Codes

Color #3E745F in popluar color models

3E 74 5F
RGB 62 116 95
HSL 157° 30.34% 34.90%
HSB/HSV 157° 46.55% 45.49%
CMYK 46.55% 0.00% 18.10%
54.51%

Color #3E745F in popluar number systems.

HEX 3E 74 5F
Decimal 62 116 95
Binary 111110 1110100 1011111
Octal 76 164 137

Shades and tints

Shades of #3E745F

#3E745F
(62,116,95)
#396A57
(57,106,87)
#34604F
(52,96,79)
#2F5647
(47,86,71)
#2A4C3F
(42,76,63)
#254237
(37,66,55)
#20382F
(32,56,47)
#1B2E27
(27,46,39)
#16241F
(22,36,31)
#111A17
(17,26,23)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #3E745F

#3E745F
(62,116,95)
#4F806D
(79,128,109)
#608C7B
(96,140,123)
#719889
(113,152,137)
#82A497
(130,164,151)
#93B0A5
(147,176,165)
#A4BCB3
(164,188,179)
#B5C8C1
(181,200,193)
#C6D4CF
(198,212,207)
#D7E0DD
(215,224,221)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E745F color. Also use rgb(62,116,95) instead hex code.

Text Font Color

.myTextColor { color: #3E745F; }

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

This text font color is #3E745F.

Background Color

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

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

This div background color is #3E745F.

Border color

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

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

This div border color is #3E745F.

Opacity

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

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

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

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

This text has shadow with #3E745F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E745F.

Preview

Color preview on black background

This text has color #3E745F on black background.


Color preview on white background

This text has color #3E745F on white background.


Black color preview on #3E745F background

This text has black color on #3E745F background.


White color preview on #3E745F background

This text has white color on #3E745F background.


Related colors

Complementary color

Complementary color for #hex is #C18BA0.


I love getcolorcode.com

Triadic colors

1 #5F3E74 and #745F3E with #3E745F are triadic colors.

2 #5F743E and #743E5F with #3E745F are triadic colors.