COLOR #3D7096

HEX: #3D7096
RGB: (61,112,150)

Color info

#3D7096 contains mainly green and blue colors. Web safe color of #3D7096 is #336699 (or #369).

RGB color model

#3D7096 color RGB value is (61,112,150).

  • red value is 61;
  • green value is 112;
  • blue value is 150.
RGB:
(61,112,150)
(24%,44%,59%)

RGB channels and saturation

R 61 of 255 = 24%
G 112 of 255 = 44%
B 150 of 255 = 59%

61
112
150

R + G + B ~ 42%. #3D7096 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 112 + 150 = 323 (100%)
R 61 of 323 ~ 18.89%
G 112 of 323 ~ 34.67%
B 150 of 323 ~ 46.44%

%18.89
%34.67
%46.44

CMYK color model

#3D7096 color CMYK value is (59,25,0,41).

  • cyan value is 59.33%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(59,25,0,41)
C59M25Y0K41 
(59%,25%,0%,41%)
(0.59/0.25/0.00/0.41)	

CMYK percentages

%59.33
%25.33
%0
%41.18

Codes

Color #3D7096 in popluar color models

3D7096
RGB61112150
HSL206°42.18%41.37%
HSB/HSV206°59.33%58.82%
CMYK59.33%25.33%0.00%
41.18%

Color #3D7096 in popluar number systems.

HEX3D7096
Decimal61112150
Binary111101111000010010110
Octal75160226

Shades and tints

Shades of #3D7096

#3D7096
(61,112,150)
#386689
(56,102,137)
#335C7C
(51,92,124)
#2E526F
(46,82,111)
#294862
(41,72,98)
#243E55
(36,62,85)
#1F3448
(31,52,72)
#1A2A3B
(26,42,59)
#15202E
(21,32,46)
#101621
(16,22,33)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #3D7096

#3D7096
(61,112,150)
#4E7D9F
(78,125,159)
#5F8AA8
(95,138,168)
#7097B1
(112,151,177)
#81A4BA
(129,164,186)
#92B1C3
(146,177,195)
#A3BECC
(163,190,204)
#B4CBD5
(180,203,213)
#C5D8DE
(197,216,222)
#D6E5E7
(214,229,231)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7096 color. Also use rgb(61,112,150) instead hex code.

Text Font Color

.myTextColor { color: #3D7096; }

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

This text font color is #3D7096.


Background Color

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

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

This div background color is #3D7096.


Border color

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

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

This div border color is #3D7096.


Opacity

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

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

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

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

This text has shadow with #3D7096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7096 on black background.


Color preview on white background

This text has color #3D7096 on white background.



Black color preview on #3D7096 background

This text has black color on #3D7096 background.


White color preview on #3D7096 background

This text has white color on #3D7096 background.