COLOR #1C3937

HEX: #1C3937
RGB: (28,57,55)

Color info

#1C3937 contains red, green and blue colors in about the same proportion. Web safe color of #1C3937 is #333333 (or #333).

RGB color model

#1C3937 color RGB value is (28,57,55).

  • red value is 28;
  • green value is 57;
  • blue value is 55.
RGB:
(28,57,55)
(11%,22%,22%)

RGB channels and saturation

R 28 of 255 = 11%
G 57 of 255 = 22%
B 55 of 255 = 22%

28
57
55

R + G + B ~ 18%. #1C3937 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 57 + 55 = 140 (100%)
R 28 of 140 ~ 20%
G 57 of 140 ~ 40.71%
B 55 of 140 ~ 39.29%

%20
%40.71
%39.29

CMYK color model

#1C3937 color CMYK value is (51,0,4,78).

  • cyan value is 50.88%
  • magenta value is 0.00%
  • yellow value is 3.51%
  • key color value is 77.65%
CMYK:
(51,0,4,78)
C51M0Y4K78 
(51%,0%,4%,78%)
(0.51/0.00/0.04/0.78)	

CMYK percentages

%50.88
%0
%3.51
%77.65

Codes

Color #1C3937 in popluar color models

1C3937
RGB285755
HSL176°34.12%16.67%
HSB/HSV176°50.88%22.35%
CMYK50.88%0.00%3.51%
77.65%

Color #1C3937 in popluar number systems.

HEX1C3937
Decimal285755
Binary11100111001110111
Octal347167

Shades and tints

Shades of #1C3937

#1C3937
(28,57,55)
#1A3432
(26,52,50)
#182F2D
(24,47,45)
#162A28
(22,42,40)
#142523
(20,37,35)
#12201E
(18,32,30)
#101B19
(16,27,25)
#0E1614
(14,22,20)
#0C110F
(12,17,15)
#0A0C0A
(10,12,10)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #1C3937

#1C3937
(28,57,55)
#304B49
(48,75,73)
#445D5B
(68,93,91)
#586F6D
(88,111,109)
#6C817F
(108,129,127)
#809391
(128,147,145)
#94A5A3
(148,165,163)
#A8B7B5
(168,183,181)
#BCC9C7
(188,201,199)
#D0DBD9
(208,219,217)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3937 color. Also use rgb(28,57,55) instead hex code.

Text Font Color

.myTextColor { color: #1C3937; }

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

This text font color is #1C3937.


Background Color

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

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

This div background color is #1C3937.


Border color

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

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

This div border color is #1C3937.


Opacity

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

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

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

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

This text has shadow with #1C3937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3937 on black background.


Color preview on white background

This text has color #1C3937 on white background.



Black color preview on #1C3937 background

This text has black color on #1C3937 background.


White color preview on #1C3937 background

This text has white color on #1C3937 background.