COLOR #128363

HEX: #128363
RGB: (18,131,99)

Color info

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

RGB color model

#128363 color RGB value is (18,131,99).

  • red value is 18;
  • green value is 131;
  • blue value is 99.
RGB:
(18,131,99)
(7%,51%,39%)

RGB channels and saturation

R 18 of 255 = 7%
G 131 of 255 = 51%
B 99 of 255 = 39%

18
131
99

R + G + B ~ 32%. #128363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 131 + 99 = 248 (100%)
R 18 of 248 ~ 7.26%
G 131 of 248 ~ 52.82%
B 99 of 248 ~ 39.92%

%52.82
%39.92

CMYK color model

#128363 color CMYK value is (86,0,24,49).

  • cyan value is 86.26%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 48.63%
CMYK:
(86,0,24,49)
C86M0Y24K49 
(86%,0%,24%,49%)
(0.86/0.00/0.24/0.49)	

CMYK percentages

%86.26
%0
%24.43
%48.63

Codes

Color #128363 in popluar color models

128363
RGB1813199
HSL163°75.84%29.22%
HSB/HSV163°86.26%51.37%
CMYK86.26%0.00%24.43%
48.63%

Color #128363 in popluar number systems.

HEX128363
Decimal1813199
Binary10010100000111100011
Octal22203143

Shades and tints

Shades of #128363

#128363
(18,131,99)
#11785A
(17,120,90)
#106D51
(16,109,81)
#0F6248
(15,98,72)
#0E573F
(14,87,63)
#0D4C36
(13,76,54)
#0C412D
(12,65,45)
#0B3624
(11,54,36)
#0A2B1B
(10,43,27)
#092012
(9,32,18)
#081509
(8,21,9)
#000000
(0,0,0)

Tints of #128363

#128363
(18,131,99)
#278E71
(39,142,113)
#3C997F
(60,153,127)
#51A48D
(81,164,141)
#66AF9B
(102,175,155)
#7BBAA9
(123,186,169)
#90C5B7
(144,197,183)
#A5D0C5
(165,208,197)
#BADBD3
(186,219,211)
#CFE6E1
(207,230,225)
#E4F1EF
(228,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #128363 color. Also use rgb(18,131,99) instead hex code.

Text Font Color

.myTextColor { color: #128363; }

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

This text font color is #128363.


Background Color

.myBgColor { background-color: #128363; }

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

This div background color is #128363.


Border color

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

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

This div border color is #128363.


Opacity

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

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

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

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

This text has shadow with #128363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128363 on black background.


Color preview on white background

This text has color #128363 on white background.



Black color preview on #128363 background

This text has black color on #128363 background.


White color preview on #128363 background

This text has white color on #128363 background.