COLOR #1C5B50

HEX: #1C5B50 RGB: (28,91,80)

Color info

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

RGB color model

#1C5B50 color RGB value is (28,91,80).

RGB: (28,91,80) (11%, 36%, 31%)

RGB channels and saturation

R 28 of 255 = 11%
G 91 of 255 = 36%
B 80 of 255 = 31%

28
91
80

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

Portions of RGB colors in percentages

R + G + B = 28 + 91 + 80 = 199 (100%)
R 28 of 199 ~ 14.07%
G 91 of 199 ~ 45.73%
B 80 of 199 ~ 40.2'%

%14.07
%45.73
%40.2

CMYK color model

#1C5B50 color CMYK value is (69,0,12,64).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 64.31%

CMYK: (69,0,12,64)
C69M0Y12K64 (69%, 0%, 12%, 64%)
(0.69 / 0.00 / 0.12 / 0.64)

CMYK percentages

%69.23
%0
%12.09
%64.31

Codes

Color #1C5B50 in popluar color models

1C 5B 50
RGB 28 91 80
HSL 170° 52.94% 23.33%
HSB/HSV 170° 69.23% 35.69%
CMYK 69.23% 0.00% 12.09%
64.31%

Color #1C5B50 in popluar number systems.

HEX 1C 5B 50
Decimal 28 91 80
Binary 11100 1011011 1010000
Octal 34 133 120

Shades and tints

Shades of #1C5B50

#1C5B50
(28,91,80)
#1A5349
(26,83,73)
#184B42
(24,75,66)
#16433B
(22,67,59)
#143B34
(20,59,52)
#12332D
(18,51,45)
#102B26
(16,43,38)
#0E231F
(14,35,31)
#0C1B18
(12,27,24)
#0A1311
(10,19,17)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #1C5B50

#1C5B50
(28,91,80)
#30695F
(48,105,95)
#44776E
(68,119,110)
#58857D
(88,133,125)
#6C938C
(108,147,140)
#80A19B
(128,161,155)
#94AFAA
(148,175,170)
#A8BDB9
(168,189,185)
#BCCBC8
(188,203,200)
#D0D9D7
(208,217,215)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5B50 color. Also use rgb(28,91,80) instead hex code.

Text Font Color

.myTextColor { color: #1C5B50; }

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

This text font color is #1C5B50.

Background Color

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

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

This div background color is #1C5B50.

Border color

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

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

This div border color is #1C5B50.

Opacity

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

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

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

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

This text has shadow with #1C5B50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C5B50.

Preview

Color preview on black background

This text has color #1C5B50 on black background.


Color preview on white background

This text has color #1C5B50 on white background.


Black color preview on #1C5B50 background

This text has black color on #1C5B50 background.


White color preview on #1C5B50 background

This text has white color on #1C5B50 background.


Related colors

Complementary color

Complementary color for #hex is #E3A4AF.


I love getcolorcode.com

Triadic colors

1 #501C5B and #5B501C with #1C5B50 are triadic colors.

2 #505B1C and #5B1C50 with #1C5B50 are triadic colors.