COLOR #125F50

HEX: #125F50
RGB: (18,95,80)

Renk bilgisi

#125F50 contains mainly green and blue colors. #125F50 ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#125F50 color RGB value is (18,95,80).

  • kırmız ton 18;
  • yeşil ton 95;
  • mavi ton 80.
RGB:
(18,95,80)
(7%,37%,31%)

RGB bağlantıları ve doygunluk

R 18 of 255 = 7%
G 95 of 255 = 37%
B 80 of 255 = 31%

18
95
80

R + G + B ~ 25%. #125F50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 95 + 80 = 193 (100%)
R 18 of 193 ~ 9.33%
G 95 of 193 ~ 49.22%
B 80 of 193 ~ 41.45%

%49.22
%41.45

CMYK RENK MODELİ

#125F50 rengi CMYK tonu (81,0,16,63).

  • camgöbeği tonu 81.05%
  • eflatun tonu 0.00%
  • sarı tonu 15.79%
  • ana renk tonu 62.75%
CMYK:
(81,0,16,63)
C81M0Y16K63 
(81%,0%,16%,63%)
(0.81/0.00/0.16/0.63)	

CMYK yüzdeleri

%81.05
%0
%15.79
%62.75

Codes

Color #125F50 in popluar color models

125F50
RGB189580
HSL168°68.14%22.16%
HSB/HSV168°81.05%37.25%
CMYK81.05%0.00%15.79%
62.75%

Color #125F50 in popluar number systems.

HEX125F50
Decimal189580
Binary1001010111111010000
Octal22137120

Shades and tints

Shades of #125F50

#125F50
(18,95,80)
#115749
(17,87,73)
#104F42
(16,79,66)
#0F473B
(15,71,59)
#0E3F34
(14,63,52)
#0D372D
(13,55,45)
#0C2F26
(12,47,38)
#0B271F
(11,39,31)
#0A1F18
(10,31,24)
#091711
(9,23,17)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #125F50

#125F50
(18,95,80)
#276D5F
(39,109,95)
#3C7B6E
(60,123,110)
#51897D
(81,137,125)
#66978C
(102,151,140)
#7BA59B
(123,165,155)
#90B3AA
(144,179,170)
#A5C1B9
(165,193,185)
#BACFC8
(186,207,200)
#CFDDD7
(207,221,215)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125F50 color. Also use rgb(18,95,80) instead hex code.

Text Font Color

.myTextColor { color: #125F50; }

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

This text font color is #125F50.


Background Color

.myBgColor { background-color: #125F50; }

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

This div background color is #125F50.


Border color

.myBorderColor { border: 1px solid #125F50; }

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

This div border color is #125F50.


Opacity

.myOpacity80 { color: #125F50; opacity: 0.8; }

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

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

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

This text has shadow with #125F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125F50 on black background.


Color preview on white background

This text has color #125F50 on white background.



Black color preview on #125F50 background

This text has black color on #125F50 background.


White color preview on #125F50 background

This text has white color on #125F50 background.