COLOR #1C7529

HEX: #1C7529 RGB: (28,117,41)

Color info

#1C7529 contains mainly green color. Web safe color of #1C7529 is #336633 (or #363).

RGB color model

#1C7529 color RGB value is (28,117,41).

RGB: (28,117,41) (11%, 46%, 16%)

RGB channels and saturation

R 28 of 255 = 11%
G 117 of 255 = 46%
B 41 of 255 = 16%

28
117
41

R + G + B ~ 24%. #1C7529 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 117 + 41 = 186 (100%)
R 28 of 186 ~ 15.05%
G 117 of 186 ~ 62.9%
B 41 of 186 ~ 22.04'%

%15.05
%62.9
%22.04

CMYK color model

#1C7529 color CMYK value is (76,0,65,54).

  • cyan value is 76.07%
  • magenta value is 0.00%
  • yellow value is 64.96%
  • key color value is 54.12%

CMYK: (76,0,65,54)
C76M0Y65K54 (76%, 0%, 65%, 54%)
(0.76 / 0.00 / 0.65 / 0.54)

CMYK percentages

%76.07
%0
%64.96
%54.12

Codes

Color #1C7529 in popluar color models

1C 75 29
RGB 28 117 41
HSL 129° 61.38% 28.43%
HSB/HSV 129° 76.07% 45.88%
CMYK 76.07% 0.00% 64.96%
54.12%

Color #1C7529 in popluar number systems.

HEX 1C 75 29
Decimal 28 117 41
Binary 11100 1110101 101001
Octal 34 165 51

Shades and tints

Shades of #1C7529

#1C7529
(28,117,41)
#1A6B26
(26,107,38)
#186123
(24,97,35)
#165720
(22,87,32)
#144D1D
(20,77,29)
#12431A
(18,67,26)
#103917
(16,57,23)
#0E2F14
(14,47,20)
#0C2511
(12,37,17)
#0A1B0E
(10,27,14)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #1C7529

#1C7529
(28,117,41)
#30813C
(48,129,60)
#448D4F
(68,141,79)
#589962
(88,153,98)
#6CA575
(108,165,117)
#80B188
(128,177,136)
#94BD9B
(148,189,155)
#A8C9AE
(168,201,174)
#BCD5C1
(188,213,193)
#D0E1D4
(208,225,212)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7529 color. Also use rgb(28,117,41) instead hex code.

Text Font Color

.myTextColor { color: #1C7529; }

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

This text font color is #1C7529.

Background Color

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

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

This div background color is #1C7529.

Border color

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

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

This div border color is #1C7529.

Opacity

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

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

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

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

This text has shadow with #1C7529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C7529.

Preview

Color preview on black background

This text has color #1C7529 on black background.


Color preview on white background

This text has color #1C7529 on white background.


Black color preview on #1C7529 background

This text has black color on #1C7529 background.


White color preview on #1C7529 background

This text has white color on #1C7529 background.


Related colors

Complementary color

Complementary color for #hex is #E38AD6.


I love getcolorcode.com

Triadic colors

1 #291C75 and #75291C with #1C7529 are triadic colors.

2 #29751C and #751C29 with #1C7529 are triadic colors.