COLOR #3D6574

HEX: #3D6574
RGB: (61,101,116)

Color info

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

RGB color model

#3D6574 color RGB value is (61,101,116).

  • red value is 61;
  • green value is 101;
  • blue value is 116.
RGB:
(61,101,116)
(24%,40%,45%)

RGB channels and saturation

R 61 of 255 = 24%
G 101 of 255 = 40%
B 116 of 255 = 45%

61
101
116

R + G + B ~ 36%. #3D6574 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 101 + 116 = 278 (100%)
R 61 of 278 ~ 21.94%
G 101 of 278 ~ 36.33%
B 116 of 278 ~ 41.73%

%21.94
%36.33
%41.73

CMYK color model

#3D6574 color CMYK value is (47,13,0,55).

  • cyan value is 47.41%
  • magenta value is 12.93%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(47,13,0,55)
C47M13Y0K55 
(47%,13%,0%,55%)
(0.47/0.13/0.00/0.55)	

CMYK percentages

%47.41
%12.93
%0
%54.51

Codes

Color #3D6574 in popluar color models

3D6574
RGB61101116
HSL196°31.07%34.71%
HSB/HSV196°47.41%45.49%
CMYK47.41%12.93%0.00%
54.51%

Color #3D6574 in popluar number systems.

HEX3D6574
Decimal61101116
Binary11110111001011110100
Octal75145164

Shades and tints

Shades of #3D6574

#3D6574
(61,101,116)
#385C6A
(56,92,106)
#335360
(51,83,96)
#2E4A56
(46,74,86)
#29414C
(41,65,76)
#243842
(36,56,66)
#1F2F38
(31,47,56)
#1A262E
(26,38,46)
#151D24
(21,29,36)
#10141A
(16,20,26)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #3D6574

#3D6574
(61,101,116)
#4E7380
(78,115,128)
#5F818C
(95,129,140)
#708F98
(112,143,152)
#819DA4
(129,157,164)
#92ABB0
(146,171,176)
#A3B9BC
(163,185,188)
#B4C7C8
(180,199,200)
#C5D5D4
(197,213,212)
#D6E3E0
(214,227,224)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6574 color. Also use rgb(61,101,116) instead hex code.

Text Font Color

.myTextColor { color: #3D6574; }

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

This text font color is #3D6574.


Background Color

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

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

This div background color is #3D6574.


Border color

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

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

This div border color is #3D6574.


Opacity

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

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

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

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

This text has shadow with #3D6574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6574 on black background.


Color preview on white background

This text has color #3D6574 on white background.



Black color preview on #3D6574 background

This text has black color on #3D6574 background.


White color preview on #3D6574 background

This text has white color on #3D6574 background.