COLOR #12571C

HEX: #12571C
RGB: (18,87,28)

Color info

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

RGB color model

#12571C color RGB value is (18,87,28).

  • red value is 18;
  • green value is 87;
  • blue value is 28.
RGB:
(18,87,28)
(7%,34%,11%)

RGB channels and saturation

R 18 of 255 = 7%
G 87 of 255 = 34%
B 28 of 255 = 11%

18
87
28

R + G + B ~ 17%. #12571C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 87 + 28 = 133 (100%)
R 18 of 133 ~ 13.53%
G 87 of 133 ~ 65.41%
B 28 of 133 ~ 21.05%

%13.53
%65.41
%21.05

CMYK color model

#12571C color CMYK value is (79,0,68,66).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 67.82%
  • key color value is 65.88%
CMYK:
(79,0,68,66)
C79M0Y68K66 
(79%,0%,68%,66%)
(0.79/0.00/0.68/0.66)	

CMYK percentages

%79.31
%0
%67.82
%65.88

Codes

Color #12571C in popluar color models

12571C
RGB188728
HSL129°65.71%20.59%
HSB/HSV129°79.31%34.12%
CMYK79.31%0.00%67.82%
65.88%

Color #12571C in popluar number systems.

HEX12571C
Decimal188728
Binary10010101011111100
Octal2212734

Shades and tints

Shades of #12571C

#12571C
(18,87,28)
#11501A
(17,80,26)
#104918
(16,73,24)
#0F4216
(15,66,22)
#0E3B14
(14,59,20)
#0D3412
(13,52,18)
#0C2D10
(12,45,16)
#0B260E
(11,38,14)
#0A1F0C
(10,31,12)
#09180A
(9,24,10)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #12571C

#12571C
(18,87,28)
#276630
(39,102,48)
#3C7544
(60,117,68)
#518458
(81,132,88)
#66936C
(102,147,108)
#7BA280
(123,162,128)
#90B194
(144,177,148)
#A5C0A8
(165,192,168)
#BACFBC
(186,207,188)
#CFDED0
(207,222,208)
#E4EDE4
(228,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12571C color. Also use rgb(18,87,28) instead hex code.

Text Font Color

.myTextColor { color: #12571C; }

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

This text font color is #12571C.


Background Color

.myBgColor { background-color: #12571C; }

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

This div background color is #12571C.


Border color

.myBorderColor { border: 1px solid #12571C; }

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

This div border color is #12571C.


Opacity

.myOpacity80 { color: #12571C; opacity: 0.8; }

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

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

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

This text has shadow with #12571C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12571C on black background.


Color preview on white background

This text has color #12571C on white background.



Black color preview on #12571C background

This text has black color on #12571C background.


White color preview on #12571C background

This text has white color on #12571C background.