COLOR #3D525E

HEX: #3D525E
RGB: (61,82,94)

Color info

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

RGB color model

#3D525E color RGB value is (61,82,94).

  • red value is 61;
  • green value is 82;
  • blue value is 94.
RGB:
(61,82,94)
(24%,32%,37%)

RGB channels and saturation

R 61 of 255 = 24%
G 82 of 255 = 32%
B 94 of 255 = 37%

61
82
94

R + G + B ~ 31%. #3D525E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 82 + 94 = 237 (100%)
R 61 of 237 ~ 25.74%
G 82 of 237 ~ 34.6%
B 94 of 237 ~ 39.66%

%25.74
%34.6
%39.66

CMYK color model

#3D525E color CMYK value is (35,13,0,63).

  • cyan value is 35.11%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(35,13,0,63)
C35M13Y0K63 
(35%,13%,0%,63%)
(0.35/0.13/0.00/0.63)	

CMYK percentages

%35.11
%12.77
%0
%63.14

Codes

Color #3D525E in popluar color models

3D525E
RGB618294
HSL202°21.29%30.39%
HSB/HSV202°35.11%36.86%
CMYK35.11%12.77%0.00%
63.14%

Color #3D525E in popluar number systems.

HEX3D525E
Decimal618294
Binary11110110100101011110
Octal75122136

Shades and tints

Shades of #3D525E

#3D525E
(61,82,94)
#384B56
(56,75,86)
#33444E
(51,68,78)
#2E3D46
(46,61,70)
#29363E
(41,54,62)
#242F36
(36,47,54)
#1F282E
(31,40,46)
#1A2126
(26,33,38)
#151A1E
(21,26,30)
#101316
(16,19,22)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #3D525E

#3D525E
(61,82,94)
#4E616C
(78,97,108)
#5F707A
(95,112,122)
#707F88
(112,127,136)
#818E96
(129,142,150)
#929DA4
(146,157,164)
#A3ACB2
(163,172,178)
#B4BBC0
(180,187,192)
#C5CACE
(197,202,206)
#D6D9DC
(214,217,220)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D525E color. Also use rgb(61,82,94) instead hex code.

Text Font Color

.myTextColor { color: #3D525E; }

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

This text font color is #3D525E.


Background Color

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

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

This div background color is #3D525E.


Border color

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

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

This div border color is #3D525E.


Opacity

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

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

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

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

This text has shadow with #3D525E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D525E on black background.


Color preview on white background

This text has color #3D525E on white background.



Black color preview on #3D525E background

This text has black color on #3D525E background.


White color preview on #3D525E background

This text has white color on #3D525E background.