COLOR #1C5354

HEX: #1C5354
RGB: (28,83,84)

Color info

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

RGB color model

#1C5354 color RGB value is (28,83,84).

  • red value is 28;
  • green value is 83;
  • blue value is 84.
RGB:
(28,83,84)
(11%,33%,33%)

RGB channels and saturation

R 28 of 255 = 11%
G 83 of 255 = 33%
B 84 of 255 = 33%

28
83
84

R + G + B ~ 26%. #1C5354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 83 + 84 = 195 (100%)
R 28 of 195 ~ 14.36%
G 83 of 195 ~ 42.56%
B 84 of 195 ~ 43.08%

%14.36
%42.56
%43.08

CMYK color model

#1C5354 color CMYK value is (67,1,0,67).

  • cyan value is 66.67%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(67,1,0,67)
C67M1Y0K67 
(67%,1%,0%,67%)
(0.67/0.01/0.00/0.67)	

CMYK percentages

%66.67
%1.19
%0
%67.06

Codes

Color #1C5354 in popluar color models

1C5354
RGB288384
HSL181°50.00%21.96%
HSB/HSV181°66.67%32.94%
CMYK66.67%1.19%0.00%
67.06%

Color #1C5354 in popluar number systems.

HEX1C5354
Decimal288384
Binary1110010100111010100
Octal34123124

Shades and tints

Shades of #1C5354

#1C5354
(28,83,84)
#1A4C4D
(26,76,77)
#184546
(24,69,70)
#163E3F
(22,62,63)
#143738
(20,55,56)
#123031
(18,48,49)
#10292A
(16,41,42)
#0E2223
(14,34,35)
#0C1B1C
(12,27,28)
#0A1415
(10,20,21)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #1C5354

#1C5354
(28,83,84)
#306263
(48,98,99)
#447172
(68,113,114)
#588081
(88,128,129)
#6C8F90
(108,143,144)
#809E9F
(128,158,159)
#94ADAE
(148,173,174)
#A8BCBD
(168,188,189)
#BCCBCC
(188,203,204)
#D0DADB
(208,218,219)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5354 color. Also use rgb(28,83,84) instead hex code.

Text Font Color

.myTextColor { color: #1C5354; }

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

This text font color is #1C5354.


Background Color

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

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

This div background color is #1C5354.


Border color

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

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

This div border color is #1C5354.


Opacity

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

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

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

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

This text has shadow with #1C5354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5354 on black background.


Color preview on white background

This text has color #1C5354 on white background.



Black color preview on #1C5354 background

This text has black color on #1C5354 background.


White color preview on #1C5354 background

This text has white color on #1C5354 background.