COLOR #137513

HEX: #137513
RGB: (19,117,19)

Renk bilgisi

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

RGB renk modeli

#137513 color RGB value is (19,117,19).

  • kırmız ton 19;
  • yeşil ton 117;
  • mavi ton 19.
RGB:
(19,117,19)
(7%,46%,7%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 117 of 255 = 46%
B 19 of 255 = 7%

19
117
19

R + G + B ~ 20%. #137513 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 117 + 19 = 155 (100%)
R 19 of 155 ~ 12.26%
G 117 of 155 ~ 75.48%
B 19 of 155 ~ 12.26%

%12.26
%75.48
%12.26

CMYK RENK MODELİ

#137513 rengi CMYK tonu (84,0,84,54).

  • camgöbeği tonu 83.76%
  • eflatun tonu 0.00%
  • sarı tonu 83.76%
  • ana renk tonu 54.12%
CMYK:
(84,0,84,54)
C84M0Y84K54 
(84%,0%,84%,54%)
(0.84/0.00/0.84/0.54)	

CMYK yüzdeleri

%83.76
%0
%83.76
%54.12

Codes

Color #137513 in popluar color models

137513
RGB1911719
HSL120°72.06%26.67%
HSB/HSV120°83.76%45.88%
CMYK83.76%0.00%83.76%
54.12%

Color #137513 in popluar number systems.

HEX137513
Decimal1911719
Binary10011111010110011
Octal2316523

Shades and tints

Shades of #137513

#137513
(19,117,19)
#126B12
(18,107,18)
#116111
(17,97,17)
#105710
(16,87,16)
#0F4D0F
(15,77,15)
#0E430E
(14,67,14)
#0D390D
(13,57,13)
#0C2F0C
(12,47,12)
#0B250B
(11,37,11)
#0A1B0A
(10,27,10)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #137513

#137513
(19,117,19)
#288128
(40,129,40)
#3D8D3D
(61,141,61)
#529952
(82,153,82)
#67A567
(103,165,103)
#7CB17C
(124,177,124)
#91BD91
(145,189,145)
#A6C9A6
(166,201,166)
#BBD5BB
(187,213,187)
#D0E1D0
(208,225,208)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #137513; }

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

This text font color is #137513.


Background Color

.myBgColor { background-color: #137513; }

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

This div background color is #137513.


Border color

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

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

This div border color is #137513.


Opacity

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

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

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

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

This text has shadow with #137513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137513 on black background.


Color preview on white background

This text has color #137513 on white background.



Black color preview on #137513 background

This text has black color on #137513 background.


White color preview on #137513 background

This text has white color on #137513 background.