COLOR #125E29

HEX: #125E29
RGB: (18,94,41)

Renk bilgisi

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

RGB renk modeli

#125E29 color RGB value is (18,94,41).

  • kırmız ton 18;
  • yeşil ton 94;
  • mavi ton 41.
RGB:
(18,94,41)
(7%,37%,16%)

RGB bağlantıları ve doygunluk

R 18 of 255 = 7%
G 94 of 255 = 37%
B 41 of 255 = 16%

18
94
41

R + G + B ~ 20%. #125E29 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 94 + 41 = 153 (100%)
R 18 of 153 ~ 11.76%
G 94 of 153 ~ 61.44%
B 41 of 153 ~ 26.8%

%11.76
%61.44
%26.8

CMYK RENK MODELİ

#125E29 rengi CMYK tonu (81,0,56,63).

  • camgöbeği tonu 80.85%
  • eflatun tonu 0.00%
  • sarı tonu 56.38%
  • ana renk tonu 63.14%
CMYK:
(81,0,56,63)
C81M0Y56K63 
(81%,0%,56%,63%)
(0.81/0.00/0.56/0.63)	

CMYK yüzdeleri

%80.85
%0
%56.38
%63.14

Codes

Color #125E29 in popluar color models

125E29
RGB189441
HSL138°67.86%21.96%
HSB/HSV138°80.85%36.86%
CMYK80.85%0.00%56.38%
63.14%

Color #125E29 in popluar number systems.

HEX125E29
Decimal189441
Binary100101011110101001
Octal2213651

Shades and tints

Shades of #125E29

#125E29
(18,94,41)
#115626
(17,86,38)
#104E23
(16,78,35)
#0F4620
(15,70,32)
#0E3E1D
(14,62,29)
#0D361A
(13,54,26)
#0C2E17
(12,46,23)
#0B2614
(11,38,20)
#0A1E11
(10,30,17)
#09160E
(9,22,14)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #125E29

#125E29
(18,94,41)
#276C3C
(39,108,60)
#3C7A4F
(60,122,79)
#518862
(81,136,98)
#669675
(102,150,117)
#7BA488
(123,164,136)
#90B29B
(144,178,155)
#A5C0AE
(165,192,174)
#BACEC1
(186,206,193)
#CFDCD4
(207,220,212)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125E29 color. Also use rgb(18,94,41) instead hex code.

Text Font Color

.myTextColor { color: #125E29; }

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

This text font color is #125E29.


Background Color

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

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

This div background color is #125E29.


Border color

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

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

This div border color is #125E29.


Opacity

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

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

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

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

This text has shadow with #125E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125E29 on black background.


Color preview on white background

This text has color #125E29 on white background.



Black color preview on #125E29 background

This text has black color on #125E29 background.


White color preview on #125E29 background

This text has white color on #125E29 background.