COLOR #1C714D

HEX: #1C714D RGB: (28,113,77)

Color info

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

RGB color model

#1C714D color RGB value is (28,113,77).

RGB: (28,113,77) (11%, 44%, 30%)

RGB channels and saturation

R 28 of 255 = 11%
G 113 of 255 = 44%
B 77 of 255 = 30%

28
113
77

R + G + B ~ 28%. #1C714D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 113 + 77 = 218 (100%)
R 28 of 218 ~ 12.84%
G 113 of 218 ~ 51.83%
B 77 of 218 ~ 35.32'%

%12.84
%51.83
%35.32

CMYK color model

#1C714D color CMYK value is (75,0,32,56).

  • cyan value is 75.22%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 55.69%

CMYK: (75,0,32,56)
C75M0Y32K56 (75%, 0%, 32%, 56%)
(0.75 / 0.00 / 0.32 / 0.56)

CMYK percentages

%75.22
%0
%31.86
%55.69

Codes

Color #1C714D in popluar color models

1C 71 4D
RGB 28 113 77
HSL 155° 60.28% 27.65%
HSB/HSV 155° 75.22% 44.31%
CMYK 75.22% 0.00% 31.86%
55.69%

Color #1C714D in popluar number systems.

HEX 1C 71 4D
Decimal 28 113 77
Binary 11100 1110001 1001101
Octal 34 161 115

Shades and tints

Shades of #1C714D

#1C714D
(28,113,77)
#1A6746
(26,103,70)
#185D3F
(24,93,63)
#165338
(22,83,56)
#144931
(20,73,49)
#123F2A
(18,63,42)
#103523
(16,53,35)
#0E2B1C
(14,43,28)
#0C2115
(12,33,21)
#0A170E
(10,23,14)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #1C714D

#1C714D
(28,113,77)
#307D5D
(48,125,93)
#44896D
(68,137,109)
#58957D
(88,149,125)
#6CA18D
(108,161,141)
#80AD9D
(128,173,157)
#94B9AD
(148,185,173)
#A8C5BD
(168,197,189)
#BCD1CD
(188,209,205)
#D0DDDD
(208,221,221)
#E4E9ED
(228,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C714D; }

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

This text font color is #1C714D.

Background Color

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

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

This div background color is #1C714D.

Border color

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

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

This div border color is #1C714D.

Opacity

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

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

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

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

This text has shadow with #1C714D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C714D.

Preview

Color preview on black background

This text has color #1C714D on black background.


Color preview on white background

This text has color #1C714D on white background.


Black color preview on #1C714D background

This text has black color on #1C714D background.


White color preview on #1C714D background

This text has white color on #1C714D background.


Related colors

Complementary color

Complementary color for #hex is #E38EB2.


I love getcolorcode.com

Triadic colors

1 #4D1C71 and #714D1C with #1C714D are triadic colors.

2 #4D711C and #711C4D with #1C714D are triadic colors.