COLOR #1C592D

HEX: #1C592D RGB: (28,89,45)

Color info

#1C592D contains mainly green and blue colors. Web safe color of #1C592D is #336633 (or #363).

RGB color model

#1C592D color RGB value is (28,89,45).

RGB: (28,89,45) (11%, 35%, 18%)

RGB channels and saturation

R 28 of 255 = 11%
G 89 of 255 = 35%
B 45 of 255 = 18%

28
89
45

R + G + B ~ 21%. #1C592D is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 89 + 45 = 162 (100%)
R 28 of 162 ~ 17.28%
G 89 of 162 ~ 54.94%
B 45 of 162 ~ 27.78'%

%17.28
%54.94
%27.78

CMYK color model

#1C592D color CMYK value is (69,0,49,65).

  • cyan value is 68.54%
  • magenta value is 0.00%
  • yellow value is 49.44%
  • key color value is 65.10%
CMYK: (69,0,49,65) C69M0Y49K65 (69%,0%,49%,65%) (0.69/0.00/0.49/0.65) 

CMYK percentages

%68.54
%0
%49.44
%65.1

Codes

Color #1C592D in popluar color models

1C 59 2D
RGB 28 89 45
HSL 137° 52.14% 22.94%
HSB/HSV 137° 68.54% 34.90%
CMYK 68.54% 0.00% 49.44%
65.10%

Color #1C592D in popluar number systems.

HEX 1C 59 2D
Decimal 28 89 45
Binary 11100 1011001 101101
Octal 34 131 55

Shades and tints

Shades of #1C592D

#1C592D
(28,89,45)
#1A5129
(26,81,41)
#184925
(24,73,37)
#164121
(22,65,33)
#14391D
(20,57,29)
#123119
(18,49,25)
#102915
(16,41,21)
#0E2111
(14,33,17)
#0C190D
(12,25,13)
#0A1109
(10,17,9)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #1C592D

#1C592D
(28,89,45)
#306840
(48,104,64)
#447753
(68,119,83)
#588666
(88,134,102)
#6C9579
(108,149,121)
#80A48C
(128,164,140)
#94B39F
(148,179,159)
#A8C2B2
(168,194,178)
#BCD1C5
(188,209,197)
#D0E0D8
(208,224,216)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C592D color. Also use rgb(28,89,45) instead hex code.

Text Font Color

.myTextColor { color: #1C592D; }

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

This text font color is #1C592D.

Background Color

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

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

This div background color is #1C592D.

Border color

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

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

This div border color is #1C592D.

Opacity

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

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

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

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

This text has shadow with #1C592D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C592D.

Preview

Color preview on black background

This text has color #1C592D on black background.


Color preview on white background

This text has color #1C592D on white background.


Black color preview on #1C592D background

This text has black color on #1C592D background.


White color preview on #1C592D background

This text has white color on #1C592D background.


Related colors

Complementary color

Complementary color for #hex is #E3A6D2.


I love getcolorcode.com

Triadic colors

1 #2D1C59 and #592D1C with #1C592D are triadic colors.

2 #2D591C and #591C2D with #1C592D are triadic colors.