COLOR #125020

HEX: #125020
RGB: (18,80,32)

Renk bilgisi

#125020 contains mainly green and blue colors. #125020 ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#125020 color RGB value is (18,80,32).

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

RGB bağlantıları ve doygunluk

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

18
80
32

R + G + B ~ 17%. #125020 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 80 + 32 = 130 (100%)
R 18 of 130 ~ 13.85%
G 80 of 130 ~ 61.54%
B 32 of 130 ~ 24.62%

%13.85
%61.54
%24.62

CMYK RENK MODELİ

#125020 rengi CMYK tonu (78,0,60,69).

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

CMYK yüzdeleri

%77.5
%0
%60
%68.63

Codes

Color #125020 in popluar color models

125020
RGB188032
HSL134°63.27%19.22%
HSB/HSV134°77.50%31.37%
CMYK77.50%0.00%60.00%
68.63%

Color #125020 in popluar number systems.

HEX125020
Decimal188032
Binary100101010000100000
Octal2212040

Shades and tints

Shades of #125020

#125020
(18,80,32)
#11491E
(17,73,30)
#10421C
(16,66,28)
#0F3B1A
(15,59,26)
#0E3418
(14,52,24)
#0D2D16
(13,45,22)
#0C2614
(12,38,20)
#0B1F12
(11,31,18)
#0A1810
(10,24,16)
#09110E
(9,17,14)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #125020

#125020
(18,80,32)
#275F34
(39,95,52)
#3C6E48
(60,110,72)
#517D5C
(81,125,92)
#668C70
(102,140,112)
#7B9B84
(123,155,132)
#90AA98
(144,170,152)
#A5B9AC
(165,185,172)
#BAC8C0
(186,200,192)
#CFD7D4
(207,215,212)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125020; }

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

This text font color is #125020.


Background Color

.myBgColor { background-color: #125020; }

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

This div background color is #125020.


Border color

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

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

This div border color is #125020.


Opacity

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

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

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

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

This text has shadow with #125020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125020 on black background.


Color preview on white background

This text has color #125020 on white background.



Black color preview on #125020 background

This text has black color on #125020 background.


White color preview on #125020 background

This text has white color on #125020 background.