COLOR #3D7794

HEX: #3D7794
RGB: (61,119,148)

Color info

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

RGB color model

#3D7794 color RGB value is (61,119,148).

  • red value is 61;
  • green value is 119;
  • blue value is 148.
RGB:
(61,119,148)
(24%,47%,58%)

RGB channels and saturation

R 61 of 255 = 24%
G 119 of 255 = 47%
B 148 of 255 = 58%

61
119
148

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

Portions of RGB colors in percentages

R + G + B =
61 + 119 + 148 = 328 (100%)
R 61 of 328 ~ 18.6%
G 119 of 328 ~ 36.28%
B 148 of 328 ~ 45.12%

%18.6
%36.28
%45.12

CMYK color model

#3D7794 color CMYK value is (59,20,0,42).

  • cyan value is 58.78%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(59,20,0,42)
C59M20Y0K42 
(59%,20%,0%,42%)
(0.59/0.20/0.00/0.42)	

CMYK percentages

%58.78
%19.59
%0
%41.96

Codes

Color #3D7794 in popluar color models

3D7794
RGB61119148
HSL200°41.63%40.98%
HSB/HSV200°58.78%58.04%
CMYK58.78%19.59%0.00%
41.96%

Color #3D7794 in popluar number systems.

HEX3D7794
Decimal61119148
Binary111101111011110010100
Octal75167224

Shades and tints

Shades of #3D7794

#3D7794
(61,119,148)
#386D87
(56,109,135)
#33637A
(51,99,122)
#2E596D
(46,89,109)
#294F60
(41,79,96)
#244553
(36,69,83)
#1F3B46
(31,59,70)
#1A3139
(26,49,57)
#15272C
(21,39,44)
#101D1F
(16,29,31)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #3D7794

#3D7794
(61,119,148)
#4E839D
(78,131,157)
#5F8FA6
(95,143,166)
#709BAF
(112,155,175)
#81A7B8
(129,167,184)
#92B3C1
(146,179,193)
#A3BFCA
(163,191,202)
#B4CBD3
(180,203,211)
#C5D7DC
(197,215,220)
#D6E3E5
(214,227,229)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7794 color. Also use rgb(61,119,148) instead hex code.

Text Font Color

.myTextColor { color: #3D7794; }

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

This text font color is #3D7794.


Background Color

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

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

This div background color is #3D7794.


Border color

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

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

This div border color is #3D7794.


Opacity

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

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

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

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

This text has shadow with #3D7794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7794 on black background.


Color preview on white background

This text has color #3D7794 on white background.



Black color preview on #3D7794 background

This text has black color on #3D7794 background.


White color preview on #3D7794 background

This text has white color on #3D7794 background.