COLOR #185020

HEX: #185020
RGB: (24,80,32)

Color info

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

RGB color model

#185020 color RGB value is (24,80,32).

  • red value is 24;
  • green value is 80;
  • blue value is 32.
RGB:
(24,80,32)
(9%,31%,13%)

RGB channels and saturation

R 24 of 255 = 9%
G 80 of 255 = 31%
B 32 of 255 = 13%

24
80
32

R + G + B ~ 18%. #185020 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 80 + 32 = 136 (100%)
R 24 of 136 ~ 17.65%
G 80 of 136 ~ 58.82%
B 32 of 136 ~ 23.53%

%17.65
%58.82
%23.53

CMYK color model

#185020 color CMYK value is (70,0,60,69).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 68.63%
CMYK:
(70,0,60,69)
C70M0Y60K69 
(70%,0%,60%,69%)
(0.70/0.00/0.60/0.69)	

CMYK percentages

%70
%0
%60
%68.63

Codes

Color #185020 in popluar color models

185020
RGB248032
HSL129°53.85%20.39%
HSB/HSV129°70.00%31.37%
CMYK70.00%0.00%60.00%
68.63%

Color #185020 in popluar number systems.

HEX185020
Decimal248032
Binary110001010000100000
Octal3012040

Shades and tints

Shades of #185020

#185020
(24,80,32)
#16491E
(22,73,30)
#14421C
(20,66,28)
#123B1A
(18,59,26)
#103418
(16,52,24)
#0E2D16
(14,45,22)
#0C2614
(12,38,20)
#0A1F12
(10,31,18)
#081810
(8,24,16)
#06110E
(6,17,14)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #185020

#185020
(24,80,32)
#2D5F34
(45,95,52)
#426E48
(66,110,72)
#577D5C
(87,125,92)
#6C8C70
(108,140,112)
#819B84
(129,155,132)
#96AA98
(150,170,152)
#ABB9AC
(171,185,172)
#C0C8C0
(192,200,192)
#D5D7D4
(213,215,212)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185020 color. Also use rgb(24,80,32) instead hex code.

Text Font Color

.myTextColor { color: #185020; }

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

This text font color is #185020.


Background Color

.myBgColor { background-color: #185020; }

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

This div background color is #185020.


Border color

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

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

This div border color is #185020.


Opacity

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

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

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

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

This text has shadow with #185020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185020 on black background.


Color preview on white background

This text has color #185020 on white background.



Black color preview on #185020 background

This text has black color on #185020 background.


White color preview on #185020 background

This text has white color on #185020 background.