COLOR #337775

HEX: #337775
RGB: (51,119,117)

Color info

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

RGB color model

#337775 color RGB value is (51,119,117).

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

RGB channels and saturation

R 51 of 255 = 20%
G 119 of 255 = 47%
B 117 of 255 = 46%

51
119
117

R + G + B ~ 38%. #337775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 119 + 117 = 287 (100%)
R 51 of 287 ~ 17.77%
G 119 of 287 ~ 41.46%
B 117 of 287 ~ 40.77%

%17.77
%41.46
%40.77

CMYK color model

#337775 color CMYK value is (57,0,2,53).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 53.33%
CMYK:
(57,0,2,53)
C57M0Y2K53 
(57%,0%,2%,53%)
(0.57/0.00/0.02/0.53)	

CMYK percentages

%57.14
%0
%1.68
%53.33

Codes

Color #337775 in popluar color models

337775
RGB51119117
HSL178°40.00%33.33%
HSB/HSV178°57.14%46.67%
CMYK57.14%0.00%1.68%
53.33%

Color #337775 in popluar number systems.

HEX337775
Decimal51119117
Binary11001111101111110101
Octal63167165

Shades and tints

Shades of #337775

#337775
(51,119,117)
#2F6D6B
(47,109,107)
#2B6361
(43,99,97)
#275957
(39,89,87)
#234F4D
(35,79,77)
#1F4543
(31,69,67)
#1B3B39
(27,59,57)
#17312F
(23,49,47)
#132725
(19,39,37)
#0F1D1B
(15,29,27)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #337775

#337775
(51,119,117)
#458381
(69,131,129)
#578F8D
(87,143,141)
#699B99
(105,155,153)
#7BA7A5
(123,167,165)
#8DB3B1
(141,179,177)
#9FBFBD
(159,191,189)
#B1CBC9
(177,203,201)
#C3D7D5
(195,215,213)
#D5E3E1
(213,227,225)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337775; }

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

This text font color is #337775.


Background Color

.myBgColor { background-color: #337775; }

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

This div background color is #337775.


Border color

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

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

This div border color is #337775.


Opacity

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

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

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

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

This text has shadow with #337775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337775 on black background.


Color preview on white background

This text has color #337775 on white background.



Black color preview on #337775 background

This text has black color on #337775 background.


White color preview on #337775 background

This text has white color on #337775 background.