COLOR #125050

HEX: #125050
RGB: (18,80,80)

Renk bilgisi

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

RGB renk modeli

#125050 color RGB value is (18,80,80).

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

RGB bağlantıları ve doygunluk

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

18
80
80

R + G + B ~ 23%. #125050 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 80 + 80 = 178 (100%)
R 18 of 178 ~ 10.11%
G 80 of 178 ~ 44.94%
B 80 of 178 ~ 44.94%

%10.11
%44.94
%44.94

CMYK RENK MODELİ

#125050 rengi CMYK tonu (78,0,0,69).

  • camgöbeği tonu 77.50%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(78,0,0,69)
C78M0Y0K69 
(78%,0%,0%,69%)
(0.78/0.00/0.00/0.69)	

CMYK yüzdeleri

%77.5
%0
%0
%68.63

Codes

Color #125050 in popluar color models

125050
RGB188080
HSL180°63.27%19.22%
HSB/HSV180°77.50%31.37%
CMYK77.50%0.00%0.00%
68.63%

Color #125050 in popluar number systems.

HEX125050
Decimal188080
Binary1001010100001010000
Octal22120120

Shades and tints

Shades of #125050

#125050
(18,80,80)
#114949
(17,73,73)
#104242
(16,66,66)
#0F3B3B
(15,59,59)
#0E3434
(14,52,52)
#0D2D2D
(13,45,45)
#0C2626
(12,38,38)
#0B1F1F
(11,31,31)
#0A1818
(10,24,24)
#091111
(9,17,17)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #125050

#125050
(18,80,80)
#275F5F
(39,95,95)
#3C6E6E
(60,110,110)
#517D7D
(81,125,125)
#668C8C
(102,140,140)
#7B9B9B
(123,155,155)
#90AAAA
(144,170,170)
#A5B9B9
(165,185,185)
#BAC8C8
(186,200,200)
#CFD7D7
(207,215,215)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125050; }

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

This text font color is #125050.


Background Color

.myBgColor { background-color: #125050; }

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

This div background color is #125050.


Border color

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

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

This div border color is #125050.


Opacity

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

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

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

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

This text has shadow with #125050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125050 on black background.


Color preview on white background

This text has color #125050 on white background.



Black color preview on #125050 background

This text has black color on #125050 background.


White color preview on #125050 background

This text has white color on #125050 background.