COLOR #184806

HEX: #184806 RGB: (24,72,6)

Color info

#184806 contains mainly red and green colors. Web safe color of #184806 is #003300 (or #030).

RGB color model

#184806 color RGB value is (24,72,6).

RGB: (24,72,6) (9%, 28%, 2%)

RGB channels and saturation

R 24 of 255 = 9%
G 72 of 255 = 28%
B 6 of 255 = 2%

24
72
6

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

Portions of RGB colors in percentages

R + G + B = 24 + 72 + 6 = 102 (100%)
R 24 of 102 ~ 23.53%
G 72 of 102 ~ 70.59%
B 6 of 102 ~ 5.88'%

%23.53
%70.59

CMYK color model

#184806 color CMYK value is (67,0,92,72).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 71.76%

CMYK: (67,0,92,72)
C67M0Y92K72 (67%, 0%, 92%, 72%)
(0.67 / 0.00 / 0.92 / 0.72)

CMYK percentages

%66.67
%0
%91.67
%71.76

Codes

Color #184806 in popluar color models

18 48 06
RGB 24 72 6
HSL 104° 84.62% 15.29%
HSB/HSV 104° 91.67% 28.24%
CMYK 66.67% 0.00% 91.67%
71.76%

Color #184806 in popluar number systems.

HEX 18 48 06
Decimal 24 72 6
Binary 11000 1001000 110
Octal 30 110 6

Shades and tints

Shades of #184806

#184806
(24,72,6)
#164206
(22,66,6)
#143C06
(20,60,6)
#123606
(18,54,6)
#103006
(16,48,6)
#0E2A06
(14,42,6)
#0C2406
(12,36,6)
#0A1E06
(10,30,6)
#081806
(8,24,6)
#061206
(6,18,6)
#040C06
(4,12,6)
#000000
(0,0,0)

Tints of #184806

#184806
(24,72,6)
#2D581C
(45,88,28)
#426832
(66,104,50)
#577848
(87,120,72)
#6C885E
(108,136,94)
#819874
(129,152,116)
#96A88A
(150,168,138)
#ABB8A0
(171,184,160)
#C0C8B6
(192,200,182)
#D5D8CC
(213,216,204)
#EAE8E2
(234,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184806 color. Also use rgb(24,72,6) instead hex code.

Text Font Color

.myTextColor { color: #184806; }

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

This text font color is #184806.

Background Color

.myBgColor { background-color: #184806; }

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

This div background color is #184806.

Border color

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

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

This div border color is #184806.

Opacity

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

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

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

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

This text has shadow with #184806 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #184806.

Preview

Color preview on black background

This text has color #184806 on black background.


Color preview on white background

This text has color #184806 on white background.


Black color preview on #184806 background

This text has black color on #184806 background.


White color preview on #184806 background

This text has white color on #184806 background.


Related colors

Complementary color

Complementary color for #hex is #E7B7F9.


I love getcolorcode.com

Triadic colors

1 #061848 and #480618 with #184806 are triadic colors.

2 #064818 and #481806 with #184806 are triadic colors.