COLOR #1C2A23

HEX: #1C2A23
RGB: (28,42,35)

Color info

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

RGB color model

#1C2A23 color RGB value is (28,42,35).

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

RGB channels and saturation

R 28 of 255 = 11%
G 42 of 255 = 16%
B 35 of 255 = 14%

28
42
35

R + G + B ~ 14%. #1C2A23 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 42 + 35 = 105 (100%)
R 28 of 105 ~ 26.67%
G 42 of 105 ~ 40%
B 35 of 105 ~ 33.33%

%26.67
%40
%33.33

CMYK color model

#1C2A23 color CMYK value is (33,0,17,84).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 83.53%
CMYK:
(33,0,17,84)
C33M0Y17K84 
(33%,0%,17%,84%)
(0.33/0.00/0.17/0.84)	

CMYK percentages

%33.33
%0
%16.67
%83.53

Codes

Color #1C2A23 in popluar color models

1C2A23
RGB284235
HSL150°20.00%13.73%
HSB/HSV150°33.33%16.47%
CMYK33.33%0.00%16.67%
83.53%

Color #1C2A23 in popluar number systems.

HEX1C2A23
Decimal284235
Binary11100101010100011
Octal345243

Shades and tints

Shades of #1C2A23

#1C2A23
(28,42,35)
#1A2720
(26,39,32)
#18241D
(24,36,29)
#16211A
(22,33,26)
#141E17
(20,30,23)
#121B14
(18,27,20)
#101811
(16,24,17)
#0E150E
(14,21,14)
#0C120B
(12,18,11)
#0A0F08
(10,15,8)
#080C05
(8,12,5)
#000000
(0,0,0)

Tints of #1C2A23

#1C2A23
(28,42,35)
#303D37
(48,61,55)
#44504B
(68,80,75)
#58635F
(88,99,95)
#6C7673
(108,118,115)
#808987
(128,137,135)
#949C9B
(148,156,155)
#A8AFAF
(168,175,175)
#BCC2C3
(188,194,195)
#D0D5D7
(208,213,215)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2A23; }

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

This text font color is #1C2A23.


Background Color

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

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

This div background color is #1C2A23.


Border color

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

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

This div border color is #1C2A23.


Opacity

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

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

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

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

This text has shadow with #1C2A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2A23 on black background.


Color preview on white background

This text has color #1C2A23 on white background.



Black color preview on #1C2A23 background

This text has black color on #1C2A23 background.


White color preview on #1C2A23 background

This text has white color on #1C2A23 background.