COLOR #1C7A59

HEX: #1C7A59
RGB: (28,122,89)

Color info

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

RGB color model

#1C7A59 color RGB value is (28,122,89).

  • red value is 28;
  • green value is 122;
  • blue value is 89.
RGB:
(28,122,89)
(11%,48%,35%)

RGB channels and saturation

R 28 of 255 = 11%
G 122 of 255 = 48%
B 89 of 255 = 35%

28
122
89

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

Portions of RGB colors in percentages

R + G + B =
28 + 122 + 89 = 239 (100%)
R 28 of 239 ~ 11.72%
G 122 of 239 ~ 51.05%
B 89 of 239 ~ 37.24%

%11.72
%51.05
%37.24

CMYK color model

#1C7A59 color CMYK value is (77,0,27,52).

  • cyan value is 77.05%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 52.16%
CMYK:
(77,0,27,52)
C77M0Y27K52 
(77%,0%,27%,52%)
(0.77/0.00/0.27/0.52)	

CMYK percentages

%77.05
%0
%27.05
%52.16

Codes

Color #1C7A59 in popluar color models

1C7A59
RGB2812289
HSL159°62.67%29.41%
HSB/HSV159°77.05%47.84%
CMYK77.05%0.00%27.05%
52.16%

Color #1C7A59 in popluar number systems.

HEX1C7A59
Decimal2812289
Binary1110011110101011001
Octal34172131

Shades and tints

Shades of #1C7A59

#1C7A59
(28,122,89)
#1A6F51
(26,111,81)
#186449
(24,100,73)
#165941
(22,89,65)
#144E39
(20,78,57)
#124331
(18,67,49)
#103829
(16,56,41)
#0E2D21
(14,45,33)
#0C2219
(12,34,25)
#0A1711
(10,23,17)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #1C7A59

#1C7A59
(28,122,89)
#308668
(48,134,104)
#449277
(68,146,119)
#589E86
(88,158,134)
#6CAA95
(108,170,149)
#80B6A4
(128,182,164)
#94C2B3
(148,194,179)
#A8CEC2
(168,206,194)
#BCDAD1
(188,218,209)
#D0E6E0
(208,230,224)
#E4F2EF
(228,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7A59 color. Also use rgb(28,122,89) instead hex code.

Text Font Color

.myTextColor { color: #1C7A59; }

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

This text font color is #1C7A59.


Background Color

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

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

This div background color is #1C7A59.


Border color

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

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

This div border color is #1C7A59.


Opacity

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

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

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

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

This text has shadow with #1C7A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7A59 on black background.


Color preview on white background

This text has color #1C7A59 on white background.



Black color preview on #1C7A59 background

This text has black color on #1C7A59 background.


White color preview on #1C7A59 background

This text has white color on #1C7A59 background.