COLOR #337D69

HEX: #337D69
RGB: (51,125,105)

Color info

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

RGB color model

#337D69 color RGB value is (51,125,105).

  • red value is 51;
  • green value is 125;
  • blue value is 105.
RGB:
(51,125,105)
(20%,49%,41%)

RGB channels and saturation

R 51 of 255 = 20%
G 125 of 255 = 49%
B 105 of 255 = 41%

51
125
105

R + G + B ~ 37%. #337D69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 125 + 105 = 281 (100%)
R 51 of 281 ~ 18.15%
G 125 of 281 ~ 44.48%
B 105 of 281 ~ 37.37%

%18.15
%44.48
%37.37

CMYK color model

#337D69 color CMYK value is (59,0,16,51).

  • cyan value is 59.20%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 50.98%
CMYK:
(59,0,16,51)
C59M0Y16K51 
(59%,0%,16%,51%)
(0.59/0.00/0.16/0.51)	

CMYK percentages

%59.2
%0
%16
%50.98

Codes

Color #337D69 in popluar color models

337D69
RGB51125105
HSL164°42.05%34.51%
HSB/HSV164°59.20%49.02%
CMYK59.20%0.00%16.00%
50.98%

Color #337D69 in popluar number systems.

HEX337D69
Decimal51125105
Binary11001111111011101001
Octal63175151

Shades and tints

Shades of #337D69

#337D69
(51,125,105)
#2F7260
(47,114,96)
#2B6757
(43,103,87)
#275C4E
(39,92,78)
#235145
(35,81,69)
#1F463C
(31,70,60)
#1B3B33
(27,59,51)
#17302A
(23,48,42)
#132521
(19,37,33)
#0F1A18
(15,26,24)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #337D69

#337D69
(51,125,105)
#458876
(69,136,118)
#579383
(87,147,131)
#699E90
(105,158,144)
#7BA99D
(123,169,157)
#8DB4AA
(141,180,170)
#9FBFB7
(159,191,183)
#B1CAC4
(177,202,196)
#C3D5D1
(195,213,209)
#D5E0DE
(213,224,222)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337D69 color. Also use rgb(51,125,105) instead hex code.

Text Font Color

.myTextColor { color: #337D69; }

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

This text font color is #337D69.


Background Color

.myBgColor { background-color: #337D69; }

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

This div background color is #337D69.


Border color

.myBorderColor { border: 1px solid #337D69; }

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

This div border color is #337D69.


Opacity

.myOpacity80 { color: #337D69; opacity: 0.8; }

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

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

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

This text has shadow with #337D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337D69 on black background.


Color preview on white background

This text has color #337D69 on white background.



Black color preview on #337D69 background

This text has black color on #337D69 background.


White color preview on #337D69 background

This text has white color on #337D69 background.