COLOR #1C7D57

HEX: #1C7D57
RGB: (28,125,87)

Color info

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

RGB color model

#1C7D57 color RGB value is (28,125,87).

  • red value is 28;
  • green value is 125;
  • blue value is 87.
RGB:
(28,125,87)
(11%,49%,34%)

RGB channels and saturation

R 28 of 255 = 11%
G 125 of 255 = 49%
B 87 of 255 = 34%

28
125
87

R + G + B ~ 31%. #1C7D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 125 + 87 = 240 (100%)
R 28 of 240 ~ 11.67%
G 125 of 240 ~ 52.08%
B 87 of 240 ~ 36.25%

%11.67
%52.08
%36.25

CMYK color model

#1C7D57 color CMYK value is (78,0,30,51).

  • cyan value is 77.60%
  • magenta value is 0.00%
  • yellow value is 30.40%
  • key color value is 50.98%
CMYK:
(78,0,30,51)
C78M0Y30K51 
(78%,0%,30%,51%)
(0.78/0.00/0.30/0.51)	

CMYK percentages

%77.6
%0
%30.4
%50.98

Codes

Color #1C7D57 in popluar color models

1C7D57
RGB2812587
HSL156°63.40%30.00%
HSB/HSV156°77.60%49.02%
CMYK77.60%0.00%30.40%
50.98%

Color #1C7D57 in popluar number systems.

HEX1C7D57
Decimal2812587
Binary1110011111011010111
Octal34175127

Shades and tints

Shades of #1C7D57

#1C7D57
(28,125,87)
#1A7250
(26,114,80)
#186749
(24,103,73)
#165C42
(22,92,66)
#14513B
(20,81,59)
#124634
(18,70,52)
#103B2D
(16,59,45)
#0E3026
(14,48,38)
#0C251F
(12,37,31)
#0A1A18
(10,26,24)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #1C7D57

#1C7D57
(28,125,87)
#308866
(48,136,102)
#449375
(68,147,117)
#589E84
(88,158,132)
#6CA993
(108,169,147)
#80B4A2
(128,180,162)
#94BFB1
(148,191,177)
#A8CAC0
(168,202,192)
#BCD5CF
(188,213,207)
#D0E0DE
(208,224,222)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7D57 color. Also use rgb(28,125,87) instead hex code.

Text Font Color

.myTextColor { color: #1C7D57; }

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

This text font color is #1C7D57.


Background Color

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

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

This div background color is #1C7D57.


Border color

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

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

This div border color is #1C7D57.


Opacity

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

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

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

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

This text has shadow with #1C7D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7D57 on black background.


Color preview on white background

This text has color #1C7D57 on white background.



Black color preview on #1C7D57 background

This text has black color on #1C7D57 background.


White color preview on #1C7D57 background

This text has white color on #1C7D57 background.