COLOR #1C613B

HEX: #1C613B RGB: (28,97,59)

Color info

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

RGB color model

#1C613B color RGB value is (28,97,59).

RGB: (28,97,59) (11%, 38%, 23%)

RGB channels and saturation

R 28 of 255 = 11%
G 97 of 255 = 38%
B 59 of 255 = 23%

28
97
59

R + G + B ~ 24%. #1C613B is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 97 + 59 = 184 (100%)
R 28 of 184 ~ 15.22%
G 97 of 184 ~ 52.72%
B 59 of 184 ~ 32.07'%

%15.22
%52.72
%32.07

CMYK color model

#1C613B color CMYK value is (71,0,39,62).

  • cyan value is 71.13%
  • magenta value is 0.00%
  • yellow value is 39.18%
  • key color value is 61.96%

CMYK: (71,0,39,62)
C71M0Y39K62 (71%, 0%, 39%, 62%)
(0.71 / 0.00 / 0.39 / 0.62)

CMYK percentages

%71.13
%0
%39.18
%61.96

Codes

Color #1C613B in popluar color models

1C 61 3B
RGB 28 97 59
HSL 147° 55.20% 24.51%
HSB/HSV 147° 71.13% 38.04%
CMYK 71.13% 0.00% 39.18%
61.96%

Color #1C613B in popluar number systems.

HEX 1C 61 3B
Decimal 28 97 59
Binary 11100 1100001 111011
Octal 34 141 73

Shades and tints

Shades of #1C613B

#1C613B
(28,97,59)
#1A5936
(26,89,54)
#185131
(24,81,49)
#16492C
(22,73,44)
#144127
(20,65,39)
#123922
(18,57,34)
#10311D
(16,49,29)
#0E2918
(14,41,24)
#0C2113
(12,33,19)
#0A190E
(10,25,14)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #1C613B

#1C613B
(28,97,59)
#306F4C
(48,111,76)
#447D5D
(68,125,93)
#588B6E
(88,139,110)
#6C997F
(108,153,127)
#80A790
(128,167,144)
#94B5A1
(148,181,161)
#A8C3B2
(168,195,178)
#BCD1C3
(188,209,195)
#D0DFD4
(208,223,212)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C613B color. Also use rgb(28,97,59) instead hex code.

Text Font Color

.myTextColor { color: #1C613B; }

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

This text font color is #1C613B.

Background Color

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

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

This div background color is #1C613B.

Border color

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

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

This div border color is #1C613B.

Opacity

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

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

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

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

This text has shadow with #1C613B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C613B.

Preview

Color preview on black background

This text has color #1C613B on black background.


Color preview on white background

This text has color #1C613B on white background.


Black color preview on #1C613B background

This text has black color on #1C613B background.


White color preview on #1C613B background

This text has white color on #1C613B background.


Related colors

Complementary color

Complementary color for #hex is #E39EC4.


I love getcolorcode.com

Triadic colors

1 #3B1C61 and #613B1C with #1C613B are triadic colors.

2 #3B611C and #611C3B with #1C613B are triadic colors.