COLOR #1C835E

HEX: #1C835E
RGB: (28,131,94)

Color info

#1C835E contains mainly green and blue colors. Web safe color of #1C835E is #339966 (or #396).

RGB color model

#1C835E color RGB value is (28,131,94).

  • red value is 28;
  • green value is 131;
  • blue value is 94.
RGB:
(28,131,94)
(11%,51%,37%)

RGB channels and saturation

R 28 of 255 = 11%
G 131 of 255 = 51%
B 94 of 255 = 37%

28
131
94

R + G + B ~ 33%. #1C835E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 131 + 94 = 253 (100%)
R 28 of 253 ~ 11.07%
G 131 of 253 ~ 51.78%
B 94 of 253 ~ 37.15%

%11.07
%51.78
%37.15

CMYK color model

#1C835E color CMYK value is (79,0,28,49).

  • cyan value is 78.63%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 48.63%
CMYK:
(79,0,28,49)
C79M0Y28K49 
(79%,0%,28%,49%)
(0.79/0.00/0.28/0.49)	

CMYK percentages

%78.63
%0
%28.24
%48.63

Codes

Color #1C835E in popluar color models

1C835E
RGB2813194
HSL158°64.78%31.18%
HSB/HSV158°78.63%51.37%
CMYK78.63%0.00%28.24%
48.63%

Color #1C835E in popluar number systems.

HEX1C835E
Decimal2813194
Binary11100100000111011110
Octal34203136

Shades and tints

Shades of #1C835E

#1C835E
(28,131,94)
#1A7856
(26,120,86)
#186D4E
(24,109,78)
#166246
(22,98,70)
#14573E
(20,87,62)
#124C36
(18,76,54)
#10412E
(16,65,46)
#0E3626
(14,54,38)
#0C2B1E
(12,43,30)
#0A2016
(10,32,22)
#08150E
(8,21,14)
#000000
(0,0,0)

Tints of #1C835E

#1C835E
(28,131,94)
#308E6C
(48,142,108)
#44997A
(68,153,122)
#58A488
(88,164,136)
#6CAF96
(108,175,150)
#80BAA4
(128,186,164)
#94C5B2
(148,197,178)
#A8D0C0
(168,208,192)
#BCDBCE
(188,219,206)
#D0E6DC
(208,230,220)
#E4F1EA
(228,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C835E color. Also use rgb(28,131,94) instead hex code.

Text Font Color

.myTextColor { color: #1C835E; }

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

This text font color is #1C835E.


Background Color

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

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

This div background color is #1C835E.


Border color

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

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

This div border color is #1C835E.


Opacity

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

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

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

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

This text has shadow with #1C835E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C835E on black background.


Color preview on white background

This text has color #1C835E on white background.



Black color preview on #1C835E background

This text has black color on #1C835E background.


White color preview on #1C835E background

This text has white color on #1C835E background.