COLOR #126531

HEX: #126531
RGB: (18,101,49)

Color info

#126531 contains mainly green and blue colors. Web safe color of #126531 is #006633 (or #063).

RGB color model

#126531 color RGB value is (18,101,49).

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

RGB channels and saturation

R 18 of 255 = 7%
G 101 of 255 = 40%
B 49 of 255 = 19%

18
101
49

R + G + B ~ 22%. #126531 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 101 + 49 = 168 (100%)
R 18 of 168 ~ 10.71%
G 101 of 168 ~ 60.12%
B 49 of 168 ~ 29.17%

%10.71
%60.12
%29.17

CMYK color model

#126531 color CMYK value is (82,0,51,60).

  • cyan value is 82.18%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 60.39%
CMYK:
(82,0,51,60)
C82M0Y51K60 
(82%,0%,51%,60%)
(0.82/0.00/0.51/0.60)	

CMYK percentages

%82.18
%0
%51.49
%60.39

Codes

Color #126531 in popluar color models

126531
RGB1810149
HSL142°69.75%23.33%
HSB/HSV142°82.18%39.61%
CMYK82.18%0.00%51.49%
60.39%

Color #126531 in popluar number systems.

HEX126531
Decimal1810149
Binary100101100101110001
Octal2214561

Shades and tints

Shades of #126531

#126531
(18,101,49)
#115C2D
(17,92,45)
#105329
(16,83,41)
#0F4A25
(15,74,37)
#0E4121
(14,65,33)
#0D381D
(13,56,29)
#0C2F19
(12,47,25)
#0B2615
(11,38,21)
#0A1D11
(10,29,17)
#09140D
(9,20,13)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #126531

#126531
(18,101,49)
#277343
(39,115,67)
#3C8155
(60,129,85)
#518F67
(81,143,103)
#669D79
(102,157,121)
#7BAB8B
(123,171,139)
#90B99D
(144,185,157)
#A5C7AF
(165,199,175)
#BAD5C1
(186,213,193)
#CFE3D3
(207,227,211)
#E4F1E5
(228,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #126531; }

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

This text font color is #126531.


Background Color

.myBgColor { background-color: #126531; }

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

This div background color is #126531.


Border color

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

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

This div border color is #126531.


Opacity

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

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

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

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

This text has shadow with #126531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126531 on black background.


Color preview on white background

This text has color #126531 on white background.



Black color preview on #126531 background

This text has black color on #126531 background.


White color preview on #126531 background

This text has white color on #126531 background.