COLOR #1C6126

HEX: #1C6126
RGB: (28,97,38)

Color info

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

RGB color model

#1C6126 color RGB value is (28,97,38).

  • red value is 28;
  • green value is 97;
  • blue value is 38.
RGB:
(28,97,38)
(11%,38%,15%)

RGB channels and saturation

R 28 of 255 = 11%
G 97 of 255 = 38%
B 38 of 255 = 15%

28
97
38

R + G + B ~ 21%. #1C6126 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 97 + 38 = 163 (100%)
R 28 of 163 ~ 17.18%
G 97 of 163 ~ 59.51%
B 38 of 163 ~ 23.31%

%17.18
%59.51
%23.31

CMYK color model

#1C6126 color CMYK value is (71,0,61,62).

  • cyan value is 71.13%
  • magenta value is 0.00%
  • yellow value is 60.82%
  • key color value is 61.96%
CMYK:
(71,0,61,62)
C71M0Y61K62 
(71%,0%,61%,62%)
(0.71/0.00/0.61/0.62)	

CMYK percentages

%71.13
%0
%60.82
%61.96

Codes

Color #1C6126 in popluar color models

1C6126
RGB289738
HSL129°55.20%24.51%
HSB/HSV129°71.13%38.04%
CMYK71.13%0.00%60.82%
61.96%

Color #1C6126 in popluar number systems.

HEX1C6126
Decimal289738
Binary111001100001100110
Octal3414146

Shades and tints

Shades of #1C6126

#1C6126
(28,97,38)
#1A5923
(26,89,35)
#185120
(24,81,32)
#16491D
(22,73,29)
#14411A
(20,65,26)
#123917
(18,57,23)
#103114
(16,49,20)
#0E2911
(14,41,17)
#0C210E
(12,33,14)
#0A190B
(10,25,11)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #1C6126

#1C6126
(28,97,38)
#306F39
(48,111,57)
#447D4C
(68,125,76)
#588B5F
(88,139,95)
#6C9972
(108,153,114)
#80A785
(128,167,133)
#94B598
(148,181,152)
#A8C3AB
(168,195,171)
#BCD1BE
(188,209,190)
#D0DFD1
(208,223,209)
#E4EDE4
(228,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6126 color. Also use rgb(28,97,38) instead hex code.

Text Font Color

.myTextColor { color: #1C6126; }

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

This text font color is #1C6126.


Background Color

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

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

This div background color is #1C6126.


Border color

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

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

This div border color is #1C6126.


Opacity

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

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

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

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

This text has shadow with #1C6126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6126 on black background.


Color preview on white background

This text has color #1C6126 on white background.



Black color preview on #1C6126 background

This text has black color on #1C6126 background.


White color preview on #1C6126 background

This text has white color on #1C6126 background.