COLOR #01840F

HEX: #01840F
RGB: (1,132,15)

Color info

#01840F contains mainly green color. Web safe color of #01840F is #009900 (or #090).

RGB color model

#01840F color RGB value is (1,132,15).

  • red value is 1;
  • green value is 132;
  • blue value is 15.
RGB:
(1,132,15)
(0%,52%,6%)

RGB channels and saturation

R 1 of 255 = 0%
G 132 of 255 = 52%
B 15 of 255 = 6%

1
132
15

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

Portions of RGB colors in percentages

R + G + B =
1 + 132 + 15 = 148 (100%)
R 1 of 148 ~ 0.68%
G 132 of 148 ~ 89.19%
B 15 of 148 ~ 10.14%

%89.19
%10.14

CMYK color model

#01840F color CMYK value is (99,0,89,48).

  • cyan value is 99.24%
  • magenta value is 0.00%
  • yellow value is 88.64%
  • key color value is 48.24%
CMYK:
(99,0,89,48)
C99M0Y89K48 
(99%,0%,89%,48%)
(0.99/0.00/0.89/0.48)	

CMYK percentages

%99.24
%0
%88.64
%48.24

Codes

Color #01840F in popluar color models

01840F
RGB113215
HSL126°98.50%26.08%
HSB/HSV126°99.24%51.76%
CMYK99.24%0.00%88.64%
48.24%

Color #01840F in popluar number systems.

HEX01840F
Decimal113215
Binary1100001001111
Octal120417

Shades and tints

Shades of #01840F

#01840F
(1,132,15)
#01780E
(1,120,14)
#016C0D
(1,108,13)
#01600C
(1,96,12)
#01540B
(1,84,11)
#01480A
(1,72,10)
#013C09
(1,60,9)
#013008
(1,48,8)
#012407
(1,36,7)
#011806
(1,24,6)
#010C05
(1,12,5)
#000000
(0,0,0)

Tints of #01840F

#01840F
(1,132,15)
#188F24
(24,143,36)
#2F9A39
(47,154,57)
#46A54E
(70,165,78)
#5DB063
(93,176,99)
#74BB78
(116,187,120)
#8BC68D
(139,198,141)
#A2D1A2
(162,209,162)
#B9DCB7
(185,220,183)
#D0E7CC
(208,231,204)
#E7F2E1
(231,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01840F color. Also use rgb(1,132,15) instead hex code.

Text Font Color

.myTextColor { color: #01840F; }

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

This text font color is #01840F.


Background Color

.myBgColor { background-color: #01840F; }

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

This div background color is #01840F.


Border color

.myBorderColor { border: 1px solid #01840F; }

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

This div border color is #01840F.


Opacity

.myOpacity80 { color: #01840F; opacity: 0.8; }

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

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

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

This text has shadow with #01840F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01840F on black background.


Color preview on white background

This text has color #01840F on white background.



Black color preview on #01840F background

This text has black color on #01840F background.


White color preview on #01840F background

This text has white color on #01840F background.