COLOR #1C6541

HEX: #1C6541
RGB: (28,101,65)

Color info

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

RGB color model

#1C6541 color RGB value is (28,101,65).

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

RGB channels and saturation

R 28 of 255 = 11%
G 101 of 255 = 40%
B 65 of 255 = 25%

28
101
65

R + G + B ~ 25%. #1C6541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 101 + 65 = 194 (100%)
R 28 of 194 ~ 14.43%
G 101 of 194 ~ 52.06%
B 65 of 194 ~ 33.51%

%14.43
%52.06
%33.51

CMYK color model

#1C6541 color CMYK value is (72,0,36,60).

  • cyan value is 72.28%
  • magenta value is 0.00%
  • yellow value is 35.64%
  • key color value is 60.39%
CMYK:
(72,0,36,60)
C72M0Y36K60 
(72%,0%,36%,60%)
(0.72/0.00/0.36/0.60)	

CMYK percentages

%72.28
%0
%35.64
%60.39

Codes

Color #1C6541 in popluar color models

1C6541
RGB2810165
HSL150°56.59%25.29%
HSB/HSV150°72.28%39.61%
CMYK72.28%0.00%35.64%
60.39%

Color #1C6541 in popluar number systems.

HEX1C6541
Decimal2810165
Binary1110011001011000001
Octal34145101

Shades and tints

Shades of #1C6541

#1C6541
(28,101,65)
#1A5C3C
(26,92,60)
#185337
(24,83,55)
#164A32
(22,74,50)
#14412D
(20,65,45)
#123828
(18,56,40)
#102F23
(16,47,35)
#0E261E
(14,38,30)
#0C1D19
(12,29,25)
#0A1414
(10,20,20)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #1C6541

#1C6541
(28,101,65)
#307352
(48,115,82)
#448163
(68,129,99)
#588F74
(88,143,116)
#6C9D85
(108,157,133)
#80AB96
(128,171,150)
#94B9A7
(148,185,167)
#A8C7B8
(168,199,184)
#BCD5C9
(188,213,201)
#D0E3DA
(208,227,218)
#E4F1EB
(228,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6541; }

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

This text font color is #1C6541.


Background Color

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

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

This div background color is #1C6541.


Border color

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

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

This div border color is #1C6541.


Opacity

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

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

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

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

This text has shadow with #1C6541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6541 on black background.


Color preview on white background

This text has color #1C6541 on white background.



Black color preview on #1C6541 background

This text has black color on #1C6541 background.


White color preview on #1C6541 background

This text has white color on #1C6541 background.