COLOR #185225

HEX: #185225
RGB: (24,82,37)

Color info

#185225 contains red, green and blue colors in about the same proportion. Web safe color of #185225 is #006633 (or #063).

RGB color model

#185225 color RGB value is (24,82,37).

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

RGB channels and saturation

R 24 of 255 = 9%
G 82 of 255 = 32%
B 37 of 255 = 15%

24
82
37

R + G + B ~ 19%. #185225 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 82 + 37 = 143 (100%)
R 24 of 143 ~ 16.78%
G 82 of 143 ~ 57.34%
B 37 of 143 ~ 25.87%

%16.78
%57.34
%25.87

CMYK color model

#185225 color CMYK value is (71,0,55,68).

  • cyan value is 70.73%
  • magenta value is 0.00%
  • yellow value is 54.88%
  • key color value is 67.84%
CMYK:
(71,0,55,68)
C71M0Y55K68 
(71%,0%,55%,68%)
(0.71/0.00/0.55/0.68)	

CMYK percentages

%70.73
%0
%54.88
%67.84

Codes

Color #185225 in popluar color models

185225
RGB248237
HSL133°54.72%20.78%
HSB/HSV133°70.73%32.16%
CMYK70.73%0.00%54.88%
67.84%

Color #185225 in popluar number systems.

HEX185225
Decimal248237
Binary110001010010100101
Octal3012245

Shades and tints

Shades of #185225

#185225
(24,82,37)
#164B22
(22,75,34)
#14441F
(20,68,31)
#123D1C
(18,61,28)
#103619
(16,54,25)
#0E2F16
(14,47,22)
#0C2813
(12,40,19)
#0A2110
(10,33,16)
#081A0D
(8,26,13)
#06130A
(6,19,10)
#040C07
(4,12,7)
#000000
(0,0,0)

Tints of #185225

#185225
(24,82,37)
#2D6138
(45,97,56)
#42704B
(66,112,75)
#577F5E
(87,127,94)
#6C8E71
(108,142,113)
#819D84
(129,157,132)
#96AC97
(150,172,151)
#ABBBAA
(171,187,170)
#C0CABD
(192,202,189)
#D5D9D0
(213,217,208)
#EAE8E3
(234,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185225; }

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

This text font color is #185225.


Background Color

.myBgColor { background-color: #185225; }

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

This div background color is #185225.


Border color

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

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

This div border color is #185225.


Opacity

.myOpacity80 { color: #185225; opacity: 0.8; }

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

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

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

This text has shadow with #185225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185225 on black background.


Color preview on white background

This text has color #185225 on white background.



Black color preview on #185225 background

This text has black color on #185225 background.


White color preview on #185225 background

This text has white color on #185225 background.