COLOR #1C372D

HEX: #1C372D
RGB: (28,55,45)

Color info

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

RGB color model

#1C372D color RGB value is (28,55,45).

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

RGB channels and saturation

R 28 of 255 = 11%
G 55 of 255 = 22%
B 45 of 255 = 18%

28
55
45

R + G + B ~ 17%. #1C372D is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 55 + 45 = 128 (100%)
R 28 of 128 ~ 21.88%
G 55 of 128 ~ 42.97%
B 45 of 128 ~ 35.16%

%21.88
%42.97
%35.16

CMYK color model

#1C372D color CMYK value is (49,0,18,78).

  • cyan value is 49.09%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 78.43%
CMYK:
(49,0,18,78)
C49M0Y18K78 
(49%,0%,18%,78%)
(0.49/0.00/0.18/0.78)	

CMYK percentages

%49.09
%0
%18.18
%78.43

Codes

Color #1C372D in popluar color models

1C372D
RGB285545
HSL158°32.53%16.27%
HSB/HSV158°49.09%21.57%
CMYK49.09%0.00%18.18%
78.43%

Color #1C372D in popluar number systems.

HEX1C372D
Decimal285545
Binary11100110111101101
Octal346755

Shades and tints

Shades of #1C372D

#1C372D
(28,55,45)
#1A3229
(26,50,41)
#182D25
(24,45,37)
#162821
(22,40,33)
#14231D
(20,35,29)
#121E19
(18,30,25)
#101915
(16,25,21)
#0E1411
(14,20,17)
#0C0F0D
(12,15,13)
#0A0A09
(10,10,9)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #1C372D

#1C372D
(28,55,45)
#304940
(48,73,64)
#445B53
(68,91,83)
#586D66
(88,109,102)
#6C7F79
(108,127,121)
#80918C
(128,145,140)
#94A39F
(148,163,159)
#A8B5B2
(168,181,178)
#BCC7C5
(188,199,197)
#D0D9D8
(208,217,216)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C372D; }

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

This text font color is #1C372D.


Background Color

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

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

This div background color is #1C372D.


Border color

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

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

This div border color is #1C372D.


Opacity

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

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

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

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

This text has shadow with #1C372D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C372D on black background.


Color preview on white background

This text has color #1C372D on white background.



Black color preview on #1C372D background

This text has black color on #1C372D background.


White color preview on #1C372D background

This text has white color on #1C372D background.