COLOR #1C2335

HEX: #1C2335
RGB: (28,35,53)

Color info

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

RGB color model

#1C2335 color RGB value is (28,35,53).

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

RGB channels and saturation

R 28 of 255 = 11%
G 35 of 255 = 14%
B 53 of 255 = 21%

28
35
53

R + G + B ~ 15%. #1C2335 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 35 + 53 = 116 (100%)
R 28 of 116 ~ 24.14%
G 35 of 116 ~ 30.17%
B 53 of 116 ~ 45.69%

%24.14
%30.17
%45.69

CMYK color model

#1C2335 color CMYK value is (47,34,0,79).

  • cyan value is 47.17%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(47,34,0,79)
C47M34Y0K79 
(47%,34%,0%,79%)
(0.47/0.34/0.00/0.79)	

CMYK percentages

%47.17
%33.96
%0
%79.22

Codes

Color #1C2335 in popluar color models

1C2335
RGB283553
HSL223°30.86%15.88%
HSB/HSV223°47.17%20.78%
CMYK47.17%33.96%0.00%
79.22%

Color #1C2335 in popluar number systems.

HEX1C2335
Decimal283553
Binary11100100011110101
Octal344365

Shades and tints

Shades of #1C2335

#1C2335
(28,35,53)
#1A2031
(26,32,49)
#181D2D
(24,29,45)
#161A29
(22,26,41)
#141725
(20,23,37)
#121421
(18,20,33)
#10111D
(16,17,29)
#0E0E19
(14,14,25)
#0C0B15
(12,11,21)
#0A0811
(10,8,17)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #1C2335

#1C2335
(28,35,53)
#303747
(48,55,71)
#444B59
(68,75,89)
#585F6B
(88,95,107)
#6C737D
(108,115,125)
#80878F
(128,135,143)
#949BA1
(148,155,161)
#A8AFB3
(168,175,179)
#BCC3C5
(188,195,197)
#D0D7D7
(208,215,215)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2335; }

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

This text font color is #1C2335.


Background Color

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

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

This div background color is #1C2335.


Border color

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

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

This div border color is #1C2335.


Opacity

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

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

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

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

This text has shadow with #1C2335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2335 on black background.


Color preview on white background

This text has color #1C2335 on white background.



Black color preview on #1C2335 background

This text has black color on #1C2335 background.


White color preview on #1C2335 background

This text has white color on #1C2335 background.