COLOR #337065

HEX: #337065
RGB: (51,112,101)

Color info

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

RGB color model

#337065 color RGB value is (51,112,101).

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

RGB channels and saturation

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

51
112
101

R + G + B ~ 35%. #337065 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 112 + 101 = 264 (100%)
R 51 of 264 ~ 19.32%
G 112 of 264 ~ 42.42%
B 101 of 264 ~ 38.26%

%19.32
%42.42
%38.26

CMYK color model

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

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

CMYK percentages

%54.46
%0
%9.82
%56.08

Codes

Color #337065 in popluar color models

337065
RGB51112101
HSL169°37.42%31.96%
HSB/HSV169°54.46%43.92%
CMYK54.46%0.00%9.82%
56.08%

Color #337065 in popluar number systems.

HEX337065
Decimal51112101
Binary11001111100001100101
Octal63160145

Shades and tints

Shades of #337065

#337065
(51,112,101)
#2F665C
(47,102,92)
#2B5C53
(43,92,83)
#27524A
(39,82,74)
#234841
(35,72,65)
#1F3E38
(31,62,56)
#1B342F
(27,52,47)
#172A26
(23,42,38)
#13201D
(19,32,29)
#0F1614
(15,22,20)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #337065

#337065
(51,112,101)
#457D73
(69,125,115)
#578A81
(87,138,129)
#69978F
(105,151,143)
#7BA49D
(123,164,157)
#8DB1AB
(141,177,171)
#9FBEB9
(159,190,185)
#B1CBC7
(177,203,199)
#C3D8D5
(195,216,213)
#D5E5E3
(213,229,227)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337065; }

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

This text font color is #337065.


Background Color

.myBgColor { background-color: #337065; }

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

This div background color is #337065.


Border color

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

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

This div border color is #337065.


Opacity

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

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

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

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

This text has shadow with #337065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337065 on black background.


Color preview on white background

This text has color #337065 on white background.



Black color preview on #337065 background

This text has black color on #337065 background.


White color preview on #337065 background

This text has white color on #337065 background.