COLOR #3D4754

HEX: #3D4754
RGB: (61,71,84)

Color info

#3D4754 contains red, green and blue colors in about the same proportion. Web safe color of #3D4754 is #333366 (or #336).

RGB color model

#3D4754 color RGB value is (61,71,84).

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

RGB channels and saturation

R 61 of 255 = 24%
G 71 of 255 = 28%
B 84 of 255 = 33%

61
71
84

R + G + B ~ 28%. #3D4754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 71 + 84 = 216 (100%)
R 61 of 216 ~ 28.24%
G 71 of 216 ~ 32.87%
B 84 of 216 ~ 38.89%

%28.24
%32.87
%38.89

CMYK color model

#3D4754 color CMYK value is (27,15,0,67).

  • cyan value is 27.38%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(27,15,0,67)
C27M15Y0K67 
(27%,15%,0%,67%)
(0.27/0.15/0.00/0.67)	

CMYK percentages

%27.38
%15.48
%0
%67.06

Codes

Color #3D4754 in popluar color models

3D4754
RGB617184
HSL214°15.86%28.43%
HSB/HSV214°27.38%32.94%
CMYK27.38%15.48%0.00%
67.06%

Color #3D4754 in popluar number systems.

HEX3D4754
Decimal617184
Binary11110110001111010100
Octal75107124

Shades and tints

Shades of #3D4754

#3D4754
(61,71,84)
#38414D
(56,65,77)
#333B46
(51,59,70)
#2E353F
(46,53,63)
#292F38
(41,47,56)
#242931
(36,41,49)
#1F232A
(31,35,42)
#1A1D23
(26,29,35)
#15171C
(21,23,28)
#101115
(16,17,21)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #3D4754

#3D4754
(61,71,84)
#4E5763
(78,87,99)
#5F6772
(95,103,114)
#707781
(112,119,129)
#818790
(129,135,144)
#92979F
(146,151,159)
#A3A7AE
(163,167,174)
#B4B7BD
(180,183,189)
#C5C7CC
(197,199,204)
#D6D7DB
(214,215,219)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4754; }

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

This text font color is #3D4754.


Background Color

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

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

This div background color is #3D4754.


Border color

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

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

This div border color is #3D4754.


Opacity

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

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

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

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

This text has shadow with #3D4754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4754 on black background.


Color preview on white background

This text has color #3D4754 on white background.



Black color preview on #3D4754 background

This text has black color on #3D4754 background.


White color preview on #3D4754 background

This text has white color on #3D4754 background.