COLOR #185325

HEX: #185325
RGB: (24,83,37)

Color info

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

RGB color model

#185325 color RGB value is (24,83,37).

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

RGB channels and saturation

R 24 of 255 = 9%
G 83 of 255 = 33%
B 37 of 255 = 15%

24
83
37

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

Portions of RGB colors in percentages

R + G + B =
24 + 83 + 37 = 144 (100%)
R 24 of 144 ~ 16.67%
G 83 of 144 ~ 57.64%
B 37 of 144 ~ 25.69%

%16.67
%57.64
%25.69

CMYK color model

#185325 color CMYK value is (71,0,55,67).

  • cyan value is 71.08%
  • magenta value is 0.00%
  • yellow value is 55.42%
  • key color value is 67.45%
CMYK:
(71,0,55,67)
C71M0Y55K67 
(71%,0%,55%,67%)
(0.71/0.00/0.55/0.67)	

CMYK percentages

%71.08
%0
%55.42
%67.45

Codes

Color #185325 in popluar color models

185325
RGB248337
HSL133°55.14%20.98%
HSB/HSV133°71.08%32.55%
CMYK71.08%0.00%55.42%
67.45%

Color #185325 in popluar number systems.

HEX185325
Decimal248337
Binary110001010011100101
Octal3012345

Shades and tints

Shades of #185325

#185325
(24,83,37)
#164C22
(22,76,34)
#14451F
(20,69,31)
#123E1C
(18,62,28)
#103719
(16,55,25)
#0E3016
(14,48,22)
#0C2913
(12,41,19)
#0A2210
(10,34,16)
#081B0D
(8,27,13)
#06140A
(6,20,10)
#040D07
(4,13,7)
#000000
(0,0,0)

Tints of #185325

#185325
(24,83,37)
#2D6238
(45,98,56)
#42714B
(66,113,75)
#57805E
(87,128,94)
#6C8F71
(108,143,113)
#819E84
(129,158,132)
#96AD97
(150,173,151)
#ABBCAA
(171,188,170)
#C0CBBD
(192,203,189)
#D5DAD0
(213,218,208)
#EAE9E3
(234,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185325; }

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

This text font color is #185325.


Background Color

.myBgColor { background-color: #185325; }

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

This div background color is #185325.


Border color

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

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

This div border color is #185325.


Opacity

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

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

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

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

This text has shadow with #185325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185325 on black background.


Color preview on white background

This text has color #185325 on white background.



Black color preview on #185325 background

This text has black color on #185325 background.


White color preview on #185325 background

This text has white color on #185325 background.