COLOR #1CA437

HEX: #1CA437
RGB: (28,164,55)

Color info

#1CA437 contains mainly green color. Web safe color of #1CA437 is #339933 (or #393).

RGB color model

#1CA437 color RGB value is (28,164,55).

  • red value is 28;
  • green value is 164;
  • blue value is 55.
RGB:
(28,164,55)
(11%,64%,22%)

RGB channels and saturation

R 28 of 255 = 11%
G 164 of 255 = 64%
B 55 of 255 = 22%

28
164
55

R + G + B ~ 32%. #1CA437 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 164 + 55 = 247 (100%)
R 28 of 247 ~ 11.34%
G 164 of 247 ~ 66.4%
B 55 of 247 ~ 22.27%

%11.34
%66.4
%22.27

CMYK color model

#1CA437 color CMYK value is (83,0,66,36).

  • cyan value is 82.93%
  • magenta value is 0.00%
  • yellow value is 66.46%
  • key color value is 35.69%
CMYK:
(83,0,66,36)
C83M0Y66K36 
(83%,0%,66%,36%)
(0.83/0.00/0.66/0.36)	

CMYK percentages

%82.93
%0
%66.46
%35.69

Codes

Color #1CA437 in popluar color models

1CA437
RGB2816455
HSL132°70.83%37.65%
HSB/HSV132°82.93%64.31%
CMYK82.93%0.00%66.46%
35.69%

Color #1CA437 in popluar number systems.

HEX1CA437
Decimal2816455
Binary1110010100100110111
Octal3424467

Shades and tints

Shades of #1CA437

#1CA437
(28,164,55)
#1A9632
(26,150,50)
#18882D
(24,136,45)
#167A28
(22,122,40)
#146C23
(20,108,35)
#125E1E
(18,94,30)
#105019
(16,80,25)
#0E4214
(14,66,20)
#0C340F
(12,52,15)
#0A260A
(10,38,10)
#081805
(8,24,5)
#000000
(0,0,0)

Tints of #1CA437

#1CA437
(28,164,55)
#30AC49
(48,172,73)
#44B45B
(68,180,91)
#58BC6D
(88,188,109)
#6CC47F
(108,196,127)
#80CC91
(128,204,145)
#94D4A3
(148,212,163)
#A8DCB5
(168,220,181)
#BCE4C7
(188,228,199)
#D0ECD9
(208,236,217)
#E4F4EB
(228,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CA437 color. Also use rgb(28,164,55) instead hex code.

Text Font Color

.myTextColor { color: #1CA437; }

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

This text font color is #1CA437.


Background Color

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

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

This div background color is #1CA437.


Border color

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

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

This div border color is #1CA437.


Opacity

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

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

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

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

This text has shadow with #1CA437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CA437 on black background.


Color preview on white background

This text has color #1CA437 on white background.



Black color preview on #1CA437 background

This text has black color on #1CA437 background.


White color preview on #1CA437 background

This text has white color on #1CA437 background.