COLOR #1C746E

HEX: #1C746E RGB: (28,116,110)

Color info

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

RGB color model

#1C746E color RGB value is (28,116,110).

RGB: (28,116,110) (11%, 45%, 43%)

RGB channels and saturation

R 28 of 255 = 11%
G 116 of 255 = 45%
B 110 of 255 = 43%

28
116
110

R + G + B ~ 33%. #1C746E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 116 + 110 = 254 (100%)
R 28 of 254 ~ 11.02%
G 116 of 254 ~ 45.67%
B 110 of 254 ~ 43.31'%

%11.02
%45.67
%43.31

CMYK color model

#1C746E color CMYK value is (76,0,5,55).

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 54.51%

CMYK: (76,0,5,55)
C76M0Y5K55 (76%, 0%, 5%, 55%)
(0.76 / 0.00 / 0.05 / 0.55)

CMYK percentages

%75.86
%0
%5.17
%54.51

Codes

Color #1C746E in popluar color models

1C 74 6E
RGB 28 116 110
HSL 176° 61.11% 28.24%
HSB/HSV 176° 75.86% 45.49%
CMYK 75.86% 0.00% 5.17%
54.51%

Color #1C746E in popluar number systems.

HEX 1C 74 6E
Decimal 28 116 110
Binary 11100 1110100 1101110
Octal 34 164 156

Shades and tints

Shades of #1C746E

#1C746E
(28,116,110)
#1A6A64
(26,106,100)
#18605A
(24,96,90)
#165650
(22,86,80)
#144C46
(20,76,70)
#12423C
(18,66,60)
#103832
(16,56,50)
#0E2E28
(14,46,40)
#0C241E
(12,36,30)
#0A1A14
(10,26,20)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #1C746E

#1C746E
(28,116,110)
#30807B
(48,128,123)
#448C88
(68,140,136)
#589895
(88,152,149)
#6CA4A2
(108,164,162)
#80B0AF
(128,176,175)
#94BCBC
(148,188,188)
#A8C8C9
(168,200,201)
#BCD4D6
(188,212,214)
#D0E0E3
(208,224,227)
#E4ECF0
(228,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C746E color. Also use rgb(28,116,110) instead hex code.

Text Font Color

.myTextColor { color: #1C746E; }

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

This text font color is #1C746E.

Background Color

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

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

This div background color is #1C746E.

Border color

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

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

This div border color is #1C746E.

Opacity

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

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

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

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

This text has shadow with #1C746E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C746E.

Preview

Color preview on black background

This text has color #1C746E on black background.


Color preview on white background

This text has color #1C746E on white background.


Black color preview on #1C746E background

This text has black color on #1C746E background.


White color preview on #1C746E background

This text has white color on #1C746E background.


Related colors

Complementary color

Complementary color for #hex is #E38B91.


I love getcolorcode.com

Triadic colors

1 #6E1C74 and #746E1C with #1C746E are triadic colors.

2 #6E741C and #741C6E with #1C746E are triadic colors.