COLOR #127135

HEX: #127135
RGB: (18,113,53)

Color info

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

RGB color model

#127135 color RGB value is (18,113,53).

  • red value is 18;
  • green value is 113;
  • blue value is 53.
RGB:
(18,113,53)
(7%,44%,21%)

RGB channels and saturation

R 18 of 255 = 7%
G 113 of 255 = 44%
B 53 of 255 = 21%

18
113
53

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

Portions of RGB colors in percentages

R + G + B =
18 + 113 + 53 = 184 (100%)
R 18 of 184 ~ 9.78%
G 113 of 184 ~ 61.41%
B 53 of 184 ~ 28.8%

%9.78
%61.41
%28.8

CMYK color model

#127135 color CMYK value is (84,0,53,56).

  • cyan value is 84.07%
  • magenta value is 0.00%
  • yellow value is 53.10%
  • key color value is 55.69%
CMYK:
(84,0,53,56)
C84M0Y53K56 
(84%,0%,53%,56%)
(0.84/0.00/0.53/0.56)	

CMYK percentages

%84.07
%0
%53.1
%55.69

Codes

Color #127135 in popluar color models

127135
RGB1811353
HSL142°72.52%25.69%
HSB/HSV142°84.07%44.31%
CMYK84.07%0.00%53.10%
55.69%

Color #127135 in popluar number systems.

HEX127135
Decimal1811353
Binary100101110001110101
Octal2216165

Shades and tints

Shades of #127135

#127135
(18,113,53)
#116731
(17,103,49)
#105D2D
(16,93,45)
#0F5329
(15,83,41)
#0E4925
(14,73,37)
#0D3F21
(13,63,33)
#0C351D
(12,53,29)
#0B2B19
(11,43,25)
#0A2115
(10,33,21)
#091711
(9,23,17)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #127135

#127135
(18,113,53)
#277D47
(39,125,71)
#3C8959
(60,137,89)
#51956B
(81,149,107)
#66A17D
(102,161,125)
#7BAD8F
(123,173,143)
#90B9A1
(144,185,161)
#A5C5B3
(165,197,179)
#BAD1C5
(186,209,197)
#CFDDD7
(207,221,215)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127135 color. Also use rgb(18,113,53) instead hex code.

Text Font Color

.myTextColor { color: #127135; }

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

This text font color is #127135.


Background Color

.myBgColor { background-color: #127135; }

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

This div background color is #127135.


Border color

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

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

This div border color is #127135.


Opacity

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

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

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

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

This text has shadow with #127135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127135 on black background.


Color preview on white background

This text has color #127135 on white background.



Black color preview on #127135 background

This text has black color on #127135 background.


White color preview on #127135 background

This text has white color on #127135 background.