COLOR #1C3E24

HEX: #1C3E24 RGB: (28,62,36)

Color info

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

RGB color model

#1C3E24 color RGB value is (28,62,36).

RGB: (28,62,36) (11%, 24%, 14%)

RGB channels and saturation

R 28 of 255 = 11%
G 62 of 255 = 24%
B 36 of 255 = 14%

28
62
36

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

Portions of RGB colors in percentages

R + G + B = 28 + 62 + 36 = 126 (100%)
R 28 of 126 ~ 22.22%
G 62 of 126 ~ 49.21%
B 36 of 126 ~ 28.57'%

%22.22
%49.21
%28.57

CMYK color model

#1C3E24 color CMYK value is (55,0,42,76).

  • cyan value is 54.84%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 75.69%

CMYK: (55,0,42,76)
C55M0Y42K76 (55%, 0%, 42%, 76%)
(0.55 / 0.00 / 0.42 / 0.76)

CMYK percentages

%54.84
%0
%41.94
%75.69

Codes

Color #1C3E24 in popluar color models

1C 3E 24
RGB 28 62 36
HSL 134° 37.78% 17.65%
HSB/HSV 134° 54.84% 24.31%
CMYK 54.84% 0.00% 41.94%
75.69%

Color #1C3E24 in popluar number systems.

HEX 1C 3E 24
Decimal 28 62 36
Binary 11100 111110 100100
Octal 34 76 44

Shades and tints

Shades of #1C3E24

#1C3E24
(28,62,36)
#1A3921
(26,57,33)
#18341E
(24,52,30)
#162F1B
(22,47,27)
#142A18
(20,42,24)
#122515
(18,37,21)
#102012
(16,32,18)
#0E1B0F
(14,27,15)
#0C160C
(12,22,12)
#0A1109
(10,17,9)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #1C3E24

#1C3E24
(28,62,36)
#304F37
(48,79,55)
#44604A
(68,96,74)
#58715D
(88,113,93)
#6C8270
(108,130,112)
#809383
(128,147,131)
#94A496
(148,164,150)
#A8B5A9
(168,181,169)
#BCC6BC
(188,198,188)
#D0D7CF
(208,215,207)
#E4E8E2
(228,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3E24 color. Also use rgb(28,62,36) instead hex code.

Text Font Color

.myTextColor { color: #1C3E24; }

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

This text font color is #1C3E24.

Background Color

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

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

This div background color is #1C3E24.

Border color

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

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

This div border color is #1C3E24.

Opacity

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

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

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

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

This text has shadow with #1C3E24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C3E24.

Preview

Color preview on black background

This text has color #1C3E24 on black background.


Color preview on white background

This text has color #1C3E24 on white background.


Black color preview on #1C3E24 background

This text has black color on #1C3E24 background.


White color preview on #1C3E24 background

This text has white color on #1C3E24 background.


Related colors

Complementary color

Complementary color for #hex is #E3C1DB.


I love getcolorcode.com

Triadic colors

1 #241C3E and #3E241C with #1C3E24 are triadic colors.

2 #243E1C and #3E1C24 with #1C3E24 are triadic colors.