COLOR #185001

HEX: #185001
RGB: (24,80,1)

Color info

#185001 contains mainly red and green colors. Web safe color of #185001 is #006600 (or #060).

RGB color model

#185001 color RGB value is (24,80,1).

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

RGB channels and saturation

R 24 of 255 = 9%
G 80 of 255 = 31%
B 1 of 255 = 0%

24
80
1

R + G + B ~ 13%. #185001 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 80 + 1 = 105 (100%)
R 24 of 105 ~ 22.86%
G 80 of 105 ~ 76.19%
B 1 of 105 ~ 0.95%

%22.86
%76.19

CMYK color model

#185001 color CMYK value is (70,0,99,69).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 98.75%
  • key color value is 68.63%
CMYK: (70,0,99,69) C70M0Y99K69 (70%,0%,99%,69%) (0.70/0.00/0.99/0.69)

CMYK percentages

%70
%0
%98.75
%68.63

Codes

Color #185001 in popluar color models

185001
RGB24801
HSL103°97.53%15.88%
HSB/HSV103°98.75%31.37%
CMYK70.00%0.00%98.75%
68.63%

Color #185001 in popluar number systems.

HEX185001
Decimal24801
Binary1100010100001
Octal301201

Shades and tints

Shades of #185001

#185001
(24,80,1)
#164901
(22,73,1)
#144201
(20,66,1)
#123B01
(18,59,1)
#103401
(16,52,1)
#0E2D01
(14,45,1)
#0C2601
(12,38,1)
#0A1F01
(10,31,1)
#081801
(8,24,1)
#061101
(6,17,1)
#040A01
(4,10,1)
#000000
(0,0,0)

Tints of #185001

#185001
(24,80,1)
#2D5F18
(45,95,24)
#426E2F
(66,110,47)
#577D46
(87,125,70)
#6C8C5D
(108,140,93)
#819B74
(129,155,116)
#96AA8B
(150,170,139)
#ABB9A2
(171,185,162)
#C0C8B9
(192,200,185)
#D5D7D0
(213,215,208)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185001; }

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

This text font color is #185001.


Background Color

.myBgColor { background-color: #185001; }

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

This div background color is #185001.


Border color

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

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

This div border color is #185001.


Opacity

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

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

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

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

This text has shadow with #185001 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #185001 on black background.


Color preview on white background

This text has color #185001 on white background.



Black color preview on #185001 background

This text has black color on #185001 background.


White color preview on #185001 background

This text has white color on #185001 background.