COLOR #3E635A

HEX: #3E635A
RGB: (62,99,90)

Color info

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

RGB color model

#3E635A color RGB value is (62,99,90).

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

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 90 of 255 = 35%

62
99
90

R + G + B ~ 33%. #3E635A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 90 = 251 (100%)
R 62 of 251 ~ 24.7%
G 99 of 251 ~ 39.44%
B 90 of 251 ~ 35.86%

%24.7
%39.44
%35.86

CMYK color model

#3E635A color CMYK value is (37,0,9,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(37,0,9,61)
C37M0Y9K61 
(37%,0%,9%,61%)
(0.37/0.00/0.09/0.61)	

CMYK percentages

%37.37
%0
%9.09
%61.18

Codes

Color #3E635A in popluar color models

3E635A
RGB629990
HSL165°22.98%31.57%
HSB/HSV165°37.37%38.82%
CMYK37.37%0.00%9.09%
61.18%

Color #3E635A in popluar number systems.

HEX3E635A
Decimal629990
Binary11111011000111011010
Octal76143132

Shades and tints

Shades of #3E635A

#3E635A
(62,99,90)
#395A52
(57,90,82)
#34514A
(52,81,74)
#2F4842
(47,72,66)
#2A3F3A
(42,63,58)
#253632
(37,54,50)
#202D2A
(32,45,42)
#1B2422
(27,36,34)
#161B1A
(22,27,26)
#111212
(17,18,18)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #3E635A

#3E635A
(62,99,90)
#4F7169
(79,113,105)
#607F78
(96,127,120)
#718D87
(113,141,135)
#829B96
(130,155,150)
#93A9A5
(147,169,165)
#A4B7B4
(164,183,180)
#B5C5C3
(181,197,195)
#C6D3D2
(198,211,210)
#D7E1E1
(215,225,225)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E635A; }

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

This text font color is #3E635A.


Background Color

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

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

This div background color is #3E635A.


Border color

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

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

This div border color is #3E635A.


Opacity

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

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

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

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

This text has shadow with #3E635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E635A on black background.


Color preview on white background

This text has color #3E635A on white background.



Black color preview on #3E635A background

This text has black color on #3E635A background.


White color preview on #3E635A background

This text has white color on #3E635A background.