COLOR #337C54

HEX: #337C54 RGB: (51,124,84)

Color info

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

RGB color model

#337C54 color RGB value is (51,124,84).

RGB: (51,124,84) (20%, 49%, 33%)

RGB channels and saturation

R 51 of 255 = 20%
G 124 of 255 = 49%
B 84 of 255 = 33%

51
124
84

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

Portions of RGB colors in percentages

R + G + B = 51 + 124 + 84 = 259 (100%)
R 51 of 259 ~ 19.69%
G 124 of 259 ~ 47.88%
B 84 of 259 ~ 32.43'%

%19.69
%47.88
%32.43

CMYK color model

#337C54 color CMYK value is (59,0,32,51).

  • cyan value is 58.87%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 51.37%

CMYK: (59,0,32,51)
C59M0Y32K51 (59%, 0%, 32%, 51%)
(0.59 / 0.00 / 0.32 / 0.51)

CMYK percentages

%58.87
%0
%32.26
%51.37

Codes

Color #337C54 in popluar color models

33 7C 54
RGB 51 124 84
HSL 147° 41.71% 34.31%
HSB/HSV 147° 58.87% 48.63%
CMYK 58.87% 0.00% 32.26%
51.37%

Color #337C54 in popluar number systems.

HEX 33 7C 54
Decimal 51 124 84
Binary 110011 1111100 1010100
Octal 63 174 124

Shades and tints

Shades of #337C54

#337C54
(51,124,84)
#2F714D
(47,113,77)
#2B6646
(43,102,70)
#275B3F
(39,91,63)
#235038
(35,80,56)
#1F4531
(31,69,49)
#1B3A2A
(27,58,42)
#172F23
(23,47,35)
#13241C
(19,36,28)
#0F1915
(15,25,21)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #337C54

#337C54
(51,124,84)
#458763
(69,135,99)
#579272
(87,146,114)
#699D81
(105,157,129)
#7BA890
(123,168,144)
#8DB39F
(141,179,159)
#9FBEAE
(159,190,174)
#B1C9BD
(177,201,189)
#C3D4CC
(195,212,204)
#D5DFDB
(213,223,219)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337C54 color. Also use rgb(51,124,84) instead hex code.

Text Font Color

.myTextColor { color: #337C54; }

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

This text font color is #337C54.

Background Color

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

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

This div background color is #337C54.

Border color

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

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

This div border color is #337C54.

Opacity

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

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

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

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

This text has shadow with #337C54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #337C54.

Preview

Color preview on black background

This text has color #337C54 on black background.


Color preview on white background

This text has color #337C54 on white background.


Black color preview on #337C54 background

This text has black color on #337C54 background.


White color preview on #337C54 background

This text has white color on #337C54 background.


Related colors

Complementary color

Complementary color for #hex is #CC83AB.


I love getcolorcode.com

Triadic colors

1 #54337C and #7C5433 with #337C54 are triadic colors.

2 #547C33 and #7C3354 with #337C54 are triadic colors.