COLOR #185D36

HEX: #185D36
RGB: (24,93,54)

Color info

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

RGB color model

#185D36 color RGB value is (24,93,54).

  • red value is 24;
  • green value is 93;
  • blue value is 54.
RGB:
(24,93,54)
(9%,36%,21%)

RGB channels and saturation

R 24 of 255 = 9%
G 93 of 255 = 36%
B 54 of 255 = 21%

24
93
54

R + G + B ~ 22%. #185D36 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 93 + 54 = 171 (100%)
R 24 of 171 ~ 14.04%
G 93 of 171 ~ 54.39%
B 54 of 171 ~ 31.58%

%14.04
%54.39
%31.58

CMYK color model

#185D36 color CMYK value is (74,0,42,64).

  • cyan value is 74.19%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 63.53%
CMYK:
(74,0,42,64)
C74M0Y42K64 
(74%,0%,42%,64%)
(0.74/0.00/0.42/0.64)	

CMYK percentages

%74.19
%0
%41.94
%63.53

Codes

Color #185D36 in popluar color models

185D36
RGB249354
HSL146°58.97%22.94%
HSB/HSV146°74.19%36.47%
CMYK74.19%0.00%41.94%
63.53%

Color #185D36 in popluar number systems.

HEX185D36
Decimal249354
Binary110001011101110110
Octal3013566

Shades and tints

Shades of #185D36

#185D36
(24,93,54)
#165532
(22,85,50)
#144D2E
(20,77,46)
#12452A
(18,69,42)
#103D26
(16,61,38)
#0E3522
(14,53,34)
#0C2D1E
(12,45,30)
#0A251A
(10,37,26)
#081D16
(8,29,22)
#061512
(6,21,18)
#040D0E
(4,13,14)
#000000
(0,0,0)

Tints of #185D36

#185D36
(24,93,54)
#2D6B48
(45,107,72)
#42795A
(66,121,90)
#57876C
(87,135,108)
#6C957E
(108,149,126)
#81A390
(129,163,144)
#96B1A2
(150,177,162)
#ABBFB4
(171,191,180)
#C0CDC6
(192,205,198)
#D5DBD8
(213,219,216)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185D36 color. Also use rgb(24,93,54) instead hex code.

Text Font Color

.myTextColor { color: #185D36; }

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

This text font color is #185D36.


Background Color

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

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

This div background color is #185D36.


Border color

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

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

This div border color is #185D36.


Opacity

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

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

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

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

This text has shadow with #185D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185D36 on black background.


Color preview on white background

This text has color #185D36 on white background.



Black color preview on #185D36 background

This text has black color on #185D36 background.


White color preview on #185D36 background

This text has white color on #185D36 background.