COLOR #125A25

HEX: #125A25
RGB: (18,90,37)

Renk bilgisi

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

RGB renk modeli

#125A25 color RGB value is (18,90,37).

  • kırmız ton 18;
  • yeşil ton 90;
  • mavi ton 37.
RGB:
(18,90,37)
(7%,35%,15%)

RGB bağlantıları ve doygunluk

R 18 of 255 = 7%
G 90 of 255 = 35%
B 37 of 255 = 15%

18
90
37

R + G + B ~ 19%. #125A25 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 90 + 37 = 145 (100%)
R 18 of 145 ~ 12.41%
G 90 of 145 ~ 62.07%
B 37 of 145 ~ 25.52%

%12.41
%62.07
%25.52

CMYK RENK MODELİ

#125A25 rengi CMYK tonu (80,0,59,65).

  • camgöbeği tonu 80.00%
  • eflatun tonu 0.00%
  • sarı tonu 58.89%
  • ana renk tonu 64.71%
CMYK:
(80,0,59,65)
C80M0Y59K65 
(80%,0%,59%,65%)
(0.80/0.00/0.59/0.65)	

CMYK yüzdeleri

%80
%0
%58.89
%64.71

Codes

Color #125A25 in popluar color models

125A25
RGB189037
HSL136°66.67%21.18%
HSB/HSV136°80.00%35.29%
CMYK80.00%0.00%58.89%
64.71%

Color #125A25 in popluar number systems.

HEX125A25
Decimal189037
Binary100101011010100101
Octal2213245

Shades and tints

Shades of #125A25

#125A25
(18,90,37)
#115222
(17,82,34)
#104A1F
(16,74,31)
#0F421C
(15,66,28)
#0E3A19
(14,58,25)
#0D3216
(13,50,22)
#0C2A13
(12,42,19)
#0B2210
(11,34,16)
#0A1A0D
(10,26,13)
#09120A
(9,18,10)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #125A25

#125A25
(18,90,37)
#276938
(39,105,56)
#3C784B
(60,120,75)
#51875E
(81,135,94)
#669671
(102,150,113)
#7BA584
(123,165,132)
#90B497
(144,180,151)
#A5C3AA
(165,195,170)
#BAD2BD
(186,210,189)
#CFE1D0
(207,225,208)
#E4F0E3
(228,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125A25 color. Also use rgb(18,90,37) instead hex code.

Text Font Color

.myTextColor { color: #125A25; }

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

This text font color is #125A25.


Background Color

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

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

This div background color is #125A25.


Border color

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

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

This div border color is #125A25.


Opacity

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

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

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

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

This text has shadow with #125A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125A25 on black background.


Color preview on white background

This text has color #125A25 on white background.



Black color preview on #125A25 background

This text has black color on #125A25 background.


White color preview on #125A25 background

This text has white color on #125A25 background.