COLOR #3D635A

HEX: #3D635A
RGB: (61,99,90)

Color info

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

RGB color model

#3D635A color RGB value is (61,99,90).

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

RGB channels and saturation

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

61
99
90

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

Portions of RGB colors in percentages

R + G + B =
61 + 99 + 90 = 250 (100%)
R 61 of 250 ~ 24.4%
G 99 of 250 ~ 39.6%
B 90 of 250 ~ 36%

%24.4
%39.6
%36

CMYK color model

#3D635A color CMYK value is (38,0,9,61).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(38,0,9,61)
C38M0Y9K61 
(38%,0%,9%,61%)
(0.38/0.00/0.09/0.61)	

CMYK percentages

%38.38
%0
%9.09
%61.18

Codes

Color #3D635A in popluar color models

3D635A
RGB619990
HSL166°23.75%31.37%
HSB/HSV166°38.38%38.82%
CMYK38.38%0.00%9.09%
61.18%

Color #3D635A in popluar number systems.

HEX3D635A
Decimal619990
Binary11110111000111011010
Octal75143132

Shades and tints

Shades of #3D635A

#3D635A
(61,99,90)
#385A52
(56,90,82)
#33514A
(51,81,74)
#2E4842
(46,72,66)
#293F3A
(41,63,58)
#243632
(36,54,50)
#1F2D2A
(31,45,42)
#1A2422
(26,36,34)
#151B1A
(21,27,26)
#101212
(16,18,18)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #3D635A

#3D635A
(61,99,90)
#4E7169
(78,113,105)
#5F7F78
(95,127,120)
#708D87
(112,141,135)
#819B96
(129,155,150)
#92A9A5
(146,169,165)
#A3B7B4
(163,183,180)
#B4C5C3
(180,197,195)
#C5D3D2
(197,211,210)
#D6E1E1
(214,225,225)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D635A; }

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

This text font color is #3D635A.


Background Color

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

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

This div background color is #3D635A.


Border color

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

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

This div border color is #3D635A.


Opacity

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

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

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

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

This text has shadow with #3D635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D635A on black background.


Color preview on white background

This text has color #3D635A on white background.



Black color preview on #3D635A background

This text has black color on #3D635A background.


White color preview on #3D635A background

This text has white color on #3D635A background.