COLOR #1C7B4D

HEX: #1C7B4D
RGB: (28,123,77)

Color info

#1C7B4D contains mainly green and blue colors. Web safe color of #1C7B4D is #336633 (or #363).

RGB color model

#1C7B4D color RGB value is (28,123,77).

  • red value is 28;
  • green value is 123;
  • blue value is 77.
RGB:
(28,123,77)
(11%,48%,30%)

RGB channels and saturation

R 28 of 255 = 11%
G 123 of 255 = 48%
B 77 of 255 = 30%

28
123
77

R + G + B ~ 30%. #1C7B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 123 + 77 = 228 (100%)
R 28 of 228 ~ 12.28%
G 123 of 228 ~ 53.95%
B 77 of 228 ~ 33.77%

%12.28
%53.95
%33.77

CMYK color model

#1C7B4D color CMYK value is (77,0,37,52).

  • cyan value is 77.24%
  • magenta value is 0.00%
  • yellow value is 37.40%
  • key color value is 51.76%
CMYK:
(77,0,37,52)
C77M0Y37K52 
(77%,0%,37%,52%)
(0.77/0.00/0.37/0.52)	

CMYK percentages

%77.24
%0
%37.4
%51.76

Codes

Color #1C7B4D in popluar color models

1C7B4D
RGB2812377
HSL151°62.91%29.61%
HSB/HSV151°77.24%48.24%
CMYK77.24%0.00%37.40%
51.76%

Color #1C7B4D in popluar number systems.

HEX1C7B4D
Decimal2812377
Binary1110011110111001101
Octal34173115

Shades and tints

Shades of #1C7B4D

#1C7B4D
(28,123,77)
#1A7046
(26,112,70)
#18653F
(24,101,63)
#165A38
(22,90,56)
#144F31
(20,79,49)
#12442A
(18,68,42)
#103923
(16,57,35)
#0E2E1C
(14,46,28)
#0C2315
(12,35,21)
#0A180E
(10,24,14)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #1C7B4D

#1C7B4D
(28,123,77)
#30875D
(48,135,93)
#44936D
(68,147,109)
#589F7D
(88,159,125)
#6CAB8D
(108,171,141)
#80B79D
(128,183,157)
#94C3AD
(148,195,173)
#A8CFBD
(168,207,189)
#BCDBCD
(188,219,205)
#D0E7DD
(208,231,221)
#E4F3ED
(228,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7B4D color. Also use rgb(28,123,77) instead hex code.

Text Font Color

.myTextColor { color: #1C7B4D; }

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

This text font color is #1C7B4D.


Background Color

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

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

This div background color is #1C7B4D.


Border color

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

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

This div border color is #1C7B4D.


Opacity

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

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

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

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

This text has shadow with #1C7B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7B4D on black background.


Color preview on white background

This text has color #1C7B4D on white background.



Black color preview on #1C7B4D background

This text has black color on #1C7B4D background.


White color preview on #1C7B4D background

This text has white color on #1C7B4D background.