COLOR #127B36

HEX: #127B36
RGB: (18,123,54)

Color info

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

RGB color model

#127B36 color RGB value is (18,123,54).

  • red value is 18;
  • green value is 123;
  • blue value is 54.
RGB:
(18,123,54)
(7%,48%,21%)

RGB channels and saturation

R 18 of 255 = 7%
G 123 of 255 = 48%
B 54 of 255 = 21%

18
123
54

R + G + B ~ 25%. #127B36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 123 + 54 = 195 (100%)
R 18 of 195 ~ 9.23%
G 123 of 195 ~ 63.08%
B 54 of 195 ~ 27.69%

%63.08
%27.69

CMYK color model

#127B36 color CMYK value is (85,0,56,52).

  • cyan value is 85.37%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 51.76%
CMYK:
(85,0,56,52)
C85M0Y56K52 
(85%,0%,56%,52%)
(0.85/0.00/0.56/0.52)	

CMYK percentages

%85.37
%0
%56.1
%51.76

Codes

Color #127B36 in popluar color models

127B36
RGB1812354
HSL141°74.47%27.65%
HSB/HSV141°85.37%48.24%
CMYK85.37%0.00%56.10%
51.76%

Color #127B36 in popluar number systems.

HEX127B36
Decimal1812354
Binary100101111011110110
Octal2217366

Shades and tints

Shades of #127B36

#127B36
(18,123,54)
#117032
(17,112,50)
#10652E
(16,101,46)
#0F5A2A
(15,90,42)
#0E4F26
(14,79,38)
#0D4422
(13,68,34)
#0C391E
(12,57,30)
#0B2E1A
(11,46,26)
#0A2316
(10,35,22)
#091812
(9,24,18)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #127B36

#127B36
(18,123,54)
#278748
(39,135,72)
#3C935A
(60,147,90)
#519F6C
(81,159,108)
#66AB7E
(102,171,126)
#7BB790
(123,183,144)
#90C3A2
(144,195,162)
#A5CFB4
(165,207,180)
#BADBC6
(186,219,198)
#CFE7D8
(207,231,216)
#E4F3EA
(228,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127B36 color. Also use rgb(18,123,54) instead hex code.

Text Font Color

.myTextColor { color: #127B36; }

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

This text font color is #127B36.


Background Color

.myBgColor { background-color: #127B36; }

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

This div background color is #127B36.


Border color

.myBorderColor { border: 1px solid #127B36; }

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

This div border color is #127B36.


Opacity

.myOpacity80 { color: #127B36; opacity: 0.8; }

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

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

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

This text has shadow with #127B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127B36 on black background.


Color preview on white background

This text has color #127B36 on white background.



Black color preview on #127B36 background

This text has black color on #127B36 background.


White color preview on #127B36 background

This text has white color on #127B36 background.