COLOR #1C7155

HEX: #1C7155 RGB: (28,113,85)

Color info

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

RGB color model

#1C7155 color RGB value is (28,113,85).

RGB: (28,113,85) (11%, 44%, 33%)

RGB channels and saturation

R 28 of 255 = 11%
G 113 of 255 = 44%
B 85 of 255 = 33%

28
113
85

R + G + B ~ 29%. #1C7155 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 113 + 85 = 226 (100%)
R 28 of 226 ~ 12.39%
G 113 of 226 ~ 50%
B 85 of 226 ~ 37.61'%

%12.39
%50
%37.61

CMYK color model

#1C7155 color CMYK value is (75,0,25,56).

  • cyan value is 75.22%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK: (75,0,25,56) C75M0Y25K56 (75%,0%,25%,56%) (0.75/0.00/0.25/0.56) 

CMYK percentages

%75.22
%0
%24.78
%55.69

Codes

Color #1C7155 in popluar color models

1C 71 55
RGB 28 113 85
HSL 160° 60.28% 27.65%
HSB/HSV 160° 75.22% 44.31%
CMYK 75.22% 0.00% 24.78%
55.69%

Color #1C7155 in popluar number systems.

HEX 1C 71 55
Decimal 28 113 85
Binary 11100 1110001 1010101
Octal 34 161 125

Shades and tints

Shades of #1C7155

#1C7155
(28,113,85)
#1A674E
(26,103,78)
#185D47
(24,93,71)
#165340
(22,83,64)
#144939
(20,73,57)
#123F32
(18,63,50)
#10352B
(16,53,43)
#0E2B24
(14,43,36)
#0C211D
(12,33,29)
#0A1716
(10,23,22)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #1C7155

#1C7155
(28,113,85)
#307D64
(48,125,100)
#448973
(68,137,115)
#589582
(88,149,130)
#6CA191
(108,161,145)
#80ADA0
(128,173,160)
#94B9AF
(148,185,175)
#A8C5BE
(168,197,190)
#BCD1CD
(188,209,205)
#D0DDDC
(208,221,220)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7155 color. Also use rgb(28,113,85) instead hex code.

Text Font Color

.myTextColor { color: #1C7155; }

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

This text font color is #1C7155.

Background Color

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

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

This div background color is #1C7155.

Border color

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

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

This div border color is #1C7155.

Opacity

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

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

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

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

This text has shadow with #1C7155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C7155.

Preview

Color preview on black background

This text has color #1C7155 on black background.


Color preview on white background

This text has color #1C7155 on white background.


Black color preview on #1C7155 background

This text has black color on #1C7155 background.


White color preview on #1C7155 background

This text has white color on #1C7155 background.


Related colors

Complementary color

Complementary color for #hex is #E38EAA.


I love getcolorcode.com

Triadic colors

1 #551C71 and #71551C with #1C7155 are triadic colors.

2 #55711C and #711C55 with #1C7155 are triadic colors.