COLOR #337315

HEX: #337315
RGB: (51,115,21)

Renk bilgisi

#337315 contains mainly green color. #337315 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#337315 color RGB value is (51,115,21).

  • kırmız ton 51;
  • yeşil ton 115;
  • mavi ton 21.
RGB:
(51,115,21)
(20%,45%,8%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 115 of 255 = 45%
B 21 of 255 = 8%

51
115
21

R + G + B ~ 24%. #337315 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 115 + 21 = 187 (100%)
R 51 of 187 ~ 27.27%
G 115 of 187 ~ 61.5%
B 21 of 187 ~ 11.23%

%27.27
%61.5
%11.23

CMYK RENK MODELİ

#337315 rengi CMYK tonu (56,0,82,55).

  • camgöbeği tonu 55.65%
  • eflatun tonu 0.00%
  • sarı tonu 81.74%
  • ana renk tonu 54.90%
CMYK:
(56,0,82,55)
C56M0Y82K55 
(56%,0%,82%,55%)
(0.56/0.00/0.82/0.55)	

CMYK yüzdeleri

%55.65
%0
%81.74
%54.9

Codes

Color #337315 in popluar color models

337315
RGB5111521
HSL101°69.12%26.67%
HSB/HSV101°81.74%45.10%
CMYK55.65%0.00%81.74%
54.90%

Color #337315 in popluar number systems.

HEX337315
Decimal5111521
Binary110011111001110101
Octal6316325

Shades and tints

Shades of #337315

#337315
(51,115,21)
#2F6914
(47,105,20)
#2B5F13
(43,95,19)
#275512
(39,85,18)
#234B11
(35,75,17)
#1F4110
(31,65,16)
#1B370F
(27,55,15)
#172D0E
(23,45,14)
#13230D
(19,35,13)
#0F190C
(15,25,12)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #337315

#337315
(51,115,21)
#457F2A
(69,127,42)
#578B3F
(87,139,63)
#699754
(105,151,84)
#7BA369
(123,163,105)
#8DAF7E
(141,175,126)
#9FBB93
(159,187,147)
#B1C7A8
(177,199,168)
#C3D3BD
(195,211,189)
#D5DFD2
(213,223,210)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337315 color. Also use rgb(51,115,21) instead hex code.

Text Font Color

.myTextColor { color: #337315; }

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

This text font color is #337315.


Background Color

.myBgColor { background-color: #337315; }

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

This div background color is #337315.


Border color

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

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

This div border color is #337315.


Opacity

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

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

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

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

This text has shadow with #337315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337315 on black background.


Color preview on white background

This text has color #337315 on white background.



Black color preview on #337315 background

This text has black color on #337315 background.


White color preview on #337315 background

This text has white color on #337315 background.