COLOR #337D56

HEX: #337D56
RGB: (51,125,86)

Renk bilgisi

#337D56 contains mainly green and blue colors. #337D56 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#337D56 color RGB value is (51,125,86).

  • kırmız ton 51;
  • yeşil ton 125;
  • mavi ton 86.
RGB:
(51,125,86)
(20%,49%,34%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 125 of 255 = 49%
B 86 of 255 = 34%

51
125
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 125 + 86 = 262 (100%)
R 51 of 262 ~ 19.47%
G 125 of 262 ~ 47.71%
B 86 of 262 ~ 32.82%

%19.47
%47.71
%32.82

CMYK RENK MODELİ

#337D56 rengi CMYK tonu (59,0,31,51).

  • camgöbeği tonu 59.20%
  • eflatun tonu 0.00%
  • sarı tonu 31.20%
  • ana renk tonu 50.98%
CMYK:
(59,0,31,51)
C59M0Y31K51 
(59%,0%,31%,51%)
(0.59/0.00/0.31/0.51)	

CMYK yüzdeleri

%59.2
%0
%31.2
%50.98

Codes

Color #337D56 in popluar color models

337D56
RGB5112586
HSL148°42.05%34.51%
HSB/HSV148°59.20%49.02%
CMYK59.20%0.00%31.20%
50.98%

Color #337D56 in popluar number systems.

HEX337D56
Decimal5112586
Binary11001111111011010110
Octal63175126

Shades and tints

Shades of #337D56

#337D56
(51,125,86)
#2F724F
(47,114,79)
#2B6748
(43,103,72)
#275C41
(39,92,65)
#23513A
(35,81,58)
#1F4633
(31,70,51)
#1B3B2C
(27,59,44)
#173025
(23,48,37)
#13251E
(19,37,30)
#0F1A17
(15,26,23)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #337D56

#337D56
(51,125,86)
#458865
(69,136,101)
#579374
(87,147,116)
#699E83
(105,158,131)
#7BA992
(123,169,146)
#8DB4A1
(141,180,161)
#9FBFB0
(159,191,176)
#B1CABF
(177,202,191)
#C3D5CE
(195,213,206)
#D5E0DD
(213,224,221)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337D56; }

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

This text font color is #337D56.


Background Color

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

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

This div background color is #337D56.


Border color

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

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

This div border color is #337D56.


Opacity

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

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

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

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

This text has shadow with #337D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337D56 on black background.


Color preview on white background

This text has color #337D56 on white background.



Black color preview on #337D56 background

This text has black color on #337D56 background.


White color preview on #337D56 background

This text has white color on #337D56 background.