COLOR #1C631B

HEX: #1C631B
RGB: (28,99,27)

Color info

#1C631B contains mainly green color. Web safe color of #1C631B is #336633 (or #363).

RGB color model

#1C631B color RGB value is (28,99,27).

  • red value is 28;
  • green value is 99;
  • blue value is 27.
RGB:
(28,99,27)
(11%,39%,11%)

RGB channels and saturation

R 28 of 255 = 11%
G 99 of 255 = 39%
B 27 of 255 = 11%

28
99
27

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

Portions of RGB colors in percentages

R + G + B =
28 + 99 + 27 = 154 (100%)
R 28 of 154 ~ 18.18%
G 99 of 154 ~ 64.29%
B 27 of 154 ~ 17.53%

%18.18
%64.29
%17.53

CMYK color model

#1C631B color CMYK value is (72,0,73,61).

  • cyan value is 71.72%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 61.18%
CMYK:
(72,0,73,61)
C72M0Y73K61 
(72%,0%,73%,61%)
(0.72/0.00/0.73/0.61)	

CMYK percentages

%71.72
%0
%72.73
%61.18

Codes

Color #1C631B in popluar color models

1C631B
RGB289927
HSL119°57.14%24.71%
HSB/HSV119°72.73%38.82%
CMYK71.72%0.00%72.73%
61.18%

Color #1C631B in popluar number systems.

HEX1C631B
Decimal289927
Binary11100110001111011
Octal3414333

Shades and tints

Shades of #1C631B

#1C631B
(28,99,27)
#1A5A19
(26,90,25)
#185117
(24,81,23)
#164815
(22,72,21)
#143F13
(20,63,19)
#123611
(18,54,17)
#102D0F
(16,45,15)
#0E240D
(14,36,13)
#0C1B0B
(12,27,11)
#0A1209
(10,18,9)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #1C631B

#1C631B
(28,99,27)
#30712F
(48,113,47)
#447F43
(68,127,67)
#588D57
(88,141,87)
#6C9B6B
(108,155,107)
#80A97F
(128,169,127)
#94B793
(148,183,147)
#A8C5A7
(168,197,167)
#BCD3BB
(188,211,187)
#D0E1CF
(208,225,207)
#E4EFE3
(228,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C631B; }

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

This text font color is #1C631B.


Background Color

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

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

This div background color is #1C631B.


Border color

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

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

This div border color is #1C631B.


Opacity

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

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

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

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

This text has shadow with #1C631B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C631B on black background.


Color preview on white background

This text has color #1C631B on white background.



Black color preview on #1C631B background

This text has black color on #1C631B background.


White color preview on #1C631B background

This text has white color on #1C631B background.