COLOR #1C3523

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

Color info

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

RGB color model

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

RGB: (28,53,35) (11%, 21%, 14%)

RGB channels and saturation

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

28
53
35

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

Portions of RGB colors in percentages

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

%24.14
%45.69
%30.17

CMYK color model

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

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

CMYK percentages

%47.17
%0
%33.96
%79.22

Codes

Color #1C3523 in popluar color models

1C 35 23
RGB 28 53 35
HSL 137° 30.86% 15.88%
HSB/HSV 137° 47.17% 20.78%
CMYK 47.17% 0.00% 33.96%
79.22%

Color #1C3523 in popluar number systems.

HEX 1C 35 23
Decimal 28 53 35
Binary 11100 110101 100011
Octal 34 65 43

Shades and tints

Shades of #1C3523

#1C3523
(28,53,35)
#1A3120
(26,49,32)
#182D1D
(24,45,29)
#16291A
(22,41,26)
#142517
(20,37,23)
#122114
(18,33,20)
#101D11
(16,29,17)
#0E190E
(14,25,14)
#0C150B
(12,21,11)
#0A1108
(10,17,8)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #1C3523

#1C3523
(28,53,35)
#304737
(48,71,55)
#44594B
(68,89,75)
#586B5F
(88,107,95)
#6C7D73
(108,125,115)
#808F87
(128,143,135)
#94A19B
(148,161,155)
#A8B3AF
(168,179,175)
#BCC5C3
(188,197,195)
#D0D7D7
(208,215,215)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3523; }

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

This text font color is #1C3523.

Background Color

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

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

This div background color is #1C3523.

Border color

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

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

This div border color is #1C3523.

Opacity

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

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

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

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

This text has shadow with #1C3523 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C3523.

Preview

Color preview on black background

This text has color #1C3523 on black background.


Color preview on white background

This text has color #1C3523 on white background.


Black color preview on #1C3523 background

This text has black color on #1C3523 background.


White color preview on #1C3523 background

This text has white color on #1C3523 background.


Related colors

Complementary color

Complementary color for #hex is #E3CADC.


I love getcolorcode.com

Triadic colors

1 #231C35 and #35231C with #1C3523 are triadic colors.

2 #23351C and #351C23 with #1C3523 are triadic colors.