COLOR #127055

HEX: #127055
RGB: (18,112,85)

Color info

#127055 contains mainly green and blue colors. Web safe color of #127055 is #006666 (or #066).

RGB color model

#127055 color RGB value is (18,112,85).

  • red value is 18;
  • green value is 112;
  • blue value is 85.
RGB:
(18,112,85)
(7%,44%,33%)

RGB channels and saturation

R 18 of 255 = 7%
G 112 of 255 = 44%
B 85 of 255 = 33%

18
112
85

R + G + B ~ 28%. #127055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 112 + 85 = 215 (100%)
R 18 of 215 ~ 8.37%
G 112 of 215 ~ 52.09%
B 85 of 215 ~ 39.53%

%52.09
%39.53

CMYK color model

#127055 color CMYK value is (84,0,24,56).

  • cyan value is 83.93%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 56.08%
CMYK:
(84,0,24,56)
C84M0Y24K56 
(84%,0%,24%,56%)
(0.84/0.00/0.24/0.56)	

CMYK percentages

%83.93
%0
%24.11
%56.08

Codes

Color #127055 in popluar color models

127055
RGB1811285
HSL163°72.31%25.49%
HSB/HSV163°83.93%43.92%
CMYK83.93%0.00%24.11%
56.08%

Color #127055 in popluar number systems.

HEX127055
Decimal1811285
Binary1001011100001010101
Octal22160125

Shades and tints

Shades of #127055

#127055
(18,112,85)
#11664E
(17,102,78)
#105C47
(16,92,71)
#0F5240
(15,82,64)
#0E4839
(14,72,57)
#0D3E32
(13,62,50)
#0C342B
(12,52,43)
#0B2A24
(11,42,36)
#0A201D
(10,32,29)
#091616
(9,22,22)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #127055

#127055
(18,112,85)
#277D64
(39,125,100)
#3C8A73
(60,138,115)
#519782
(81,151,130)
#66A491
(102,164,145)
#7BB1A0
(123,177,160)
#90BEAF
(144,190,175)
#A5CBBE
(165,203,190)
#BAD8CD
(186,216,205)
#CFE5DC
(207,229,220)
#E4F2EB
(228,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127055 color. Also use rgb(18,112,85) instead hex code.

Text Font Color

.myTextColor { color: #127055; }

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

This text font color is #127055.


Background Color

.myBgColor { background-color: #127055; }

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

This div background color is #127055.


Border color

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

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

This div border color is #127055.


Opacity

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

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

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

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

This text has shadow with #127055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127055 on black background.


Color preview on white background

This text has color #127055 on white background.



Black color preview on #127055 background

This text has black color on #127055 background.


White color preview on #127055 background

This text has white color on #127055 background.