COLOR #1C372F

HEX: #1C372F
RGB: (28,55,47)

Color info

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

RGB color model

#1C372F color RGB value is (28,55,47).

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

RGB channels and saturation

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

28
55
47

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

Portions of RGB colors in percentages

R + G + B =
28 + 55 + 47 = 130 (100%)
R 28 of 130 ~ 21.54%
G 55 of 130 ~ 42.31%
B 47 of 130 ~ 36.15%

%21.54
%42.31
%36.15

CMYK color model

#1C372F color CMYK value is (49,0,15,78).

  • cyan value is 49.09%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 78.43%
CMYK:
(49,0,15,78)
C49M0Y15K78 
(49%,0%,15%,78%)
(0.49/0.00/0.15/0.78)	

CMYK percentages

%49.09
%0
%14.55
%78.43

Codes

Color #1C372F in popluar color models

1C372F
RGB285547
HSL162°32.53%16.27%
HSB/HSV162°49.09%21.57%
CMYK49.09%0.00%14.55%
78.43%

Color #1C372F in popluar number systems.

HEX1C372F
Decimal285547
Binary11100110111101111
Octal346757

Shades and tints

Shades of #1C372F

#1C372F
(28,55,47)
#1A322B
(26,50,43)
#182D27
(24,45,39)
#162823
(22,40,35)
#14231F
(20,35,31)
#121E1B
(18,30,27)
#101917
(16,25,23)
#0E1413
(14,20,19)
#0C0F0F
(12,15,15)
#0A0A0B
(10,10,11)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #1C372F

#1C372F
(28,55,47)
#304941
(48,73,65)
#445B53
(68,91,83)
#586D65
(88,109,101)
#6C7F77
(108,127,119)
#809189
(128,145,137)
#94A39B
(148,163,155)
#A8B5AD
(168,181,173)
#BCC7BF
(188,199,191)
#D0D9D1
(208,217,209)
#E4EBE3
(228,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C372F; }

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

This text font color is #1C372F.


Background Color

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

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

This div background color is #1C372F.


Border color

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

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

This div border color is #1C372F.


Opacity

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

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

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

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

This text has shadow with #1C372F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C372F on black background.


Color preview on white background

This text has color #1C372F on white background.



Black color preview on #1C372F background

This text has black color on #1C372F background.


White color preview on #1C372F background

This text has white color on #1C372F background.