COLOR #337174

HEX: #337174
RGB: (51,113,116)

Color info

#337174 contains mainly green and blue colors. Web safe color of #337174 is #336666 (or #366).

RGB color model

#337174 color RGB value is (51,113,116).

  • red value is 51;
  • green value is 113;
  • blue value is 116.
RGB:
(51,113,116)
(20%,44%,45%)

RGB channels and saturation

R 51 of 255 = 20%
G 113 of 255 = 44%
B 116 of 255 = 45%

51
113
116

R + G + B ~ 36%. #337174 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 113 + 116 = 280 (100%)
R 51 of 280 ~ 18.21%
G 113 of 280 ~ 40.36%
B 116 of 280 ~ 41.43%

%18.21
%40.36
%41.43

CMYK color model

#337174 color CMYK value is (56,3,0,55).

  • cyan value is 56.03%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(56,3,0,55)
C56M3Y0K55 
(56%,3%,0%,55%)
(0.56/0.03/0.00/0.55)	

CMYK percentages

%56.03
%2.59
%0
%54.51

Codes

Color #337174 in popluar color models

337174
RGB51113116
HSL183°38.92%32.75%
HSB/HSV183°56.03%45.49%
CMYK56.03%2.59%0.00%
54.51%

Color #337174 in popluar number systems.

HEX337174
Decimal51113116
Binary11001111100011110100
Octal63161164

Shades and tints

Shades of #337174

#337174
(51,113,116)
#2F676A
(47,103,106)
#2B5D60
(43,93,96)
#275356
(39,83,86)
#23494C
(35,73,76)
#1F3F42
(31,63,66)
#1B3538
(27,53,56)
#172B2E
(23,43,46)
#132124
(19,33,36)
#0F171A
(15,23,26)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #337174

#337174
(51,113,116)
#457D80
(69,125,128)
#57898C
(87,137,140)
#699598
(105,149,152)
#7BA1A4
(123,161,164)
#8DADB0
(141,173,176)
#9FB9BC
(159,185,188)
#B1C5C8
(177,197,200)
#C3D1D4
(195,209,212)
#D5DDE0
(213,221,224)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337174 color. Also use rgb(51,113,116) instead hex code.

Text Font Color

.myTextColor { color: #337174; }

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

This text font color is #337174.


Background Color

.myBgColor { background-color: #337174; }

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

This div background color is #337174.


Border color

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

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

This div border color is #337174.


Opacity

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

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

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

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

This text has shadow with #337174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337174 on black background.


Color preview on white background

This text has color #337174 on white background.



Black color preview on #337174 background

This text has black color on #337174 background.


White color preview on #337174 background

This text has white color on #337174 background.