COLOR #3E785A

HEX: #3E785A
RGB: (62,120,90)

Color info

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

RGB color model

#3E785A color RGB value is (62,120,90).

  • red value is 62;
  • green value is 120;
  • blue value is 90.
RGB:
(62,120,90)
(24%,47%,35%)

RGB channels and saturation

R 62 of 255 = 24%
G 120 of 255 = 47%
B 90 of 255 = 35%

62
120
90

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

Portions of RGB colors in percentages

R + G + B =
62 + 120 + 90 = 272 (100%)
R 62 of 272 ~ 22.79%
G 120 of 272 ~ 44.12%
B 90 of 272 ~ 33.09%

%22.79
%44.12
%33.09

CMYK color model

#3E785A color CMYK value is (48,0,25,53).

  • cyan value is 48.33%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(48,0,25,53)
C48M0Y25K53 
(48%,0%,25%,53%)
(0.48/0.00/0.25/0.53)	

CMYK percentages

%48.33
%0
%25
%52.94

Codes

Color #3E785A in popluar color models

3E785A
RGB6212090
HSL149°31.87%35.69%
HSB/HSV149°48.33%47.06%
CMYK48.33%0.00%25.00%
52.94%

Color #3E785A in popluar number systems.

HEX3E785A
Decimal6212090
Binary11111011110001011010
Octal76170132

Shades and tints

Shades of #3E785A

#3E785A
(62,120,90)
#396E52
(57,110,82)
#34644A
(52,100,74)
#2F5A42
(47,90,66)
#2A503A
(42,80,58)
#254632
(37,70,50)
#203C2A
(32,60,42)
#1B3222
(27,50,34)
#16281A
(22,40,26)
#111E12
(17,30,18)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #3E785A

#3E785A
(62,120,90)
#4F8469
(79,132,105)
#609078
(96,144,120)
#719C87
(113,156,135)
#82A896
(130,168,150)
#93B4A5
(147,180,165)
#A4C0B4
(164,192,180)
#B5CCC3
(181,204,195)
#C6D8D2
(198,216,210)
#D7E4E1
(215,228,225)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E785A color. Also use rgb(62,120,90) instead hex code.

Text Font Color

.myTextColor { color: #3E785A; }

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

This text font color is #3E785A.


Background Color

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

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

This div background color is #3E785A.


Border color

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

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

This div border color is #3E785A.


Opacity

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

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

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

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

This text has shadow with #3E785A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E785A on black background.


Color preview on white background

This text has color #3E785A on white background.



Black color preview on #3E785A background

This text has black color on #3E785A background.


White color preview on #3E785A background

This text has white color on #3E785A background.