COLOR #129379

HEX: #129379
RGB: (18,147,121)

Color info

#129379 contains mainly green and blue colors. Web safe color of #129379 is #009966 (or #096).

RGB color model

#129379 color RGB value is (18,147,121).

  • red value is 18;
  • green value is 147;
  • blue value is 121.
RGB:
(18,147,121)
(7%,58%,47%)

RGB channels and saturation

R 18 of 255 = 7%
G 147 of 255 = 58%
B 121 of 255 = 47%

18
147
121

R + G + B ~ 37%. #129379 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 147 + 121 = 286 (100%)
R 18 of 286 ~ 6.29%
G 147 of 286 ~ 51.4%
B 121 of 286 ~ 42.31%

%51.4
%42.31

CMYK color model

#129379 color CMYK value is (88,0,18,42).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(88,0,18,42)
C88M0Y18K42 
(88%,0%,18%,42%)
(0.88/0.00/0.18/0.42)	

CMYK percentages

%87.76
%0
%17.69
%42.35

Codes

Color #129379 in popluar color models

129379
RGB18147121
HSL168°78.18%32.35%
HSB/HSV168°87.76%57.65%
CMYK87.76%0.00%17.69%
42.35%

Color #129379 in popluar number systems.

HEX129379
Decimal18147121
Binary10010100100111111001
Octal22223171

Shades and tints

Shades of #129379

#129379
(18,147,121)
#11866E
(17,134,110)
#107963
(16,121,99)
#0F6C58
(15,108,88)
#0E5F4D
(14,95,77)
#0D5242
(13,82,66)
#0C4537
(12,69,55)
#0B382C
(11,56,44)
#0A2B21
(10,43,33)
#091E16
(9,30,22)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #129379

#129379
(18,147,121)
#279C85
(39,156,133)
#3CA591
(60,165,145)
#51AE9D
(81,174,157)
#66B7A9
(102,183,169)
#7BC0B5
(123,192,181)
#90C9C1
(144,201,193)
#A5D2CD
(165,210,205)
#BADBD9
(186,219,217)
#CFE4E5
(207,228,229)
#E4EDF1
(228,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #129379 color. Also use rgb(18,147,121) instead hex code.

Text Font Color

.myTextColor { color: #129379; }

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

This text font color is #129379.


Background Color

.myBgColor { background-color: #129379; }

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

This div background color is #129379.


Border color

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

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

This div border color is #129379.


Opacity

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

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

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

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

This text has shadow with #129379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #129379 on black background.


Color preview on white background

This text has color #129379 on white background.



Black color preview on #129379 background

This text has black color on #129379 background.


White color preview on #129379 background

This text has white color on #129379 background.