COLOR #127361

HEX: #127361
RGB: (18,115,97)

Color info

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

RGB color model

#127361 color RGB value is (18,115,97).

  • red value is 18;
  • green value is 115;
  • blue value is 97.
RGB:
(18,115,97)
(7%,45%,38%)

RGB channels and saturation

R 18 of 255 = 7%
G 115 of 255 = 45%
B 97 of 255 = 38%

18
115
97

R + G + B ~ 30%. #127361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 115 + 97 = 230 (100%)
R 18 of 230 ~ 7.83%
G 115 of 230 ~ 50%
B 97 of 230 ~ 42.17%

%50
%42.17

CMYK color model

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

  • cyan value is 84.35%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 54.90%
CMYK:
(84,0,16,55)
C84M0Y16K55 
(84%,0%,16%,55%)
(0.84/0.00/0.16/0.55)	

CMYK percentages

%84.35
%0
%15.65
%54.9

Codes

Color #127361 in popluar color models

127361
RGB1811597
HSL169°72.93%26.08%
HSB/HSV169°84.35%45.10%
CMYK84.35%0.00%15.65%
54.90%

Color #127361 in popluar number systems.

HEX127361
Decimal1811597
Binary1001011100111100001
Octal22163141

Shades and tints

Shades of #127361

#127361
(18,115,97)
#116959
(17,105,89)
#105F51
(16,95,81)
#0F5549
(15,85,73)
#0E4B41
(14,75,65)
#0D4139
(13,65,57)
#0C3731
(12,55,49)
#0B2D29
(11,45,41)
#0A2321
(10,35,33)
#091919
(9,25,25)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #127361

#127361
(18,115,97)
#277F6F
(39,127,111)
#3C8B7D
(60,139,125)
#51978B
(81,151,139)
#66A399
(102,163,153)
#7BAFA7
(123,175,167)
#90BBB5
(144,187,181)
#A5C7C3
(165,199,195)
#BAD3D1
(186,211,209)
#CFDFDF
(207,223,223)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127361 color. Also use rgb(18,115,97) instead hex code.

Text Font Color

.myTextColor { color: #127361; }

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

This text font color is #127361.


Background Color

.myBgColor { background-color: #127361; }

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

This div background color is #127361.


Border color

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

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

This div border color is #127361.


Opacity

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

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

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

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

This text has shadow with #127361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127361 on black background.


Color preview on white background

This text has color #127361 on white background.



Black color preview on #127361 background

This text has black color on #127361 background.


White color preview on #127361 background

This text has white color on #127361 background.