COLOR #184002

HEX: #184002 RGB: (24,64,2)

Color info

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

RGB color model

#184002 color RGB value is (24,64,2).

RGB: (24,64,2) (9%, 25%, 1%)

RGB channels and saturation

R 24 of 255 = 9%
G 64 of 255 = 25%
B 2 of 255 = 1%

24
64
2

R + G + B ~ 12%. #184002 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 64 + 2 = 90 (100%)
R 24 of 90 ~ 26.67%
G 64 of 90 ~ 71.11%
B 2 of 90 ~ 2.22'%

%26.67
%71.11

CMYK color model

#184002 color CMYK value is (63,0,97,75).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 96.88%
  • key color value is 74.90%

CMYK: (63,0,97,75)
C63M0Y97K75 (63%, 0%, 97%, 75%)
(0.63 / 0.00 / 0.97 / 0.75)

CMYK percentages

%62.5
%0
%96.88
%74.9

Codes

Color #184002 in popluar color models

18 40 02
RGB 24 64 2
HSL 99° 93.94% 12.94%
HSB/HSV 99° 96.88% 25.10%
CMYK 62.50% 0.00% 96.88%
74.90%

Color #184002 in popluar number systems.

HEX 18 40 02
Decimal 24 64 2
Binary 11000 1000000 10
Octal 30 100 2

Shades and tints

Shades of #184002

#184002
(24,64,2)
#163B02
(22,59,2)
#143602
(20,54,2)
#123102
(18,49,2)
#102C02
(16,44,2)
#0E2702
(14,39,2)
#0C2202
(12,34,2)
#0A1D02
(10,29,2)
#081802
(8,24,2)
#061302
(6,19,2)
#040E02
(4,14,2)
#000000
(0,0,0)

Tints of #184002

#184002
(24,64,2)
#2D5119
(45,81,25)
#426230
(66,98,48)
#577347
(87,115,71)
#6C845E
(108,132,94)
#819575
(129,149,117)
#96A68C
(150,166,140)
#ABB7A3
(171,183,163)
#C0C8BA
(192,200,186)
#D5D9D1
(213,217,209)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184002 color. Also use rgb(24,64,2) instead hex code.

Text Font Color

.myTextColor { color: #184002; }

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

This text font color is #184002.

Background Color

.myBgColor { background-color: #184002; }

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

This div background color is #184002.

Border color

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

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

This div border color is #184002.

Opacity

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

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

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

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

This text has shadow with #184002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #184002.

Preview

Color preview on black background

This text has color #184002 on black background.


Color preview on white background

This text has color #184002 on white background.


Black color preview on #184002 background

This text has black color on #184002 background.


White color preview on #184002 background

This text has white color on #184002 background.


Related colors

Complementary color

Complementary color for #hex is #E7BFFD.


I love getcolorcode.com

Triadic colors

1 #021840 and #400218 with #184002 are triadic colors.

2 #024018 and #401802 with #184002 are triadic colors.