COLOR #1C2835

HEX: #1C2835
RGB: (28,40,53)

Color info

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

RGB color model

#1C2835 color RGB value is (28,40,53).

  • red value is 28;
  • green value is 40;
  • blue value is 53.
RGB:
(28,40,53)
(11%,16%,21%)

RGB channels and saturation

R 28 of 255 = 11%
G 40 of 255 = 16%
B 53 of 255 = 21%

28
40
53

R + G + B ~ 16%. #1C2835 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 40 + 53 = 121 (100%)
R 28 of 121 ~ 23.14%
G 40 of 121 ~ 33.06%
B 53 of 121 ~ 43.8%

%23.14
%33.06
%43.8

CMYK color model

#1C2835 color CMYK value is (47,25,0,79).

  • cyan value is 47.17%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(47,25,0,79)
C47M25Y0K79 
(47%,25%,0%,79%)
(0.47/0.25/0.00/0.79)	

CMYK percentages

%47.17
%24.53
%0
%79.22

Codes

Color #1C2835 in popluar color models

1C2835
RGB284053
HSL211°30.86%15.88%
HSB/HSV211°47.17%20.78%
CMYK47.17%24.53%0.00%
79.22%

Color #1C2835 in popluar number systems.

HEX1C2835
Decimal284053
Binary11100101000110101
Octal345065

Shades and tints

Shades of #1C2835

#1C2835
(28,40,53)
#1A2531
(26,37,49)
#18222D
(24,34,45)
#161F29
(22,31,41)
#141C25
(20,28,37)
#121921
(18,25,33)
#10161D
(16,22,29)
#0E1319
(14,19,25)
#0C1015
(12,16,21)
#0A0D11
(10,13,17)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #1C2835

#1C2835
(28,40,53)
#303B47
(48,59,71)
#444E59
(68,78,89)
#58616B
(88,97,107)
#6C747D
(108,116,125)
#80878F
(128,135,143)
#949AA1
(148,154,161)
#A8ADB3
(168,173,179)
#BCC0C5
(188,192,197)
#D0D3D7
(208,211,215)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2835 color. Also use rgb(28,40,53) instead hex code.

Text Font Color

.myTextColor { color: #1C2835; }

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

This text font color is #1C2835.


Background Color

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

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

This div background color is #1C2835.


Border color

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

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

This div border color is #1C2835.


Opacity

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

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

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

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

This text has shadow with #1C2835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2835 on black background.


Color preview on white background

This text has color #1C2835 on white background.



Black color preview on #1C2835 background

This text has black color on #1C2835 background.


White color preview on #1C2835 background

This text has white color on #1C2835 background.