COLOR #337E6D

HEX: #337E6D RGB: (51,126,109)

Color info

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

RGB color model

#337E6D color RGB value is (51,126,109).

RGB: (51,126,109) (20%, 49%, 43%)

RGB channels and saturation

R 51 of 255 = 20%
G 126 of 255 = 49%
B 109 of 255 = 43%

51
126
109

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

Portions of RGB colors in percentages

R + G + B = 51 + 126 + 109 = 286 (100%)
R 51 of 286 ~ 17.83%
G 126 of 286 ~ 44.06%
B 109 of 286 ~ 38.11'%

%17.83
%44.06
%38.11

CMYK color model

#337E6D color CMYK value is (60,0,13,51).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 50.59%

CMYK: (60,0,13,51)
C60M0Y13K51 (60%, 0%, 13%, 51%)
(0.60 / 0.00 / 0.13 / 0.51)

CMYK percentages

%59.52
%0
%13.49
%50.59

Codes

Color #337E6D in popluar color models

33 7E 6D
RGB 51 126 109
HSL 166° 42.37% 34.71%
HSB/HSV 166° 59.52% 49.41%
CMYK 59.52% 0.00% 13.49%
50.59%

Color #337E6D in popluar number systems.

HEX 33 7E 6D
Decimal 51 126 109
Binary 110011 1111110 1101101
Octal 63 176 155

Shades and tints

Shades of #337E6D

#337E6D
(51,126,109)
#2F7364
(47,115,100)
#2B685B
(43,104,91)
#275D52
(39,93,82)
#235249
(35,82,73)
#1F4740
(31,71,64)
#1B3C37
(27,60,55)
#17312E
(23,49,46)
#132625
(19,38,37)
#0F1B1C
(15,27,28)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #337E6D

#337E6D
(51,126,109)
#45897A
(69,137,122)
#579487
(87,148,135)
#699F94
(105,159,148)
#7BAAA1
(123,170,161)
#8DB5AE
(141,181,174)
#9FC0BB
(159,192,187)
#B1CBC8
(177,203,200)
#C3D6D5
(195,214,213)
#D5E1E2
(213,225,226)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337E6D color. Also use rgb(51,126,109) instead hex code.

Text Font Color

.myTextColor { color: #337E6D; }

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

This text font color is #337E6D.

Background Color

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

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

This div background color is #337E6D.

Border color

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

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

This div border color is #337E6D.

Opacity

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

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

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

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

This text has shadow with #337E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #337E6D.

Preview

Color preview on black background

This text has color #337E6D on black background.


Color preview on white background

This text has color #337E6D on white background.


Black color preview on #337E6D background

This text has black color on #337E6D background.


White color preview on #337E6D background

This text has white color on #337E6D background.


Related colors

Complementary color

Complementary color for #hex is #CC8192.


I love getcolorcode.com

Triadic colors

1 #6D337E and #7E6D33 with #337E6D are triadic colors.

2 #6D7E33 and #7E336D with #337E6D are triadic colors.