COLOR #1C4117

HEX: #1C4117
RGB: (28,65,23)

Color info

#1C4117 contains red, green and blue colors in about the same proportion. Web safe color of #1C4117 is #333300 (or #330).

RGB color model

#1C4117 color RGB value is (28,65,23).

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

RGB channels and saturation

R 28 of 255 = 11%
G 65 of 255 = 25%
B 23 of 255 = 9%

28
65
23

R + G + B ~ 15%. #1C4117 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 65 + 23 = 116 (100%)
R 28 of 116 ~ 24.14%
G 65 of 116 ~ 56.03%
B 23 of 116 ~ 19.83%

%24.14
%56.03
%19.83

CMYK color model

#1C4117 color CMYK value is (57,0,65,75).

  • cyan value is 56.92%
  • magenta value is 0.00%
  • yellow value is 64.62%
  • key color value is 74.51%
CMYK:
(57,0,65,75)
C57M0Y65K75 
(57%,0%,65%,75%)
(0.57/0.00/0.65/0.75)	

CMYK percentages

%56.92
%0
%64.62
%74.51

Codes

Color #1C4117 in popluar color models

1C4117
RGB286523
HSL113°47.73%17.25%
HSB/HSV113°64.62%25.49%
CMYK56.92%0.00%64.62%
74.51%

Color #1C4117 in popluar number systems.

HEX1C4117
Decimal286523
Binary11100100000110111
Octal3410127

Shades and tints

Shades of #1C4117

#1C4117
(28,65,23)
#1A3C15
(26,60,21)
#183713
(24,55,19)
#163211
(22,50,17)
#142D0F
(20,45,15)
#12280D
(18,40,13)
#10230B
(16,35,11)
#0E1E09
(14,30,9)
#0C1907
(12,25,7)
#0A1405
(10,20,5)
#080F03
(8,15,3)
#000000
(0,0,0)

Tints of #1C4117

#1C4117
(28,65,23)
#30522C
(48,82,44)
#446341
(68,99,65)
#587456
(88,116,86)
#6C856B
(108,133,107)
#809680
(128,150,128)
#94A795
(148,167,149)
#A8B8AA
(168,184,170)
#BCC9BF
(188,201,191)
#D0DAD4
(208,218,212)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4117; }

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

This text font color is #1C4117.


Background Color

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

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

This div background color is #1C4117.


Border color

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

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

This div border color is #1C4117.


Opacity

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

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

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

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

This text has shadow with #1C4117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4117 on black background.


Color preview on white background

This text has color #1C4117 on white background.



Black color preview on #1C4117 background

This text has black color on #1C4117 background.


White color preview on #1C4117 background

This text has white color on #1C4117 background.