COLOR #126155

HEX: #126155
RGB: (18,97,85)

Color info

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

RGB color model

#126155 color RGB value is (18,97,85).

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

RGB channels and saturation

R 18 of 255 = 7%
G 97 of 255 = 38%
B 85 of 255 = 33%

18
97
85

R + G + B ~ 26%. #126155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 97 + 85 = 200 (100%)
R 18 of 200 ~ 9%
G 97 of 200 ~ 48.5%
B 85 of 200 ~ 42.5%

%48.5
%42.5

CMYK color model

#126155 color CMYK value is (81,0,12,62).

  • cyan value is 81.44%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 61.96%
CMYK:
(81,0,12,62)
C81M0Y12K62 
(81%,0%,12%,62%)
(0.81/0.00/0.12/0.62)	

CMYK percentages

%81.44
%0
%12.37
%61.96

Codes

Color #126155 in popluar color models

126155
RGB189785
HSL171°68.70%22.55%
HSB/HSV171°81.44%38.04%
CMYK81.44%0.00%12.37%
61.96%

Color #126155 in popluar number systems.

HEX126155
Decimal189785
Binary1001011000011010101
Octal22141125

Shades and tints

Shades of #126155

#126155
(18,97,85)
#11594E
(17,89,78)
#105147
(16,81,71)
#0F4940
(15,73,64)
#0E4139
(14,65,57)
#0D3932
(13,57,50)
#0C312B
(12,49,43)
#0B2924
(11,41,36)
#0A211D
(10,33,29)
#091916
(9,25,22)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #126155

#126155
(18,97,85)
#276F64
(39,111,100)
#3C7D73
(60,125,115)
#518B82
(81,139,130)
#669991
(102,153,145)
#7BA7A0
(123,167,160)
#90B5AF
(144,181,175)
#A5C3BE
(165,195,190)
#BAD1CD
(186,209,205)
#CFDFDC
(207,223,220)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #126155; }

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

This text font color is #126155.


Background Color

.myBgColor { background-color: #126155; }

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

This div background color is #126155.


Border color

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

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

This div border color is #126155.


Opacity

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

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

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

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

This text has shadow with #126155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126155 on black background.


Color preview on white background

This text has color #126155 on white background.



Black color preview on #126155 background

This text has black color on #126155 background.


White color preview on #126155 background

This text has white color on #126155 background.