COLOR #137D93

HEX: #137D93
RGB: (19,125,147)

Renk bilgisi

#137D93 contains mainly green and blue colors. #137D93 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#137D93 color RGB value is (19,125,147).

  • kırmız ton 19;
  • yeşil ton 125;
  • mavi ton 147.
RGB:
(19,125,147)
(7%,49%,58%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 125 of 255 = 49%
B 147 of 255 = 58%

19
125
147

R + G + B ~ 38%. #137D93 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 125 + 147 = 291 (100%)
R 19 of 291 ~ 6.53%
G 125 of 291 ~ 42.96%
B 147 of 291 ~ 50.52%

%42.96
%50.52

CMYK RENK MODELİ

#137D93 rengi CMYK tonu (87,15,0,42).

  • camgöbeği tonu 87.07%
  • eflatun tonu 14.97%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(87,15,0,42)
C87M15Y0K42 
(87%,15%,0%,42%)
(0.87/0.15/0.00/0.42)	

CMYK yüzdeleri

%87.07
%14.97
%0
%42.35

Codes

Color #137D93 in popluar color models

137D93
RGB19125147
HSL190°77.11%32.55%
HSB/HSV190°87.07%57.65%
CMYK87.07%14.97%0.00%
42.35%

Color #137D93 in popluar number systems.

HEX137D93
Decimal19125147
Binary10011111110110010011
Octal23175223

Shades and tints

Shades of #137D93

#137D93
(19,125,147)
#127286
(18,114,134)
#116779
(17,103,121)
#105C6C
(16,92,108)
#0F515F
(15,81,95)
#0E4652
(14,70,82)
#0D3B45
(13,59,69)
#0C3038
(12,48,56)
#0B252B
(11,37,43)
#0A1A1E
(10,26,30)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #137D93

#137D93
(19,125,147)
#28889C
(40,136,156)
#3D93A5
(61,147,165)
#529EAE
(82,158,174)
#67A9B7
(103,169,183)
#7CB4C0
(124,180,192)
#91BFC9
(145,191,201)
#A6CAD2
(166,202,210)
#BBD5DB
(187,213,219)
#D0E0E4
(208,224,228)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137D93 color. Also use rgb(19,125,147) instead hex code.

Text Font Color

.myTextColor { color: #137D93; }

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

This text font color is #137D93.


Background Color

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

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

This div background color is #137D93.


Border color

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

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

This div border color is #137D93.


Opacity

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

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

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

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

This text has shadow with #137D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137D93 on black background.


Color preview on white background

This text has color #137D93 on white background.



Black color preview on #137D93 background

This text has black color on #137D93 background.


White color preview on #137D93 background

This text has white color on #137D93 background.