COLOR #1C5F71

HEX: #1C5F71
RGB: (28,95,113)

Color info

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

RGB color model

#1C5F71 color RGB value is (28,95,113).

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

RGB channels and saturation

R 28 of 255 = 11%
G 95 of 255 = 37%
B 113 of 255 = 44%

28
95
113

R + G + B ~ 31%. #1C5F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 95 + 113 = 236 (100%)
R 28 of 236 ~ 11.86%
G 95 of 236 ~ 40.25%
B 113 of 236 ~ 47.88%

%11.86
%40.25
%47.88

CMYK color model

#1C5F71 color CMYK value is (75,16,0,56).

  • cyan value is 75.22%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(75,16,0,56)
C75M16Y0K56 
(75%,16%,0%,56%)
(0.75/0.16/0.00/0.56)	

CMYK percentages

%75.22
%15.93
%0
%55.69

Codes

Color #1C5F71 in popluar color models

1C5F71
RGB2895113
HSL193°60.28%27.65%
HSB/HSV193°75.22%44.31%
CMYK75.22%15.93%0.00%
55.69%

Color #1C5F71 in popluar number systems.

HEX1C5F71
Decimal2895113
Binary1110010111111110001
Octal34137161

Shades and tints

Shades of #1C5F71

#1C5F71
(28,95,113)
#1A5767
(26,87,103)
#184F5D
(24,79,93)
#164753
(22,71,83)
#143F49
(20,63,73)
#12373F
(18,55,63)
#102F35
(16,47,53)
#0E272B
(14,39,43)
#0C1F21
(12,31,33)
#0A1717
(10,23,23)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #1C5F71

#1C5F71
(28,95,113)
#306D7D
(48,109,125)
#447B89
(68,123,137)
#588995
(88,137,149)
#6C97A1
(108,151,161)
#80A5AD
(128,165,173)
#94B3B9
(148,179,185)
#A8C1C5
(168,193,197)
#BCCFD1
(188,207,209)
#D0DDDD
(208,221,221)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5F71; }

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

This text font color is #1C5F71.


Background Color

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

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

This div background color is #1C5F71.


Border color

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

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

This div border color is #1C5F71.


Opacity

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

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

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

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

This text has shadow with #1C5F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5F71 on black background.


Color preview on white background

This text has color #1C5F71 on white background.



Black color preview on #1C5F71 background

This text has black color on #1C5F71 background.


White color preview on #1C5F71 background

This text has white color on #1C5F71 background.