COLOR #1C7352

HEX: #1C7352
RGB: (28,115,82)

Color info

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

RGB color model

#1C7352 color RGB value is (28,115,82).

  • red value is 28;
  • green value is 115;
  • blue value is 82.
RGB:
(28,115,82)
(11%,45%,32%)

RGB channels and saturation

R 28 of 255 = 11%
G 115 of 255 = 45%
B 82 of 255 = 32%

28
115
82

R + G + B ~ 29%. #1C7352 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 115 + 82 = 225 (100%)
R 28 of 225 ~ 12.44%
G 115 of 225 ~ 51.11%
B 82 of 225 ~ 36.44%

%12.44
%51.11
%36.44

CMYK color model

#1C7352 color CMYK value is (76,0,29,55).

  • cyan value is 75.65%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 54.90%
CMYK:
(76,0,29,55)
C76M0Y29K55 
(76%,0%,29%,55%)
(0.76/0.00/0.29/0.55)	

CMYK percentages

%75.65
%0
%28.7
%54.9

Codes

Color #1C7352 in popluar color models

1C7352
RGB2811582
HSL157°60.84%28.04%
HSB/HSV157°75.65%45.10%
CMYK75.65%0.00%28.70%
54.90%

Color #1C7352 in popluar number systems.

HEX1C7352
Decimal2811582
Binary1110011100111010010
Octal34163122

Shades and tints

Shades of #1C7352

#1C7352
(28,115,82)
#1A694B
(26,105,75)
#185F44
(24,95,68)
#16553D
(22,85,61)
#144B36
(20,75,54)
#12412F
(18,65,47)
#103728
(16,55,40)
#0E2D21
(14,45,33)
#0C231A
(12,35,26)
#0A1913
(10,25,19)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #1C7352

#1C7352
(28,115,82)
#307F61
(48,127,97)
#448B70
(68,139,112)
#58977F
(88,151,127)
#6CA38E
(108,163,142)
#80AF9D
(128,175,157)
#94BBAC
(148,187,172)
#A8C7BB
(168,199,187)
#BCD3CA
(188,211,202)
#D0DFD9
(208,223,217)
#E4EBE8
(228,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7352 color. Also use rgb(28,115,82) instead hex code.

Text Font Color

.myTextColor { color: #1C7352; }

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

This text font color is #1C7352.


Background Color

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

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

This div background color is #1C7352.


Border color

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

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

This div border color is #1C7352.


Opacity

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

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

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

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

This text has shadow with #1C7352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7352 on black background.


Color preview on white background

This text has color #1C7352 on white background.



Black color preview on #1C7352 background

This text has black color on #1C7352 background.


White color preview on #1C7352 background

This text has white color on #1C7352 background.