COLOR #337070

HEX: #337070
RGB: (51,112,112)

Color info

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

RGB color model

#337070 color RGB value is (51,112,112).

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

RGB channels and saturation

R 51 of 255 = 20%
G 112 of 255 = 44%
B 112 of 255 = 44%

51
112
112

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

Portions of RGB colors in percentages

R + G + B =
51 + 112 + 112 = 275 (100%)
R 51 of 275 ~ 18.55%
G 112 of 275 ~ 40.73%
B 112 of 275 ~ 40.73%

%18.55
%40.73
%40.73

CMYK color model

#337070 color CMYK value is (54,0,0,56).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(54,0,0,56)
C54M0Y0K56 
(54%,0%,0%,56%)
(0.54/0.00/0.00/0.56)	

CMYK percentages

%54.46
%0
%0
%56.08

Codes

Color #337070 in popluar color models

337070
RGB51112112
HSL180°37.42%31.96%
HSB/HSV180°54.46%43.92%
CMYK54.46%0.00%0.00%
56.08%

Color #337070 in popluar number systems.

HEX337070
Decimal51112112
Binary11001111100001110000
Octal63160160

Shades and tints

Shades of #337070

#337070
(51,112,112)
#2F6666
(47,102,102)
#2B5C5C
(43,92,92)
#275252
(39,82,82)
#234848
(35,72,72)
#1F3E3E
(31,62,62)
#1B3434
(27,52,52)
#172A2A
(23,42,42)
#132020
(19,32,32)
#0F1616
(15,22,22)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #337070

#337070
(51,112,112)
#457D7D
(69,125,125)
#578A8A
(87,138,138)
#699797
(105,151,151)
#7BA4A4
(123,164,164)
#8DB1B1
(141,177,177)
#9FBEBE
(159,190,190)
#B1CBCB
(177,203,203)
#C3D8D8
(195,216,216)
#D5E5E5
(213,229,229)
#E7F2F2
(231,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337070; }

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

This text font color is #337070.


Background Color

.myBgColor { background-color: #337070; }

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

This div background color is #337070.


Border color

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

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

This div border color is #337070.


Opacity

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

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

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

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

This text has shadow with #337070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337070 on black background.


Color preview on white background

This text has color #337070 on white background.



Black color preview on #337070 background

This text has black color on #337070 background.


White color preview on #337070 background

This text has white color on #337070 background.