COLOR #337061

HEX: #337061
RGB: (51,112,97)

Color info

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

RGB color model

#337061 color RGB value is (51,112,97).

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

RGB channels and saturation

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

51
112
97

R + G + B ~ 34%. #337061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 112 + 97 = 260 (100%)
R 51 of 260 ~ 19.62%
G 112 of 260 ~ 43.08%
B 97 of 260 ~ 37.31%

%19.62
%43.08
%37.31

CMYK color model

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

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

CMYK percentages

%54.46
%0
%13.39
%56.08

Codes

Color #337061 in popluar color models

337061
RGB5111297
HSL165°37.42%31.96%
HSB/HSV165°54.46%43.92%
CMYK54.46%0.00%13.39%
56.08%

Color #337061 in popluar number systems.

HEX337061
Decimal5111297
Binary11001111100001100001
Octal63160141

Shades and tints

Shades of #337061

#337061
(51,112,97)
#2F6659
(47,102,89)
#2B5C51
(43,92,81)
#275249
(39,82,73)
#234841
(35,72,65)
#1F3E39
(31,62,57)
#1B3431
(27,52,49)
#172A29
(23,42,41)
#132021
(19,32,33)
#0F1619
(15,22,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #337061

#337061
(51,112,97)
#457D6F
(69,125,111)
#578A7D
(87,138,125)
#69978B
(105,151,139)
#7BA499
(123,164,153)
#8DB1A7
(141,177,167)
#9FBEB5
(159,190,181)
#B1CBC3
(177,203,195)
#C3D8D1
(195,216,209)
#D5E5DF
(213,229,223)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337061; }

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

This text font color is #337061.


Background Color

.myBgColor { background-color: #337061; }

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

This div background color is #337061.


Border color

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

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

This div border color is #337061.


Opacity

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

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

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

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

This text has shadow with #337061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337061 on black background.


Color preview on white background

This text has color #337061 on white background.



Black color preview on #337061 background

This text has black color on #337061 background.


White color preview on #337061 background

This text has white color on #337061 background.