COLOR #185A25

HEX: #185A25
RGB: (24,90,37)

Color info

#185A25 contains mainly green and blue colors. Web safe color of #185A25 is #006633 (or #063).

RGB color model

#185A25 color RGB value is (24,90,37).

  • red value is 24;
  • green value is 90;
  • blue value is 37.
RGB:
(24,90,37)
(9%,35%,15%)

RGB channels and saturation

R 24 of 255 = 9%
G 90 of 255 = 35%
B 37 of 255 = 15%

24
90
37

R + G + B ~ 20%. #185A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 90 + 37 = 151 (100%)
R 24 of 151 ~ 15.89%
G 90 of 151 ~ 59.6%
B 37 of 151 ~ 24.5%

%15.89
%59.6
%24.5

CMYK color model

#185A25 color CMYK value is (73,0,59,65).

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 58.89%
  • key color value is 64.71%
CMYK:
(73,0,59,65)
C73M0Y59K65 
(73%,0%,59%,65%)
(0.73/0.00/0.59/0.65)	

CMYK percentages

%73.33
%0
%58.89
%64.71

Codes

Color #185A25 in popluar color models

185A25
RGB249037
HSL132°57.89%22.35%
HSB/HSV132°73.33%35.29%
CMYK73.33%0.00%58.89%
64.71%

Color #185A25 in popluar number systems.

HEX185A25
Decimal249037
Binary110001011010100101
Octal3013245

Shades and tints

Shades of #185A25

#185A25
(24,90,37)
#165222
(22,82,34)
#144A1F
(20,74,31)
#12421C
(18,66,28)
#103A19
(16,58,25)
#0E3216
(14,50,22)
#0C2A13
(12,42,19)
#0A2210
(10,34,16)
#081A0D
(8,26,13)
#06120A
(6,18,10)
#040A07
(4,10,7)
#000000
(0,0,0)

Tints of #185A25

#185A25
(24,90,37)
#2D6938
(45,105,56)
#42784B
(66,120,75)
#57875E
(87,135,94)
#6C9671
(108,150,113)
#81A584
(129,165,132)
#96B497
(150,180,151)
#ABC3AA
(171,195,170)
#C0D2BD
(192,210,189)
#D5E1D0
(213,225,208)
#EAF0E3
(234,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185A25 color. Also use rgb(24,90,37) instead hex code.

Text Font Color

.myTextColor { color: #185A25; }

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

This text font color is #185A25.


Background Color

.myBgColor { background-color: #185A25; }

<div style="background-color:#185A25">Inner text</div>

This div background color is #185A25.


Border color

.myBorderColor { border: 1px solid #185A25; }

<div style="border:3px solid #185A25">Div</div>

This div border color is #185A25.


Opacity

.myOpacity80 { color: #185A25; opacity: 0.8; }

<p style="color:#185A25;opacity:0.8;">80%</p>

Text with #185A25 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 #185A25;}

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

This text has shadow with #185A25 color.

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

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

This text has shadow with #185A25 primary color and red secondary color.


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

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

This text has shadow with #185A25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185A25 on black background.


Color preview on white background

This text has color #185A25 on white background.



Black color preview on #185A25 background

This text has black color on #185A25 background.


White color preview on #185A25 background

This text has white color on #185A25 background.