COLOR #1C6536

HEX: #1C6536
RGB: (28,101,54)

Color info

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

RGB color model

#1C6536 color RGB value is (28,101,54).

  • red value is 28;
  • green value is 101;
  • blue value is 54.
RGB:
(28,101,54)
(11%,40%,21%)

RGB channels and saturation

R 28 of 255 = 11%
G 101 of 255 = 40%
B 54 of 255 = 21%

28
101
54

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

Portions of RGB colors in percentages

R + G + B =
28 + 101 + 54 = 183 (100%)
R 28 of 183 ~ 15.3%
G 101 of 183 ~ 55.19%
B 54 of 183 ~ 29.51%

%15.3
%55.19
%29.51

CMYK color model

#1C6536 color CMYK value is (72,0,47,60).

  • cyan value is 72.28%
  • magenta value is 0.00%
  • yellow value is 46.53%
  • key color value is 60.39%
CMYK:
(72,0,47,60)
C72M0Y47K60 
(72%,0%,47%,60%)
(0.72/0.00/0.47/0.60)	

CMYK percentages

%72.28
%0
%46.53
%60.39

Codes

Color #1C6536 in popluar color models

1C6536
RGB2810154
HSL141°56.59%25.29%
HSB/HSV141°72.28%39.61%
CMYK72.28%0.00%46.53%
60.39%

Color #1C6536 in popluar number systems.

HEX1C6536
Decimal2810154
Binary111001100101110110
Octal3414566

Shades and tints

Shades of #1C6536

#1C6536
(28,101,54)
#1A5C32
(26,92,50)
#18532E
(24,83,46)
#164A2A
(22,74,42)
#144126
(20,65,38)
#123822
(18,56,34)
#102F1E
(16,47,30)
#0E261A
(14,38,26)
#0C1D16
(12,29,22)
#0A1412
(10,20,18)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #1C6536

#1C6536
(28,101,54)
#307348
(48,115,72)
#44815A
(68,129,90)
#588F6C
(88,143,108)
#6C9D7E
(108,157,126)
#80AB90
(128,171,144)
#94B9A2
(148,185,162)
#A8C7B4
(168,199,180)
#BCD5C6
(188,213,198)
#D0E3D8
(208,227,216)
#E4F1EA
(228,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6536 color. Also use rgb(28,101,54) instead hex code.

Text Font Color

.myTextColor { color: #1C6536; }

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

This text font color is #1C6536.


Background Color

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

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

This div background color is #1C6536.


Border color

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

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

This div border color is #1C6536.


Opacity

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

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

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

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

This text has shadow with #1C6536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6536 on black background.


Color preview on white background

This text has color #1C6536 on white background.



Black color preview on #1C6536 background

This text has black color on #1C6536 background.


White color preview on #1C6536 background

This text has white color on #1C6536 background.