COLOR #184714

HEX: #184714
RGB: (24,71,20)

Color info

#184714 contains red, green and blue colors in about the same proportion. Web safe color of #184714 is #003300 (or #030).

RGB color model

#184714 color RGB value is (24,71,20).

  • red value is 24;
  • green value is 71;
  • blue value is 20.
RGB:
(24,71,20)
(9%,28%,8%)

RGB channels and saturation

R 24 of 255 = 9%
G 71 of 255 = 28%
B 20 of 255 = 8%

24
71
20

R + G + B ~ 15%. #184714 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 71 + 20 = 115 (100%)
R 24 of 115 ~ 20.87%
G 71 of 115 ~ 61.74%
B 20 of 115 ~ 17.39%

%20.87
%61.74
%17.39

CMYK color model

#184714 color CMYK value is (66,0,72,72).

  • cyan value is 66.20%
  • magenta value is 0.00%
  • yellow value is 71.83%
  • key color value is 72.16%
CMYK:
(66,0,72,72)
C66M0Y72K72 
(66%,0%,72%,72%)
(0.66/0.00/0.72/0.72)	

CMYK percentages

%66.2
%0
%71.83
%72.16

Codes

Color #184714 in popluar color models

184714
RGB247120
HSL115°56.04%17.84%
HSB/HSV115°71.83%27.84%
CMYK66.20%0.00%71.83%
72.16%

Color #184714 in popluar number systems.

HEX184714
Decimal247120
Binary11000100011110100
Octal3010724

Shades and tints

Shades of #184714

#184714
(24,71,20)
#164113
(22,65,19)
#143B12
(20,59,18)
#123511
(18,53,17)
#102F10
(16,47,16)
#0E290F
(14,41,15)
#0C230E
(12,35,14)
#0A1D0D
(10,29,13)
#08170C
(8,23,12)
#06110B
(6,17,11)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #184714

#184714
(24,71,20)
#2D5729
(45,87,41)
#42673E
(66,103,62)
#577753
(87,119,83)
#6C8768
(108,135,104)
#81977D
(129,151,125)
#96A792
(150,167,146)
#ABB7A7
(171,183,167)
#C0C7BC
(192,199,188)
#D5D7D1
(213,215,209)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184714 color. Also use rgb(24,71,20) instead hex code.

Text Font Color

.myTextColor { color: #184714; }

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

This text font color is #184714.


Background Color

.myBgColor { background-color: #184714; }

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

This div background color is #184714.


Border color

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

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

This div border color is #184714.


Opacity

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

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

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

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

This text has shadow with #184714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184714 on black background.


Color preview on white background

This text has color #184714 on white background.



Black color preview on #184714 background

This text has black color on #184714 background.


White color preview on #184714 background

This text has white color on #184714 background.