COLOR #1C4760

HEX: #1C4760 RGB: (28,71,96)

Color info

#1C4760 contains mainly green and blue colors. Web safe color of #1C4760 is #333366 (or #336).

RGB color model

#1C4760 color RGB value is (28,71,96).

RGB: (28,71,96) (11%, 28%, 38%)

RGB channels and saturation

R 28 of 255 = 11%
G 71 of 255 = 28%
B 96 of 255 = 38%

28
71
96

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

Portions of RGB colors in percentages

R + G + B = 28 + 71 + 96 = 195 (100%)
R 28 of 195 ~ 14.36%
G 71 of 195 ~ 36.41%
B 96 of 195 ~ 49.23'%

%14.36
%36.41
%49.23

CMYK color model

#1C4760 color CMYK value is (71,26,0,62).

  • cyan value is 70.83%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (71,26,0,62)
C71M26Y0K62 (71%, 26%, 0%, 62%)
(0.71 / 0.26 / 0.00 / 0.62)

CMYK percentages

%70.83
%26.04
%0
%62.35

Codes

Color #1C4760 in popluar color models

1C 47 60
RGB 28 71 96
HSL 202° 54.84% 24.31%
HSB/HSV 202° 70.83% 37.65%
CMYK 70.83% 26.04% 0.00%
62.35%

Color #1C4760 in popluar number systems.

HEX 1C 47 60
Decimal 28 71 96
Binary 11100 1000111 1100000
Octal 34 107 140

Shades and tints

Shades of #1C4760

#1C4760
(28,71,96)
#1A4158
(26,65,88)
#183B50
(24,59,80)
#163548
(22,53,72)
#142F40
(20,47,64)
#122938
(18,41,56)
#102330
(16,35,48)
#0E1D28
(14,29,40)
#0C1720
(12,23,32)
#0A1118
(10,17,24)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #1C4760

#1C4760
(28,71,96)
#30576E
(48,87,110)
#44677C
(68,103,124)
#58778A
(88,119,138)
#6C8798
(108,135,152)
#8097A6
(128,151,166)
#94A7B4
(148,167,180)
#A8B7C2
(168,183,194)
#BCC7D0
(188,199,208)
#D0D7DE
(208,215,222)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4760; }

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

This text font color is #1C4760.

Background Color

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

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

This div background color is #1C4760.

Border color

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

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

This div border color is #1C4760.

Opacity

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

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

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

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

This text has shadow with #1C4760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C4760.

Preview

Color preview on black background

This text has color #1C4760 on black background.


Color preview on white background

This text has color #1C4760 on white background.


Black color preview on #1C4760 background

This text has black color on #1C4760 background.


White color preview on #1C4760 background

This text has white color on #1C4760 background.


Related colors

Complementary color

Complementary color for #hex is #E3B89F.


I love getcolorcode.com

Triadic colors

1 #601C47 and #47601C with #1C4760 are triadic colors.

2 #60471C and #471C60 with #1C4760 are triadic colors.