COLOR #337D2B

HEX: #337D2B
RGB: (51,125,43)

Renk bilgisi

#337D2B contains mainly green color. #337D2B ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#337D2B color RGB value is (51,125,43).

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

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 125 of 255 = 49%
B 43 of 255 = 17%

51
125
43

R + G + B ~ 29%. #337D2B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 125 + 43 = 219 (100%)
R 51 of 219 ~ 23.29%
G 125 of 219 ~ 57.08%
B 43 of 219 ~ 19.63%

%23.29
%57.08
%19.63

CMYK RENK MODELİ

#337D2B rengi CMYK tonu (59,0,66,51).

  • camgöbeği tonu 59.20%
  • eflatun tonu 0.00%
  • sarı tonu 65.60%
  • ana renk tonu 50.98%
CMYK:
(59,0,66,51)
C59M0Y66K51 
(59%,0%,66%,51%)
(0.59/0.00/0.66/0.51)	

CMYK yüzdeleri

%59.2
%0
%65.6
%50.98

Codes

Color #337D2B in popluar color models

337D2B
RGB5112543
HSL114°48.81%32.94%
HSB/HSV114°65.60%49.02%
CMYK59.20%0.00%65.60%
50.98%

Color #337D2B in popluar number systems.

HEX337D2B
Decimal5112543
Binary1100111111101101011
Octal6317553

Shades and tints

Shades of #337D2B

#337D2B
(51,125,43)
#2F7228
(47,114,40)
#2B6725
(43,103,37)
#275C22
(39,92,34)
#23511F
(35,81,31)
#1F461C
(31,70,28)
#1B3B19
(27,59,25)
#173016
(23,48,22)
#132513
(19,37,19)
#0F1A10
(15,26,16)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #337D2B

#337D2B
(51,125,43)
#45883E
(69,136,62)
#579351
(87,147,81)
#699E64
(105,158,100)
#7BA977
(123,169,119)
#8DB48A
(141,180,138)
#9FBF9D
(159,191,157)
#B1CAB0
(177,202,176)
#C3D5C3
(195,213,195)
#D5E0D6
(213,224,214)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337D2B; }

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

This text font color is #337D2B.


Background Color

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

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

This div background color is #337D2B.


Border color

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

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

This div border color is #337D2B.


Opacity

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

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

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

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

This text has shadow with #337D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337D2B on black background.


Color preview on white background

This text has color #337D2B on white background.



Black color preview on #337D2B background

This text has black color on #337D2B background.


White color preview on #337D2B background

This text has white color on #337D2B background.