COLOR #137C15

HEX: #137C15
RGB: (19,124,21)

Renk bilgisi

#137C15 contains mainly green color. #137C15 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#137C15 color RGB value is (19,124,21).

  • kırmız ton 19;
  • yeşil ton 124;
  • mavi ton 21.
RGB:
(19,124,21)
(7%,49%,8%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 124 of 255 = 49%
B 21 of 255 = 8%

19
124
21

R + G + B ~ 21%. #137C15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 124 + 21 = 164 (100%)
R 19 of 164 ~ 11.59%
G 124 of 164 ~ 75.61%
B 21 of 164 ~ 12.8%

%11.59
%75.61
%12.8

CMYK RENK MODELİ

#137C15 rengi CMYK tonu (85,0,83,51).

  • camgöbeği tonu 84.68%
  • eflatun tonu 0.00%
  • sarı tonu 83.06%
  • ana renk tonu 51.37%
CMYK:
(85,0,83,51)
C85M0Y83K51 
(85%,0%,83%,51%)
(0.85/0.00/0.83/0.51)	

CMYK yüzdeleri

%84.68
%0
%83.06
%51.37

Codes

Color #137C15 in popluar color models

137C15
RGB1912421
HSL121°73.43%28.04%
HSB/HSV121°84.68%48.63%
CMYK84.68%0.00%83.06%
51.37%

Color #137C15 in popluar number systems.

HEX137C15
Decimal1912421
Binary10011111110010101
Octal2317425

Shades and tints

Shades of #137C15

#137C15
(19,124,21)
#127114
(18,113,20)
#116613
(17,102,19)
#105B12
(16,91,18)
#0F5011
(15,80,17)
#0E4510
(14,69,16)
#0D3A0F
(13,58,15)
#0C2F0E
(12,47,14)
#0B240D
(11,36,13)
#0A190C
(10,25,12)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #137C15

#137C15
(19,124,21)
#28872A
(40,135,42)
#3D923F
(61,146,63)
#529D54
(82,157,84)
#67A869
(103,168,105)
#7CB37E
(124,179,126)
#91BE93
(145,190,147)
#A6C9A8
(166,201,168)
#BBD4BD
(187,212,189)
#D0DFD2
(208,223,210)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137C15 color. Also use rgb(19,124,21) instead hex code.

Text Font Color

.myTextColor { color: #137C15; }

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

This text font color is #137C15.


Background Color

.myBgColor { background-color: #137C15; }

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

This div background color is #137C15.


Border color

.myBorderColor { border: 1px solid #137C15; }

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

This div border color is #137C15.


Opacity

.myOpacity80 { color: #137C15; opacity: 0.8; }

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

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

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

This text has shadow with #137C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137C15 on black background.


Color preview on white background

This text has color #137C15 on white background.



Black color preview on #137C15 background

This text has black color on #137C15 background.


White color preview on #137C15 background

This text has white color on #137C15 background.