COLOR #337049

HEX: #337049
RGB: (51,112,73)

Renk bilgisi

#337049 contains mainly green and blue colors. #337049 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#337049 color RGB value is (51,112,73).

  • kırmız ton 51;
  • yeşil ton 112;
  • mavi ton 73.
RGB:
(51,112,73)
(20%,44%,29%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 112 of 255 = 44%
B 73 of 255 = 29%

51
112
73

R + G + B ~ 31%. #337049 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 112 + 73 = 236 (100%)
R 51 of 236 ~ 21.61%
G 112 of 236 ~ 47.46%
B 73 of 236 ~ 30.93%

%21.61
%47.46
%30.93

CMYK RENK MODELİ

#337049 rengi CMYK tonu (54,0,35,56).

  • camgöbeği tonu 54.46%
  • eflatun tonu 0.00%
  • sarı tonu 34.82%
  • ana renk tonu 56.08%
CMYK:
(54,0,35,56)
C54M0Y35K56 
(54%,0%,35%,56%)
(0.54/0.00/0.35/0.56)	

CMYK yüzdeleri

%54.46
%0
%34.82
%56.08

Codes

Color #337049 in popluar color models

337049
RGB5111273
HSL142°37.42%31.96%
HSB/HSV142°54.46%43.92%
CMYK54.46%0.00%34.82%
56.08%

Color #337049 in popluar number systems.

HEX337049
Decimal5111273
Binary11001111100001001001
Octal63160111

Shades and tints

Shades of #337049

#337049
(51,112,73)
#2F6643
(47,102,67)
#2B5C3D
(43,92,61)
#275237
(39,82,55)
#234831
(35,72,49)
#1F3E2B
(31,62,43)
#1B3425
(27,52,37)
#172A1F
(23,42,31)
#132019
(19,32,25)
#0F1613
(15,22,19)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #337049

#337049
(51,112,73)
#457D59
(69,125,89)
#578A69
(87,138,105)
#699779
(105,151,121)
#7BA489
(123,164,137)
#8DB199
(141,177,153)
#9FBEA9
(159,190,169)
#B1CBB9
(177,203,185)
#C3D8C9
(195,216,201)
#D5E5D9
(213,229,217)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337049; }

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

This text font color is #337049.


Background Color

.myBgColor { background-color: #337049; }

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

This div background color is #337049.


Border color

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

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

This div border color is #337049.


Opacity

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

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

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

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

This text has shadow with #337049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337049 on black background.


Color preview on white background

This text has color #337049 on white background.



Black color preview on #337049 background

This text has black color on #337049 background.


White color preview on #337049 background

This text has white color on #337049 background.