COLOR #3D6A78

HEX: #3D6A78
RGB: (61,106,120)

Color info

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

RGB color model

#3D6A78 color RGB value is (61,106,120).

  • red value is 61;
  • green value is 106;
  • blue value is 120.
RGB:
(61,106,120)
(24%,42%,47%)

RGB channels and saturation

R 61 of 255 = 24%
G 106 of 255 = 42%
B 120 of 255 = 47%

61
106
120

R + G + B ~ 38%. #3D6A78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 106 + 120 = 287 (100%)
R 61 of 287 ~ 21.25%
G 106 of 287 ~ 36.93%
B 120 of 287 ~ 41.81%

%21.25
%36.93
%41.81

CMYK color model

#3D6A78 color CMYK value is (49,12,0,53).

  • cyan value is 49.17%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(49,12,0,53)
C49M12Y0K53 
(49%,12%,0%,53%)
(0.49/0.12/0.00/0.53)	

CMYK percentages

%49.17
%11.67
%0
%52.94

Codes

Color #3D6A78 in popluar color models

3D6A78
RGB61106120
HSL194°32.60%35.49%
HSB/HSV194°49.17%47.06%
CMYK49.17%11.67%0.00%
52.94%

Color #3D6A78 in popluar number systems.

HEX3D6A78
Decimal61106120
Binary11110111010101111000
Octal75152170

Shades and tints

Shades of #3D6A78

#3D6A78
(61,106,120)
#38616E
(56,97,110)
#335864
(51,88,100)
#2E4F5A
(46,79,90)
#294650
(41,70,80)
#243D46
(36,61,70)
#1F343C
(31,52,60)
#1A2B32
(26,43,50)
#152228
(21,34,40)
#10191E
(16,25,30)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #3D6A78

#3D6A78
(61,106,120)
#4E7784
(78,119,132)
#5F8490
(95,132,144)
#70919C
(112,145,156)
#819EA8
(129,158,168)
#92ABB4
(146,171,180)
#A3B8C0
(163,184,192)
#B4C5CC
(180,197,204)
#C5D2D8
(197,210,216)
#D6DFE4
(214,223,228)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6A78 color. Also use rgb(61,106,120) instead hex code.

Text Font Color

.myTextColor { color: #3D6A78; }

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

This text font color is #3D6A78.


Background Color

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

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

This div background color is #3D6A78.


Border color

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

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

This div border color is #3D6A78.


Opacity

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

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

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

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

This text has shadow with #3D6A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6A78 on black background.


Color preview on white background

This text has color #3D6A78 on white background.



Black color preview on #3D6A78 background

This text has black color on #3D6A78 background.


White color preview on #3D6A78 background

This text has white color on #3D6A78 background.