COLOR #1C552C

HEX: #1C552C RGB: (28,85,44)

Color info

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

RGB color model

#1C552C color RGB value is (28,85,44).

RGB: (28,85,44) (11%, 33%, 17%)

RGB channels and saturation

R 28 of 255 = 11%
G 85 of 255 = 33%
B 44 of 255 = 17%

28
85
44

R + G + B ~ 20%. #1C552C is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 85 + 44 = 157 (100%)
R 28 of 157 ~ 17.83%
G 85 of 157 ~ 54.14%
B 44 of 157 ~ 28.03'%

%17.83
%54.14
%28.03

CMYK color model

#1C552C color CMYK value is (67,0,48,67).

  • cyan value is 67.06%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 66.67%

CMYK: (67,0,48,67)
C67M0Y48K67 (67%, 0%, 48%, 67%)
(0.67 / 0.00 / 0.48 / 0.67)

CMYK percentages

%67.06
%0
%48.24
%66.67

Codes

Color #1C552C in popluar color models

1C 55 2C
RGB 28 85 44
HSL 137° 50.44% 22.16%
HSB/HSV 137° 67.06% 33.33%
CMYK 67.06% 0.00% 48.24%
66.67%

Color #1C552C in popluar number systems.

HEX 1C 55 2C
Decimal 28 85 44
Binary 11100 1010101 101100
Octal 34 125 54

Shades and tints

Shades of #1C552C

#1C552C
(28,85,44)
#1A4E28
(26,78,40)
#184724
(24,71,36)
#164020
(22,64,32)
#14391C
(20,57,28)
#123218
(18,50,24)
#102B14
(16,43,20)
#0E2410
(14,36,16)
#0C1D0C
(12,29,12)
#0A1608
(10,22,8)
#080F04
(8,15,4)
#000000
(0,0,0)

Tints of #1C552C

#1C552C
(28,85,44)
#30643F
(48,100,63)
#447352
(68,115,82)
#588265
(88,130,101)
#6C9178
(108,145,120)
#80A08B
(128,160,139)
#94AF9E
(148,175,158)
#A8BEB1
(168,190,177)
#BCCDC4
(188,205,196)
#D0DCD7
(208,220,215)
#E4EBEA
(228,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C552C color. Also use rgb(28,85,44) instead hex code.

Text Font Color

.myTextColor { color: #1C552C; }

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

This text font color is #1C552C.

Background Color

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

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

This div background color is #1C552C.

Border color

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

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

This div border color is #1C552C.

Opacity

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

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

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

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

This text has shadow with #1C552C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C552C.

Preview

Color preview on black background

This text has color #1C552C on black background.


Color preview on white background

This text has color #1C552C on white background.


Black color preview on #1C552C background

This text has black color on #1C552C background.


White color preview on #1C552C background

This text has white color on #1C552C background.


Related colors

Complementary color

Complementary color for #hex is #E3AAD3.


I love getcolorcode.com

Triadic colors

1 #2C1C55 and #552C1C with #1C552C are triadic colors.

2 #2C551C and #551C2C with #1C552C are triadic colors.