COLOR #3D5254

HEX: #3D5254
RGB: (61,82,84)

Color info

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

RGB color model

#3D5254 color RGB value is (61,82,84).

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

RGB channels and saturation

R 61 of 255 = 24%
G 82 of 255 = 32%
B 84 of 255 = 33%

61
82
84

R + G + B ~ 30%. #3D5254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 82 + 84 = 227 (100%)
R 61 of 227 ~ 26.87%
G 82 of 227 ~ 36.12%
B 84 of 227 ~ 37%

%26.87
%36.12
%37

CMYK color model

#3D5254 color CMYK value is (27,2,0,67).

  • cyan value is 27.38%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(27,2,0,67)
C27M2Y0K67 
(27%,2%,0%,67%)
(0.27/0.02/0.00/0.67)	

CMYK percentages

%27.38
%2.38
%0
%67.06

Codes

Color #3D5254 in popluar color models

3D5254
RGB618284
HSL185°15.86%28.43%
HSB/HSV185°27.38%32.94%
CMYK27.38%2.38%0.00%
67.06%

Color #3D5254 in popluar number systems.

HEX3D5254
Decimal618284
Binary11110110100101010100
Octal75122124

Shades and tints

Shades of #3D5254

#3D5254
(61,82,84)
#384B4D
(56,75,77)
#334446
(51,68,70)
#2E3D3F
(46,61,63)
#293638
(41,54,56)
#242F31
(36,47,49)
#1F282A
(31,40,42)
#1A2123
(26,33,35)
#151A1C
(21,26,28)
#101315
(16,19,21)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #3D5254

#3D5254
(61,82,84)
#4E6163
(78,97,99)
#5F7072
(95,112,114)
#707F81
(112,127,129)
#818E90
(129,142,144)
#929D9F
(146,157,159)
#A3ACAE
(163,172,174)
#B4BBBD
(180,187,189)
#C5CACC
(197,202,204)
#D6D9DB
(214,217,219)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5254; }

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

This text font color is #3D5254.


Background Color

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

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

This div background color is #3D5254.


Border color

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

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

This div border color is #3D5254.


Opacity

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

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

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

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

This text has shadow with #3D5254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5254 on black background.


Color preview on white background

This text has color #3D5254 on white background.



Black color preview on #3D5254 background

This text has black color on #3D5254 background.


White color preview on #3D5254 background

This text has white color on #3D5254 background.