COLOR #1C6434

HEX: #1C6434 RGB: (28,100,52)

Color info

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

RGB color model

#1C6434 color RGB value is (28,100,52).

RGB: (28,100,52) (11%, 39%, 20%)

RGB channels and saturation

R 28 of 255 = 11%
G 100 of 255 = 39%
B 52 of 255 = 20%

28
100
52

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

Portions of RGB colors in percentages

R + G + B = 28 + 100 + 52 = 180 (100%)
R 28 of 180 ~ 15.56%
G 100 of 180 ~ 55.56%
B 52 of 180 ~ 28.89'%

%15.56
%55.56
%28.89

CMYK color model

#1C6434 color CMYK value is (72,0,48,61).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 60.78%

CMYK: (72,0,48,61)
C72M0Y48K61 (72%, 0%, 48%, 61%)
(0.72 / 0.00 / 0.48 / 0.61)

CMYK percentages

%72
%0
%48
%60.78

Codes

Color #1C6434 in popluar color models

1C 64 34
RGB 28 100 52
HSL 140° 56.25% 25.10%
HSB/HSV 140° 72.00% 39.22%
CMYK 72.00% 0.00% 48.00%
60.78%

Color #1C6434 in popluar number systems.

HEX 1C 64 34
Decimal 28 100 52
Binary 11100 1100100 110100
Octal 34 144 64

Shades and tints

Shades of #1C6434

#1C6434
(28,100,52)
#1A5B30
(26,91,48)
#18522C
(24,82,44)
#164928
(22,73,40)
#144024
(20,64,36)
#123720
(18,55,32)
#102E1C
(16,46,28)
#0E2518
(14,37,24)
#0C1C14
(12,28,20)
#0A1310
(10,19,16)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #1C6434

#1C6434
(28,100,52)
#307246
(48,114,70)
#448058
(68,128,88)
#588E6A
(88,142,106)
#6C9C7C
(108,156,124)
#80AA8E
(128,170,142)
#94B8A0
(148,184,160)
#A8C6B2
(168,198,178)
#BCD4C4
(188,212,196)
#D0E2D6
(208,226,214)
#E4F0E8
(228,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6434 color. Also use rgb(28,100,52) instead hex code.

Text Font Color

.myTextColor { color: #1C6434; }

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

This text font color is #1C6434.

Background Color

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

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

This div background color is #1C6434.

Border color

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

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

This div border color is #1C6434.

Opacity

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

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

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

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

This text has shadow with #1C6434 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6434.

Preview

Color preview on black background

This text has color #1C6434 on black background.


Color preview on white background

This text has color #1C6434 on white background.


Black color preview on #1C6434 background

This text has black color on #1C6434 background.


White color preview on #1C6434 background

This text has white color on #1C6434 background.


Related colors

Complementary color

Complementary color for #hex is #E39BCB.


I love getcolorcode.com

Triadic colors

1 #341C64 and #64341C with #1C6434 are triadic colors.

2 #34641C and #641C34 with #1C6434 are triadic colors.