COLOR #1C4752

HEX: #1C4752
RGB: (28,71,82)

Color info

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

RGB color model

#1C4752 color RGB value is (28,71,82).

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

RGB channels and saturation

R 28 of 255 = 11%
G 71 of 255 = 28%
B 82 of 255 = 32%

28
71
82

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

Portions of RGB colors in percentages

R + G + B =
28 + 71 + 82 = 181 (100%)
R 28 of 181 ~ 15.47%
G 71 of 181 ~ 39.23%
B 82 of 181 ~ 45.3%

%15.47
%39.23
%45.3

CMYK color model

#1C4752 color CMYK value is (66,13,0,68).

  • cyan value is 65.85%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(66,13,0,68)
C66M13Y0K68 
(66%,13%,0%,68%)
(0.66/0.13/0.00/0.68)	

CMYK percentages

%65.85
%13.41
%0
%67.84

Codes

Color #1C4752 in popluar color models

1C4752
RGB287182
HSL192°49.09%21.57%
HSB/HSV192°65.85%32.16%
CMYK65.85%13.41%0.00%
67.84%

Color #1C4752 in popluar number systems.

HEX1C4752
Decimal287182
Binary1110010001111010010
Octal34107122

Shades and tints

Shades of #1C4752

#1C4752
(28,71,82)
#1A414B
(26,65,75)
#183B44
(24,59,68)
#16353D
(22,53,61)
#142F36
(20,47,54)
#12292F
(18,41,47)
#102328
(16,35,40)
#0E1D21
(14,29,33)
#0C171A
(12,23,26)
#0A1113
(10,17,19)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #1C4752

#1C4752
(28,71,82)
#305761
(48,87,97)
#446770
(68,103,112)
#58777F
(88,119,127)
#6C878E
(108,135,142)
#80979D
(128,151,157)
#94A7AC
(148,167,172)
#A8B7BB
(168,183,187)
#BCC7CA
(188,199,202)
#D0D7D9
(208,215,217)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4752; }

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

This text font color is #1C4752.


Background Color

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

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

This div background color is #1C4752.


Border color

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

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

This div border color is #1C4752.


Opacity

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

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

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

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

This text has shadow with #1C4752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4752 on black background.


Color preview on white background

This text has color #1C4752 on white background.



Black color preview on #1C4752 background

This text has black color on #1C4752 background.


White color preview on #1C4752 background

This text has white color on #1C4752 background.