COLOR #1C3528

HEX: #1C3528 RGB: (28,53,40)

Color info

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

RGB color model

#1C3528 color RGB value is (28,53,40).

RGB: (28,53,40) (11%, 21%, 16%)

RGB channels and saturation

R 28 of 255 = 11%
G 53 of 255 = 21%
B 40 of 255 = 16%

28
53
40

R + G + B ~ 16%. #1C3528 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 53 + 40 = 121 (100%)
R 28 of 121 ~ 23.14%
G 53 of 121 ~ 43.8%
B 40 of 121 ~ 33.06'%

%23.14
%43.8
%33.06

CMYK color model

#1C3528 color CMYK value is (47,0,25,79).

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

CMYK: (47,0,25,79)
C47M0Y25K79 (47%, 0%, 25%, 79%)
(0.47 / 0.00 / 0.25 / 0.79)

CMYK percentages

%47.17
%0
%24.53
%79.22

Codes

Color #1C3528 in popluar color models

1C 35 28
RGB 28 53 40
HSL 149° 30.86% 15.88%
HSB/HSV 149° 47.17% 20.78%
CMYK 47.17% 0.00% 24.53%
79.22%

Color #1C3528 in popluar number systems.

HEX 1C 35 28
Decimal 28 53 40
Binary 11100 110101 101000
Octal 34 65 50

Shades and tints

Shades of #1C3528

#1C3528
(28,53,40)
#1A3125
(26,49,37)
#182D22
(24,45,34)
#16291F
(22,41,31)
#14251C
(20,37,28)
#122119
(18,33,25)
#101D16
(16,29,22)
#0E1913
(14,25,19)
#0C1510
(12,21,16)
#0A110D
(10,17,13)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #1C3528

#1C3528
(28,53,40)
#30473B
(48,71,59)
#44594E
(68,89,78)
#586B61
(88,107,97)
#6C7D74
(108,125,116)
#808F87
(128,143,135)
#94A19A
(148,161,154)
#A8B3AD
(168,179,173)
#BCC5C0
(188,197,192)
#D0D7D3
(208,215,211)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3528; }

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

This text font color is #1C3528.

Background Color

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

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

This div background color is #1C3528.

Border color

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

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

This div border color is #1C3528.

Opacity

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

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

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

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

This text has shadow with #1C3528 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C3528.

Preview

Color preview on black background

This text has color #1C3528 on black background.


Color preview on white background

This text has color #1C3528 on white background.


Black color preview on #1C3528 background

This text has black color on #1C3528 background.


White color preview on #1C3528 background

This text has white color on #1C3528 background.


Related colors

Complementary color

Complementary color for #hex is #E3CAD7.


I love getcolorcode.com

Triadic colors

1 #281C35 and #35281C with #1C3528 are triadic colors.

2 #28351C and #351C28 with #1C3528 are triadic colors.