COLOR #1C3135

HEX: #1C3135
RGB: (28,49,53)

Color info

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

RGB color model

#1C3135 color RGB value is (28,49,53).

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

RGB channels and saturation

R 28 of 255 = 11%
G 49 of 255 = 19%
B 53 of 255 = 21%

28
49
53

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

Portions of RGB colors in percentages

R + G + B =
28 + 49 + 53 = 130 (100%)
R 28 of 130 ~ 21.54%
G 49 of 130 ~ 37.69%
B 53 of 130 ~ 40.77%

%21.54
%37.69
%40.77

CMYK color model

#1C3135 color CMYK value is (47,8,0,79).

  • cyan value is 47.17%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(47,8,0,79)
C47M8Y0K79 
(47%,8%,0%,79%)
(0.47/0.08/0.00/0.79)	

CMYK percentages

%47.17
%7.55
%0
%79.22

Codes

Color #1C3135 in popluar color models

1C3135
RGB284953
HSL190°30.86%15.88%
HSB/HSV190°47.17%20.78%
CMYK47.17%7.55%0.00%
79.22%

Color #1C3135 in popluar number systems.

HEX1C3135
Decimal284953
Binary11100110001110101
Octal346165

Shades and tints

Shades of #1C3135

#1C3135
(28,49,53)
#1A2D31
(26,45,49)
#18292D
(24,41,45)
#162529
(22,37,41)
#142125
(20,33,37)
#121D21
(18,29,33)
#10191D
(16,25,29)
#0E1519
(14,21,25)
#0C1115
(12,17,21)
#0A0D11
(10,13,17)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #1C3135

#1C3135
(28,49,53)
#304347
(48,67,71)
#445559
(68,85,89)
#58676B
(88,103,107)
#6C797D
(108,121,125)
#808B8F
(128,139,143)
#949DA1
(148,157,161)
#A8AFB3
(168,175,179)
#BCC1C5
(188,193,197)
#D0D3D7
(208,211,215)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3135; }

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

This text font color is #1C3135.


Background Color

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

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

This div background color is #1C3135.


Border color

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

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

This div border color is #1C3135.


Opacity

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

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

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

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

This text has shadow with #1C3135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3135 on black background.


Color preview on white background

This text has color #1C3135 on white background.



Black color preview on #1C3135 background

This text has black color on #1C3135 background.


White color preview on #1C3135 background

This text has white color on #1C3135 background.