COLOR #1C5342

HEX: #1C5342 RGB: (28,83,66)

Color info

#1C5342 contains red, green and blue colors in about the same proportion. Web safe color of #1C5342 is #336633 (or #363).

RGB color model

#1C5342 color RGB value is (28,83,66).

RGB: (28,83,66) (11%, 33%, 26%)

RGB channels and saturation

R 28 of 255 = 11%
G 83 of 255 = 33%
B 66 of 255 = 26%

28
83
66

R + G + B ~ 23%. #1C5342 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 83 + 66 = 177 (100%)
R 28 of 177 ~ 15.82%
G 83 of 177 ~ 46.89%
B 66 of 177 ~ 37.29'%

%15.82
%46.89
%37.29

CMYK color model

#1C5342 color CMYK value is (66,0,20,67).

  • cyan value is 66.27%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 67.45%

CMYK: (66,0,20,67)
C66M0Y20K67 (66%, 0%, 20%, 67%)
(0.66 / 0.00 / 0.20 / 0.67)

CMYK percentages

%66.27
%0
%20.48
%67.45

Codes

Color #1C5342 in popluar color models

1C 53 42
RGB 28 83 66
HSL 161° 49.55% 21.76%
HSB/HSV 161° 66.27% 32.55%
CMYK 66.27% 0.00% 20.48%
67.45%

Color #1C5342 in popluar number systems.

HEX 1C 53 42
Decimal 28 83 66
Binary 11100 1010011 1000010
Octal 34 123 102

Shades and tints

Shades of #1C5342

#1C5342
(28,83,66)
#1A4C3C
(26,76,60)
#184536
(24,69,54)
#163E30
(22,62,48)
#14372A
(20,55,42)
#123024
(18,48,36)
#10291E
(16,41,30)
#0E2218
(14,34,24)
#0C1B12
(12,27,18)
#0A140C
(10,20,12)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #1C5342

#1C5342
(28,83,66)
#306253
(48,98,83)
#447164
(68,113,100)
#588075
(88,128,117)
#6C8F86
(108,143,134)
#809E97
(128,158,151)
#94ADA8
(148,173,168)
#A8BCB9
(168,188,185)
#BCCBCA
(188,203,202)
#D0DADB
(208,218,219)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5342; }

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

This text font color is #1C5342.

Background Color

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

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

This div background color is #1C5342.

Border color

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

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

This div border color is #1C5342.

Opacity

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

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

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

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

This text has shadow with #1C5342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C5342.

Preview

Color preview on black background

This text has color #1C5342 on black background.


Color preview on white background

This text has color #1C5342 on white background.


Black color preview on #1C5342 background

This text has black color on #1C5342 background.


White color preview on #1C5342 background

This text has white color on #1C5342 background.


Related colors

Complementary color

Complementary color for #hex is #E3ACBD.


I love getcolorcode.com

Triadic colors

1 #421C53 and #53421C with #1C5342 are triadic colors.

2 #42531C and #531C42 with #1C5342 are triadic colors.