COLOR #1C5238

HEX: #1C5238
RGB: (28,82,56)

Color info

#1C5238 contains red, green and blue colors in about the same proportion. Web safe color of #1C5238 is #336633 (or #363).

RGB color model

#1C5238 color RGB value is (28,82,56).

  • red value is 28;
  • green value is 82;
  • blue value is 56.
RGB:
(28,82,56)
(11%,32%,22%)

RGB channels and saturation

R 28 of 255 = 11%
G 82 of 255 = 32%
B 56 of 255 = 22%

28
82
56

R + G + B ~ 22%. #1C5238 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 82 + 56 = 166 (100%)
R 28 of 166 ~ 16.87%
G 82 of 166 ~ 49.4%
B 56 of 166 ~ 33.73%

%16.87
%49.4
%33.73

CMYK color model

#1C5238 color CMYK value is (66,0,32,68).

  • cyan value is 65.85%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 67.84%
CMYK:
(66,0,32,68)
C66M0Y32K68 
(66%,0%,32%,68%)
(0.66/0.00/0.32/0.68)	

CMYK percentages

%65.85
%0
%31.71
%67.84

Codes

Color #1C5238 in popluar color models

1C5238
RGB288256
HSL151°49.09%21.57%
HSB/HSV151°65.85%32.16%
CMYK65.85%0.00%31.71%
67.84%

Color #1C5238 in popluar number systems.

HEX1C5238
Decimal288256
Binary111001010010111000
Octal3412270

Shades and tints

Shades of #1C5238

#1C5238
(28,82,56)
#1A4B33
(26,75,51)
#18442E
(24,68,46)
#163D29
(22,61,41)
#143624
(20,54,36)
#122F1F
(18,47,31)
#10281A
(16,40,26)
#0E2115
(14,33,21)
#0C1A10
(12,26,16)
#0A130B
(10,19,11)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #1C5238

#1C5238
(28,82,56)
#30614A
(48,97,74)
#44705C
(68,112,92)
#587F6E
(88,127,110)
#6C8E80
(108,142,128)
#809D92
(128,157,146)
#94ACA4
(148,172,164)
#A8BBB6
(168,187,182)
#BCCAC8
(188,202,200)
#D0D9DA
(208,217,218)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5238 color. Also use rgb(28,82,56) instead hex code.

Text Font Color

.myTextColor { color: #1C5238; }

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

This text font color is #1C5238.


Background Color

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

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

This div background color is #1C5238.


Border color

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

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

This div border color is #1C5238.


Opacity

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

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

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

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

This text has shadow with #1C5238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5238 on black background.


Color preview on white background

This text has color #1C5238 on white background.



Black color preview on #1C5238 background

This text has black color on #1C5238 background.


White color preview on #1C5238 background

This text has white color on #1C5238 background.