COLOR #1C5F51

HEX: #1C5F51
RGB: (28,95,81)

Color info

#1C5F51 contains mainly green and blue colors. Web safe color of #1C5F51 is #336666 (or #366).

RGB color model

#1C5F51 color RGB value is (28,95,81).

  • red value is 28;
  • green value is 95;
  • blue value is 81.
RGB:
(28,95,81)
(11%,37%,32%)

RGB channels and saturation

R 28 of 255 = 11%
G 95 of 255 = 37%
B 81 of 255 = 32%

28
95
81

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

Portions of RGB colors in percentages

R + G + B =
28 + 95 + 81 = 204 (100%)
R 28 of 204 ~ 13.73%
G 95 of 204 ~ 46.57%
B 81 of 204 ~ 39.71%

%13.73
%46.57
%39.71

CMYK color model

#1C5F51 color CMYK value is (71,0,15,63).

  • cyan value is 70.53%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 62.75%
CMYK:
(71,0,15,63)
C71M0Y15K63 
(71%,0%,15%,63%)
(0.71/0.00/0.15/0.63)	

CMYK percentages

%70.53
%0
%14.74
%62.75

Codes

Color #1C5F51 in popluar color models

1C5F51
RGB289581
HSL167°54.47%24.12%
HSB/HSV167°70.53%37.25%
CMYK70.53%0.00%14.74%
62.75%

Color #1C5F51 in popluar number systems.

HEX1C5F51
Decimal289581
Binary1110010111111010001
Octal34137121

Shades and tints

Shades of #1C5F51

#1C5F51
(28,95,81)
#1A574A
(26,87,74)
#184F43
(24,79,67)
#16473C
(22,71,60)
#143F35
(20,63,53)
#12372E
(18,55,46)
#102F27
(16,47,39)
#0E2720
(14,39,32)
#0C1F19
(12,31,25)
#0A1712
(10,23,18)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #1C5F51

#1C5F51
(28,95,81)
#306D60
(48,109,96)
#447B6F
(68,123,111)
#58897E
(88,137,126)
#6C978D
(108,151,141)
#80A59C
(128,165,156)
#94B3AB
(148,179,171)
#A8C1BA
(168,193,186)
#BCCFC9
(188,207,201)
#D0DDD8
(208,221,216)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5F51 color. Also use rgb(28,95,81) instead hex code.

Text Font Color

.myTextColor { color: #1C5F51; }

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

This text font color is #1C5F51.


Background Color

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

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

This div background color is #1C5F51.


Border color

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

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

This div border color is #1C5F51.


Opacity

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

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

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

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

This text has shadow with #1C5F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5F51 on black background.


Color preview on white background

This text has color #1C5F51 on white background.



Black color preview on #1C5F51 background

This text has black color on #1C5F51 background.


White color preview on #1C5F51 background

This text has white color on #1C5F51 background.