COLOR #1C352D

HEX: #1C352D
RGB: (28,53,45)

Color info

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

RGB color model

#1C352D color RGB value is (28,53,45).

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

RGB channels and saturation

R 28 of 255 = 11%
G 53 of 255 = 21%
B 45 of 255 = 18%

28
53
45

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

Portions of RGB colors in percentages

R + G + B =
28 + 53 + 45 = 126 (100%)
R 28 of 126 ~ 22.22%
G 53 of 126 ~ 42.06%
B 45 of 126 ~ 35.71%

%22.22
%42.06
%35.71

CMYK color model

#1C352D color CMYK value is (47,0,15,79).

  • cyan value is 47.17%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 79.22%
CMYK:
(47,0,15,79)
C47M0Y15K79 
(47%,0%,15%,79%)
(0.47/0.00/0.15/0.79)	

CMYK percentages

%47.17
%0
%15.09
%79.22

Codes

Color #1C352D in popluar color models

1C352D
RGB285345
HSL161°30.86%15.88%
HSB/HSV161°47.17%20.78%
CMYK47.17%0.00%15.09%
79.22%

Color #1C352D in popluar number systems.

HEX1C352D
Decimal285345
Binary11100110101101101
Octal346555

Shades and tints

Shades of #1C352D

#1C352D
(28,53,45)
#1A3129
(26,49,41)
#182D25
(24,45,37)
#162921
(22,41,33)
#14251D
(20,37,29)
#122119
(18,33,25)
#101D15
(16,29,21)
#0E1911
(14,25,17)
#0C150D
(12,21,13)
#0A1109
(10,17,9)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #1C352D

#1C352D
(28,53,45)
#304740
(48,71,64)
#445953
(68,89,83)
#586B66
(88,107,102)
#6C7D79
(108,125,121)
#808F8C
(128,143,140)
#94A19F
(148,161,159)
#A8B3B2
(168,179,178)
#BCC5C5
(188,197,197)
#D0D7D8
(208,215,216)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C352D; }

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

This text font color is #1C352D.


Background Color

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

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

This div background color is #1C352D.


Border color

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

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

This div border color is #1C352D.


Opacity

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

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

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

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

This text has shadow with #1C352D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C352D on black background.


Color preview on white background

This text has color #1C352D on white background.



Black color preview on #1C352D background

This text has black color on #1C352D background.


White color preview on #1C352D background

This text has white color on #1C352D background.