COLOR #1C574F

HEX: #1C574F
RGB: (28,87,79)

Color info

#1C574F contains red, green and blue colors in about the same proportion. Web safe color of #1C574F is #336666 (or #366).

RGB color model

#1C574F color RGB value is (28,87,79).

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

RGB channels and saturation

R 28 of 255 = 11%
G 87 of 255 = 34%
B 79 of 255 = 31%

28
87
79

R + G + B ~ 25%. #1C574F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 87 + 79 = 194 (100%)
R 28 of 194 ~ 14.43%
G 87 of 194 ~ 44.85%
B 79 of 194 ~ 40.72%

%14.43
%44.85
%40.72

CMYK color model

#1C574F color CMYK value is (68,0,9,66).

  • cyan value is 67.82%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(68,0,9,66)
C68M0Y9K66 
(68%,0%,9%,66%)
(0.68/0.00/0.09/0.66)	

CMYK percentages

%67.82
%0
%9.2
%65.88

Codes

Color #1C574F in popluar color models

1C574F
RGB288779
HSL172°51.30%22.55%
HSB/HSV172°67.82%34.12%
CMYK67.82%0.00%9.20%
65.88%

Color #1C574F in popluar number systems.

HEX1C574F
Decimal288779
Binary1110010101111001111
Octal34127117

Shades and tints

Shades of #1C574F

#1C574F
(28,87,79)
#1A5048
(26,80,72)
#184941
(24,73,65)
#16423A
(22,66,58)
#143B33
(20,59,51)
#12342C
(18,52,44)
#102D25
(16,45,37)
#0E261E
(14,38,30)
#0C1F17
(12,31,23)
#0A1810
(10,24,16)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #1C574F

#1C574F
(28,87,79)
#30665F
(48,102,95)
#44756F
(68,117,111)
#58847F
(88,132,127)
#6C938F
(108,147,143)
#80A29F
(128,162,159)
#94B1AF
(148,177,175)
#A8C0BF
(168,192,191)
#BCCFCF
(188,207,207)
#D0DEDF
(208,222,223)
#E4EDEF
(228,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C574F color. Also use rgb(28,87,79) instead hex code.

Text Font Color

.myTextColor { color: #1C574F; }

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

This text font color is #1C574F.


Background Color

.myBgColor { background-color: #1C574F; }

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

This div background color is #1C574F.


Border color

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

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

This div border color is #1C574F.


Opacity

.myOpacity80 { color: #1C574F; opacity: 0.8; }

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

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

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

This text has shadow with #1C574F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C574F on black background.


Color preview on white background

This text has color #1C574F on white background.



Black color preview on #1C574F background

This text has black color on #1C574F background.


White color preview on #1C574F background

This text has white color on #1C574F background.