COLOR #1C3335

HEX: #1C3335 RGB: (28,51,53)

Color info

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

RGB color model

#1C3335 color RGB value is (28,51,53).

RGB: (28,51,53) (11%, 20%, 21%)

RGB channels and saturation

R 28 of 255 = 11%
G 51 of 255 = 20%
B 53 of 255 = 21%

28
51
53

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

Portions of RGB colors in percentages

R + G + B = 28 + 51 + 53 = 132 (100%)
R 28 of 132 ~ 21.21%
G 51 of 132 ~ 38.64%
B 53 of 132 ~ 40.15'%

%21.21
%38.64
%40.15

CMYK color model

#1C3335 color CMYK value is (47,4,0,79).

  • cyan value is 47.17%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (47,4,0,79)
C47M4Y0K79 (47%, 4%, 0%, 79%)
(0.47 / 0.04 / 0.00 / 0.79)

CMYK percentages

%47.17
%3.77
%0
%79.22

Codes

Color #1C3335 in popluar color models

1C 33 35
RGB 28 51 53
HSL 185° 30.86% 15.88%
HSB/HSV 185° 47.17% 20.78%
CMYK 47.17% 3.77% 0.00%
79.22%

Color #1C3335 in popluar number systems.

HEX 1C 33 35
Decimal 28 51 53
Binary 11100 110011 110101
Octal 34 63 65

Shades and tints

Shades of #1C3335

#1C3335
(28,51,53)
#1A2F31
(26,47,49)
#182B2D
(24,43,45)
#162729
(22,39,41)
#142325
(20,35,37)
#121F21
(18,31,33)
#101B1D
(16,27,29)
#0E1719
(14,23,25)
#0C1315
(12,19,21)
#0A0F11
(10,15,17)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #1C3335

#1C3335
(28,51,53)
#304547
(48,69,71)
#445759
(68,87,89)
#58696B
(88,105,107)
#6C7B7D
(108,123,125)
#808D8F
(128,141,143)
#949FA1
(148,159,161)
#A8B1B3
(168,177,179)
#BCC3C5
(188,195,197)
#D0D5D7
(208,213,215)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3335; }

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

This text font color is #1C3335.

Background Color

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

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

This div background color is #1C3335.

Border color

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

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

This div border color is #1C3335.

Opacity

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

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

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

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

This text has shadow with #1C3335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C3335.

Preview

Color preview on black background

This text has color #1C3335 on black background.


Color preview on white background

This text has color #1C3335 on white background.


Black color preview on #1C3335 background

This text has black color on #1C3335 background.


White color preview on #1C3335 background

This text has white color on #1C3335 background.


Related colors

Complementary color

Complementary color for #hex is #E3CCCA.


I love getcolorcode.com

Triadic colors

1 #351C33 and #33351C with #1C3335 are triadic colors.

2 #35331C and #331C35 with #1C3335 are triadic colors.