COLOR #1C363A

HEX: #1C363A
RGB: (28,54,58)

Color info

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

RGB color model

#1C363A color RGB value is (28,54,58).

  • red value is 28;
  • green value is 54;
  • blue value is 58.
RGB:
(28,54,58)
(11%,21%,23%)

RGB channels and saturation

R 28 of 255 = 11%
G 54 of 255 = 21%
B 58 of 255 = 23%

28
54
58

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

Portions of RGB colors in percentages

R + G + B =
28 + 54 + 58 = 140 (100%)
R 28 of 140 ~ 20%
G 54 of 140 ~ 38.57%
B 58 of 140 ~ 41.43%

%20
%38.57
%41.43

CMYK color model

#1C363A color CMYK value is (52,7,0,77).

  • cyan value is 51.72%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(52,7,0,77)
C52M7Y0K77 
(52%,7%,0%,77%)
(0.52/0.07/0.00/0.77)	

CMYK percentages

%51.72
%6.9
%0
%77.25

Codes

Color #1C363A in popluar color models

1C363A
RGB285458
HSL188°34.88%16.86%
HSB/HSV188°51.72%22.75%
CMYK51.72%6.90%0.00%
77.25%

Color #1C363A in popluar number systems.

HEX1C363A
Decimal285458
Binary11100110110111010
Octal346672

Shades and tints

Shades of #1C363A

#1C363A
(28,54,58)
#1A3235
(26,50,53)
#182E30
(24,46,48)
#162A2B
(22,42,43)
#142626
(20,38,38)
#122221
(18,34,33)
#101E1C
(16,30,28)
#0E1A17
(14,26,23)
#0C1612
(12,22,18)
#0A120D
(10,18,13)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #1C363A

#1C363A
(28,54,58)
#30484B
(48,72,75)
#445A5C
(68,90,92)
#586C6D
(88,108,109)
#6C7E7E
(108,126,126)
#80908F
(128,144,143)
#94A2A0
(148,162,160)
#A8B4B1
(168,180,177)
#BCC6C2
(188,198,194)
#D0D8D3
(208,216,211)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C363A color. Also use rgb(28,54,58) instead hex code.

Text Font Color

.myTextColor { color: #1C363A; }

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

This text font color is #1C363A.


Background Color

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

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

This div background color is #1C363A.


Border color

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

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

This div border color is #1C363A.


Opacity

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

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

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

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

This text has shadow with #1C363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C363A on black background.


Color preview on white background

This text has color #1C363A on white background.



Black color preview on #1C363A background

This text has black color on #1C363A background.


White color preview on #1C363A background

This text has white color on #1C363A background.