COLOR #334177

HEX: #334177
RGB: (51,65,119)

Color info

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

RGB color model

#334177 color RGB value is (51,65,119).

  • red value is 51;
  • green value is 65;
  • blue value is 119.
RGB:
(51,65,119)
(20%,25%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 119 of 255 = 47%

51
65
119

R + G + B ~ 31%. #334177 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 65 + 119 = 235 (100%)
R 51 of 235 ~ 21.7%
G 65 of 235 ~ 27.66%
B 119 of 235 ~ 50.64%

%21.7
%27.66
%50.64

CMYK color model

#334177 color CMYK value is (57,45,0,53).

  • cyan value is 57.14%
  • magenta value is 45.38%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(57,45,0,53)
C57M45Y0K53 
(57%,45%,0%,53%)
(0.57/0.45/0.00/0.53)	

CMYK percentages

%57.14
%45.38
%0
%53.33

Codes

Color #334177 in popluar color models

334177
RGB5165119
HSL228°40.00%33.33%
HSB/HSV228°57.14%46.67%
CMYK57.14%45.38%0.00%
53.33%

Color #334177 in popluar number systems.

HEX334177
Decimal5165119
Binary11001110000011110111
Octal63101167

Shades and tints

Shades of #334177

#334177
(51,65,119)
#2F3C6D
(47,60,109)
#2B3763
(43,55,99)
#273259
(39,50,89)
#232D4F
(35,45,79)
#1F2845
(31,40,69)
#1B233B
(27,35,59)
#171E31
(23,30,49)
#131927
(19,25,39)
#0F141D
(15,20,29)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #334177

#334177
(51,65,119)
#455283
(69,82,131)
#57638F
(87,99,143)
#69749B
(105,116,155)
#7B85A7
(123,133,167)
#8D96B3
(141,150,179)
#9FA7BF
(159,167,191)
#B1B8CB
(177,184,203)
#C3C9D7
(195,201,215)
#D5DAE3
(213,218,227)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334177 color. Also use rgb(51,65,119) instead hex code.

Text Font Color

.myTextColor { color: #334177; }

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

This text font color is #334177.


Background Color

.myBgColor { background-color: #334177; }

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

This div background color is #334177.


Border color

.myBorderColor { border: 1px solid #334177; }

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

This div border color is #334177.


Opacity

.myOpacity80 { color: #334177; opacity: 0.8; }

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

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

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

This text has shadow with #334177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334177 on black background.


Color preview on white background

This text has color #334177 on white background.



Black color preview on #334177 background

This text has black color on #334177 background.


White color preview on #334177 background

This text has white color on #334177 background.