COLOR #337053

HEX: #337053
RGB: (51,112,83)

Color info

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

RGB color model

#337053 color RGB value is (51,112,83).

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

RGB channels and saturation

R 51 of 255 = 20%
G 112 of 255 = 44%
B 83 of 255 = 33%

51
112
83

R + G + B ~ 32%. #337053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 112 + 83 = 246 (100%)
R 51 of 246 ~ 20.73%
G 112 of 246 ~ 45.53%
B 83 of 246 ~ 33.74%

%20.73
%45.53
%33.74

CMYK color model

#337053 color CMYK value is (54,0,26,56).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 56.08%
CMYK:
(54,0,26,56)
C54M0Y26K56 
(54%,0%,26%,56%)
(0.54/0.00/0.26/0.56)	

CMYK percentages

%54.46
%0
%25.89
%56.08

Codes

Color #337053 in popluar color models

337053
RGB5111283
HSL151°37.42%31.96%
HSB/HSV151°54.46%43.92%
CMYK54.46%0.00%25.89%
56.08%

Color #337053 in popluar number systems.

HEX337053
Decimal5111283
Binary11001111100001010011
Octal63160123

Shades and tints

Shades of #337053

#337053
(51,112,83)
#2F664C
(47,102,76)
#2B5C45
(43,92,69)
#27523E
(39,82,62)
#234837
(35,72,55)
#1F3E30
(31,62,48)
#1B3429
(27,52,41)
#172A22
(23,42,34)
#13201B
(19,32,27)
#0F1614
(15,22,20)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #337053

#337053
(51,112,83)
#457D62
(69,125,98)
#578A71
(87,138,113)
#699780
(105,151,128)
#7BA48F
(123,164,143)
#8DB19E
(141,177,158)
#9FBEAD
(159,190,173)
#B1CBBC
(177,203,188)
#C3D8CB
(195,216,203)
#D5E5DA
(213,229,218)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337053; }

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

This text font color is #337053.


Background Color

.myBgColor { background-color: #337053; }

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

This div background color is #337053.


Border color

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

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

This div border color is #337053.


Opacity

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

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

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

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

This text has shadow with #337053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337053 on black background.


Color preview on white background

This text has color #337053 on white background.



Black color preview on #337053 background

This text has black color on #337053 background.


White color preview on #337053 background

This text has white color on #337053 background.