COLOR #1C7532

HEX: #1C7532 RGB: (28,117,50)

Color info

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

RGB color model

#1C7532 color RGB value is (28,117,50).

RGB: (28,117,50) (11%, 46%, 20%)

RGB channels and saturation

R 28 of 255 = 11%
G 117 of 255 = 46%
B 50 of 255 = 20%

28
117
50

R + G + B ~ 26%. #1C7532 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 117 + 50 = 195 (100%)
R 28 of 195 ~ 14.36%
G 117 of 195 ~ 60%
B 50 of 195 ~ 25.64'%

%14.36
%60
%25.64

CMYK color model

#1C7532 color CMYK value is (76,0,57,54).

  • cyan value is 76.07%
  • magenta value is 0.00%
  • yellow value is 57.26%
  • key color value is 54.12%
CMYK: (76,0,57,54) C76M0Y57K54 (76%,0%,57%,54%) (0.76/0.00/0.57/0.54) 

CMYK percentages

%76.07
%0
%57.26
%54.12

Codes

Color #1C7532 in popluar color models

1C 75 32
RGB 28 117 50
HSL 135° 61.38% 28.43%
HSB/HSV 135° 76.07% 45.88%
CMYK 76.07% 0.00% 57.26%
54.12%

Color #1C7532 in popluar number systems.

HEX 1C 75 32
Decimal 28 117 50
Binary 11100 1110101 110010
Octal 34 165 62

Shades and tints

Shades of #1C7532

#1C7532
(28,117,50)
#1A6B2E
(26,107,46)
#18612A
(24,97,42)
#165726
(22,87,38)
#144D22
(20,77,34)
#12431E
(18,67,30)
#10391A
(16,57,26)
#0E2F16
(14,47,22)
#0C2512
(12,37,18)
#0A1B0E
(10,27,14)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #1C7532

#1C7532
(28,117,50)
#308144
(48,129,68)
#448D56
(68,141,86)
#589968
(88,153,104)
#6CA57A
(108,165,122)
#80B18C
(128,177,140)
#94BD9E
(148,189,158)
#A8C9B0
(168,201,176)
#BCD5C2
(188,213,194)
#D0E1D4
(208,225,212)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7532; }

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

This text font color is #1C7532.

Background Color

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

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

This div background color is #1C7532.

Border color

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

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

This div border color is #1C7532.

Opacity

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

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

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

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

This text has shadow with #1C7532 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C7532.

Preview

Color preview on black background

This text has color #1C7532 on black background.


Color preview on white background

This text has color #1C7532 on white background.


Black color preview on #1C7532 background

This text has black color on #1C7532 background.


White color preview on #1C7532 background

This text has white color on #1C7532 background.


Related colors

Complementary color

Complementary color for #hex is #E38ACD.


I love getcolorcode.com

Triadic colors

1 #321C75 and #75321C with #1C7532 are triadic colors.

2 #32751C and #751C32 with #1C7532 are triadic colors.