COLOR #127C31

HEX: #127C31
RGB: (18,124,49)

Color info

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

RGB color model

#127C31 color RGB value is (18,124,49).

  • red value is 18;
  • green value is 124;
  • blue value is 49.
RGB:
(18,124,49)
(7%,49%,19%)

RGB channels and saturation

R 18 of 255 = 7%
G 124 of 255 = 49%
B 49 of 255 = 19%

18
124
49

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

Portions of RGB colors in percentages

R + G + B =
18 + 124 + 49 = 191 (100%)
R 18 of 191 ~ 9.42%
G 124 of 191 ~ 64.92%
B 49 of 191 ~ 25.65%

%64.92
%25.65

CMYK color model

#127C31 color CMYK value is (85,0,60,51).

  • cyan value is 85.48%
  • magenta value is 0.00%
  • yellow value is 60.48%
  • key color value is 51.37%
CMYK:
(85,0,60,51)
C85M0Y60K51 
(85%,0%,60%,51%)
(0.85/0.00/0.60/0.51)	

CMYK percentages

%85.48
%0
%60.48
%51.37

Codes

Color #127C31 in popluar color models

127C31
RGB1812449
HSL138°74.65%27.84%
HSB/HSV138°85.48%48.63%
CMYK85.48%0.00%60.48%
51.37%

Color #127C31 in popluar number systems.

HEX127C31
Decimal1812449
Binary100101111100110001
Octal2217461

Shades and tints

Shades of #127C31

#127C31
(18,124,49)
#11712D
(17,113,45)
#106629
(16,102,41)
#0F5B25
(15,91,37)
#0E5021
(14,80,33)
#0D451D
(13,69,29)
#0C3A19
(12,58,25)
#0B2F15
(11,47,21)
#0A2411
(10,36,17)
#09190D
(9,25,13)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #127C31

#127C31
(18,124,49)
#278743
(39,135,67)
#3C9255
(60,146,85)
#519D67
(81,157,103)
#66A879
(102,168,121)
#7BB38B
(123,179,139)
#90BE9D
(144,190,157)
#A5C9AF
(165,201,175)
#BAD4C1
(186,212,193)
#CFDFD3
(207,223,211)
#E4EAE5
(228,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127C31 color. Also use rgb(18,124,49) instead hex code.

Text Font Color

.myTextColor { color: #127C31; }

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

This text font color is #127C31.


Background Color

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

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

This div background color is #127C31.


Border color

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

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

This div border color is #127C31.


Opacity

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

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

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

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

This text has shadow with #127C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127C31 on black background.


Color preview on white background

This text has color #127C31 on white background.



Black color preview on #127C31 background

This text has black color on #127C31 background.


White color preview on #127C31 background

This text has white color on #127C31 background.