COLOR #127434

HEX: #127434
RGB: (18,116,52)

Color info

#127434 contains mainly green color. Web safe color of #127434 is #006633 (or #063).

RGB color model

#127434 color RGB value is (18,116,52).

  • red value is 18;
  • green value is 116;
  • blue value is 52.
RGB:
(18,116,52)
(7%,45%,20%)

RGB channels and saturation

R 18 of 255 = 7%
G 116 of 255 = 45%
B 52 of 255 = 20%

18
116
52

R + G + B ~ 24%. #127434 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 116 + 52 = 186 (100%)
R 18 of 186 ~ 9.68%
G 116 of 186 ~ 62.37%
B 52 of 186 ~ 27.96%

%9.68
%62.37
%27.96

CMYK color model

#127434 color CMYK value is (84,0,55,55).

  • cyan value is 84.48%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 54.51%
CMYK:
(84,0,55,55)
C84M0Y55K55 
(84%,0%,55%,55%)
(0.84/0.00/0.55/0.55)	

CMYK percentages

%84.48
%0
%55.17
%54.51

Codes

Color #127434 in popluar color models

127434
RGB1811652
HSL141°73.13%26.27%
HSB/HSV141°84.48%45.49%
CMYK84.48%0.00%55.17%
54.51%

Color #127434 in popluar number systems.

HEX127434
Decimal1811652
Binary100101110100110100
Octal2216464

Shades and tints

Shades of #127434

#127434
(18,116,52)
#116A30
(17,106,48)
#10602C
(16,96,44)
#0F5628
(15,86,40)
#0E4C24
(14,76,36)
#0D4220
(13,66,32)
#0C381C
(12,56,28)
#0B2E18
(11,46,24)
#0A2414
(10,36,20)
#091A10
(9,26,16)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #127434

#127434
(18,116,52)
#278046
(39,128,70)
#3C8C58
(60,140,88)
#51986A
(81,152,106)
#66A47C
(102,164,124)
#7BB08E
(123,176,142)
#90BCA0
(144,188,160)
#A5C8B2
(165,200,178)
#BAD4C4
(186,212,196)
#CFE0D6
(207,224,214)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #127434; }

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

This text font color is #127434.


Background Color

.myBgColor { background-color: #127434; }

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

This div background color is #127434.


Border color

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

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

This div border color is #127434.


Opacity

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

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

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

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

This text has shadow with #127434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127434 on black background.


Color preview on white background

This text has color #127434 on white background.



Black color preview on #127434 background

This text has black color on #127434 background.


White color preview on #127434 background

This text has white color on #127434 background.