COLOR #334C76

HEX: #334C76
RGB: (51,76,118)

Color info

#334C76 contains mainly green and blue colors. Web safe color of #334C76 is #333366 (or #336).

RGB color model

#334C76 color RGB value is (51,76,118).

  • red value is 51;
  • green value is 76;
  • blue value is 118.
RGB:
(51,76,118)
(20%,30%,46%)

RGB channels and saturation

R 51 of 255 = 20%
G 76 of 255 = 30%
B 118 of 255 = 46%

51
76
118

R + G + B ~ 32%. #334C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 76 + 118 = 245 (100%)
R 51 of 245 ~ 20.82%
G 76 of 245 ~ 31.02%
B 118 of 245 ~ 48.16%

%20.82
%31.02
%48.16

CMYK color model

#334C76 color CMYK value is (57,36,0,54).

  • cyan value is 56.78%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(57,36,0,54)
C57M36Y0K54 
(57%,36%,0%,54%)
(0.57/0.36/0.00/0.54)	

CMYK percentages

%56.78
%35.59
%0
%53.73

Codes

Color #334C76 in popluar color models

334C76
RGB5176118
HSL218°39.64%33.14%
HSB/HSV218°56.78%46.27%
CMYK56.78%35.59%0.00%
53.73%

Color #334C76 in popluar number systems.

HEX334C76
Decimal5176118
Binary11001110011001110110
Octal63114166

Shades and tints

Shades of #334C76

#334C76
(51,76,118)
#2F466C
(47,70,108)
#2B4062
(43,64,98)
#273A58
(39,58,88)
#23344E
(35,52,78)
#1F2E44
(31,46,68)
#1B283A
(27,40,58)
#172230
(23,34,48)
#131C26
(19,28,38)
#0F161C
(15,22,28)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #334C76

#334C76
(51,76,118)
#455C82
(69,92,130)
#576C8E
(87,108,142)
#697C9A
(105,124,154)
#7B8CA6
(123,140,166)
#8D9CB2
(141,156,178)
#9FACBE
(159,172,190)
#B1BCCA
(177,188,202)
#C3CCD6
(195,204,214)
#D5DCE2
(213,220,226)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334C76 color. Also use rgb(51,76,118) instead hex code.

Text Font Color

.myTextColor { color: #334C76; }

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

This text font color is #334C76.


Background Color

.myBgColor { background-color: #334C76; }

<div style="background-color:#334C76">Inner text</div>

This div background color is #334C76.


Border color

.myBorderColor { border: 1px solid #334C76; }

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

This div border color is #334C76.


Opacity

.myOpacity80 { color: #334C76; opacity: 0.8; }

<p style="color:#334C76;opacity:0.8;">80%</p>

Text with #334C76 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 #334C76;}

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

This text has shadow with #334C76 color.

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

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

This text has shadow with #334C76 primary color and red secondary color.


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

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

This text has shadow with #334C76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334C76 on black background.


Color preview on white background

This text has color #334C76 on white background.



Black color preview on #334C76 background

This text has black color on #334C76 background.


White color preview on #334C76 background

This text has white color on #334C76 background.