COLOR #127848

HEX: #127848
RGB: (18,120,72)

Color info

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

RGB color model

#127848 color RGB value is (18,120,72).

  • red value is 18;
  • green value is 120;
  • blue value is 72.
RGB:
(18,120,72)
(7%,47%,28%)

RGB channels and saturation

R 18 of 255 = 7%
G 120 of 255 = 47%
B 72 of 255 = 28%

18
120
72

R + G + B ~ 27%. #127848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 120 + 72 = 210 (100%)
R 18 of 210 ~ 8.57%
G 120 of 210 ~ 57.14%
B 72 of 210 ~ 34.29%

%57.14
%34.29

CMYK color model

#127848 color CMYK value is (85,0,40,53).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 52.94%
CMYK:
(85,0,40,53)
C85M0Y40K53 
(85%,0%,40%,53%)
(0.85/0.00/0.40/0.53)	

CMYK percentages

%85
%0
%40
%52.94

Codes

Color #127848 in popluar color models

127848
RGB1812072
HSL152°73.91%27.06%
HSB/HSV152°85.00%47.06%
CMYK85.00%0.00%40.00%
52.94%

Color #127848 in popluar number systems.

HEX127848
Decimal1812072
Binary1001011110001001000
Octal22170110

Shades and tints

Shades of #127848

#127848
(18,120,72)
#116E42
(17,110,66)
#10643C
(16,100,60)
#0F5A36
(15,90,54)
#0E5030
(14,80,48)
#0D462A
(13,70,42)
#0C3C24
(12,60,36)
#0B321E
(11,50,30)
#0A2818
(10,40,24)
#091E12
(9,30,18)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #127848

#127848
(18,120,72)
#278458
(39,132,88)
#3C9068
(60,144,104)
#519C78
(81,156,120)
#66A888
(102,168,136)
#7BB498
(123,180,152)
#90C0A8
(144,192,168)
#A5CCB8
(165,204,184)
#BAD8C8
(186,216,200)
#CFE4D8
(207,228,216)
#E4F0E8
(228,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127848 color. Also use rgb(18,120,72) instead hex code.

Text Font Color

.myTextColor { color: #127848; }

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

This text font color is #127848.


Background Color

.myBgColor { background-color: #127848; }

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

This div background color is #127848.


Border color

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

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

This div border color is #127848.


Opacity

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

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

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

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

This text has shadow with #127848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127848 on black background.


Color preview on white background

This text has color #127848 on white background.



Black color preview on #127848 background

This text has black color on #127848 background.


White color preview on #127848 background

This text has white color on #127848 background.