COLOR #337520

HEX: #337520
RGB: (51,117,32)

Renk bilgisi

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

RGB renk modeli

#337520 color RGB value is (51,117,32).

  • kırmız ton 51;
  • yeşil ton 117;
  • mavi ton 32.
RGB:
(51,117,32)
(20%,46%,13%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 117 of 255 = 46%
B 32 of 255 = 13%

51
117
32

R + G + B ~ 26%. #337520 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 117 + 32 = 200 (100%)
R 51 of 200 ~ 25.5%
G 117 of 200 ~ 58.5%
B 32 of 200 ~ 16%

%25.5
%58.5
%16

CMYK RENK MODELİ

#337520 rengi CMYK tonu (56,0,73,54).

  • camgöbeği tonu 56.41%
  • eflatun tonu 0.00%
  • sarı tonu 72.65%
  • ana renk tonu 54.12%
CMYK:
(56,0,73,54)
C56M0Y73K54 
(56%,0%,73%,54%)
(0.56/0.00/0.73/0.54)	

CMYK yüzdeleri

%56.41
%0
%72.65
%54.12

Codes

Color #337520 in popluar color models

337520
RGB5111732
HSL107°57.05%29.22%
HSB/HSV107°72.65%45.88%
CMYK56.41%0.00%72.65%
54.12%

Color #337520 in popluar number systems.

HEX337520
Decimal5111732
Binary1100111110101100000
Octal6316540

Shades and tints

Shades of #337520

#337520
(51,117,32)
#2F6B1E
(47,107,30)
#2B611C
(43,97,28)
#27571A
(39,87,26)
#234D18
(35,77,24)
#1F4316
(31,67,22)
#1B3914
(27,57,20)
#172F12
(23,47,18)
#132510
(19,37,16)
#0F1B0E
(15,27,14)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #337520

#337520
(51,117,32)
#458134
(69,129,52)
#578D48
(87,141,72)
#69995C
(105,153,92)
#7BA570
(123,165,112)
#8DB184
(141,177,132)
#9FBD98
(159,189,152)
#B1C9AC
(177,201,172)
#C3D5C0
(195,213,192)
#D5E1D4
(213,225,212)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337520 color. Also use rgb(51,117,32) instead hex code.

Text Font Color

.myTextColor { color: #337520; }

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

This text font color is #337520.


Background Color

.myBgColor { background-color: #337520; }

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

This div background color is #337520.


Border color

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

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

This div border color is #337520.


Opacity

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

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

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

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

This text has shadow with #337520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337520 on black background.


Color preview on white background

This text has color #337520 on white background.



Black color preview on #337520 background

This text has black color on #337520 background.


White color preview on #337520 background

This text has white color on #337520 background.