COLOR #3E775C

HEX: #3E775C RGB: (62,119,92)

Color info

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

RGB color model

#3E775C color RGB value is (62,119,92).

RGB: (62,119,92) (24%, 47%, 36%)

RGB channels and saturation

R 62 of 255 = 24%
G 119 of 255 = 47%
B 92 of 255 = 36%

62
119
92

R + G + B ~ 36%. #3E775C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 119 + 92 = 273 (100%)
R 62 of 273 ~ 22.71%
G 119 of 273 ~ 43.59%
B 92 of 273 ~ 33.7'%

%22.71
%43.59
%33.7

CMYK color model

#3E775C color CMYK value is (48,0,23,53).

  • cyan value is 47.90%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK: (48,0,23,53) C48M0Y23K53 (48%,0%,23%,53%) (0.48/0.00/0.23/0.53) 

CMYK percentages

%47.9
%0
%22.69
%53.33

Codes

Color #3E775C in popluar color models

3E 77 5C
RGB 62 119 92
HSL 152° 31.49% 35.49%
HSB/HSV 152° 47.90% 46.67%
CMYK 47.90% 0.00% 22.69%
53.33%

Color #3E775C in popluar number systems.

HEX 3E 77 5C
Decimal 62 119 92
Binary 111110 1110111 1011100
Octal 76 167 134

Shades and tints

Shades of #3E775C

#3E775C
(62,119,92)
#396D54
(57,109,84)
#34634C
(52,99,76)
#2F5944
(47,89,68)
#2A4F3C
(42,79,60)
#254534
(37,69,52)
#203B2C
(32,59,44)
#1B3124
(27,49,36)
#16271C
(22,39,28)
#111D14
(17,29,20)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #3E775C

#3E775C
(62,119,92)
#4F836A
(79,131,106)
#608F78
(96,143,120)
#719B86
(113,155,134)
#82A794
(130,167,148)
#93B3A2
(147,179,162)
#A4BFB0
(164,191,176)
#B5CBBE
(181,203,190)
#C6D7CC
(198,215,204)
#D7E3DA
(215,227,218)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E775C color. Also use rgb(62,119,92) instead hex code.

Text Font Color

.myTextColor { color: #3E775C; }

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

This text font color is #3E775C.

Background Color

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

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

This div background color is #3E775C.

Border color

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

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

This div border color is #3E775C.

Opacity

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

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

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

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

This text has shadow with #3E775C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E775C.

Preview

Color preview on black background

This text has color #3E775C on black background.


Color preview on white background

This text has color #3E775C on white background.


Black color preview on #3E775C background

This text has black color on #3E775C background.


White color preview on #3E775C background

This text has white color on #3E775C background.


Related colors

Complementary color

Complementary color for #hex is #C188A3.


I love getcolorcode.com

Triadic colors

1 #5C3E77 and #775C3E with #3E775C are triadic colors.

2 #5C773E and #773E5C with #3E775C are triadic colors.