COLOR #1C4754

HEX: #1C4754
RGB: (28,71,84)

Color info

#1C4754 contains red, green and blue colors in about the same proportion. Web safe color of #1C4754 is #333366 (or #336).

RGB color model

#1C4754 color RGB value is (28,71,84).

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

RGB channels and saturation

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

28
71
84

R + G + B ~ 24%. #1C4754 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 71 + 84 = 183 (100%)
R 28 of 183 ~ 15.3%
G 71 of 183 ~ 38.8%
B 84 of 183 ~ 45.9%

%15.3
%38.8
%45.9

CMYK color model

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

  • cyan value is 66.67%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(67,15,0,67)
C67M15Y0K67 
(67%,15%,0%,67%)
(0.67/0.15/0.00/0.67)	

CMYK percentages

%66.67
%15.48
%0
%67.06

Codes

Color #1C4754 in popluar color models

1C4754
RGB287184
HSL194°50.00%21.96%
HSB/HSV194°66.67%32.94%
CMYK66.67%15.48%0.00%
67.06%

Color #1C4754 in popluar number systems.

HEX1C4754
Decimal287184
Binary1110010001111010100
Octal34107124

Shades and tints

Shades of #1C4754

#1C4754
(28,71,84)
#1A414D
(26,65,77)
#183B46
(24,59,70)
#16353F
(22,53,63)
#142F38
(20,47,56)
#122931
(18,41,49)
#10232A
(16,35,42)
#0E1D23
(14,29,35)
#0C171C
(12,23,28)
#0A1115
(10,17,21)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #1C4754

#1C4754
(28,71,84)
#305763
(48,87,99)
#446772
(68,103,114)
#587781
(88,119,129)
#6C8790
(108,135,144)
#80979F
(128,151,159)
#94A7AE
(148,167,174)
#A8B7BD
(168,183,189)
#BCC7CC
(188,199,204)
#D0D7DB
(208,215,219)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4754; }

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

This text font color is #1C4754.


Background Color

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

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

This div background color is #1C4754.


Border color

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

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

This div border color is #1C4754.


Opacity

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

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

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

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

This text has shadow with #1C4754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4754 on black background.


Color preview on white background

This text has color #1C4754 on white background.



Black color preview on #1C4754 background

This text has black color on #1C4754 background.


White color preview on #1C4754 background

This text has white color on #1C4754 background.