COLOR #1C632E

HEX: #1C632E RGB: (28,99,46)

Color info

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

RGB color model

#1C632E color RGB value is (28,99,46).

RGB: (28,99,46) (11%, 39%, 18%)

RGB channels and saturation

R 28 of 255 = 11%
G 99 of 255 = 39%
B 46 of 255 = 18%

28
99
46

R + G + B ~ 23%. #1C632E is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 99 + 46 = 173 (100%)
R 28 of 173 ~ 16.18%
G 99 of 173 ~ 57.23%
B 46 of 173 ~ 26.59'%

%16.18
%57.23
%26.59

CMYK color model

#1C632E color CMYK value is (72,0,54,61).

  • cyan value is 71.72%
  • magenta value is 0.00%
  • yellow value is 53.54%
  • key color value is 61.18%
CMYK: (72,0,54,61) C72M0Y54K61 (72%,0%,54%,61%) (0.72/0.00/0.54/0.61) 

CMYK percentages

%71.72
%0
%53.54
%61.18

Codes

Color #1C632E in popluar color models

1C 63 2E
RGB 28 99 46
HSL 135° 55.91% 24.90%
HSB/HSV 135° 71.72% 38.82%
CMYK 71.72% 0.00% 53.54%
61.18%

Color #1C632E in popluar number systems.

HEX 1C 63 2E
Decimal 28 99 46
Binary 11100 1100011 101110
Octal 34 143 56

Shades and tints

Shades of #1C632E

#1C632E
(28,99,46)
#1A5A2A
(26,90,42)
#185126
(24,81,38)
#164822
(22,72,34)
#143F1E
(20,63,30)
#12361A
(18,54,26)
#102D16
(16,45,22)
#0E2412
(14,36,18)
#0C1B0E
(12,27,14)
#0A120A
(10,18,10)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #1C632E

#1C632E
(28,99,46)
#307141
(48,113,65)
#447F54
(68,127,84)
#588D67
(88,141,103)
#6C9B7A
(108,155,122)
#80A98D
(128,169,141)
#94B7A0
(148,183,160)
#A8C5B3
(168,197,179)
#BCD3C6
(188,211,198)
#D0E1D9
(208,225,217)
#E4EFEC
(228,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C632E color. Also use rgb(28,99,46) instead hex code.

Text Font Color

.myTextColor { color: #1C632E; }

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

This text font color is #1C632E.

Background Color

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

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

This div background color is #1C632E.

Border color

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

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

This div border color is #1C632E.

Opacity

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

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

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

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

This text has shadow with #1C632E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C632E.

Preview

Color preview on black background

This text has color #1C632E on black background.


Color preview on white background

This text has color #1C632E on white background.


Black color preview on #1C632E background

This text has black color on #1C632E background.


White color preview on #1C632E background

This text has white color on #1C632E background.


Related colors

Complementary color

Complementary color for #hex is #E39CD1.


I love getcolorcode.com

Triadic colors

1 #2E1C63 and #632E1C with #1C632E are triadic colors.

2 #2E631C and #631C2E with #1C632E are triadic colors.