COLOR #154714

HEX: #154714
RGB: (21,71,20)

Color info

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

RGB color model

#154714 color RGB value is (21,71,20).

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

RGB channels and saturation

R 21 of 255 = 8%
G 71 of 255 = 28%
B 20 of 255 = 8%

21
71
20

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

Portions of RGB colors in percentages

R + G + B =
21 + 71 + 20 = 112 (100%)
R 21 of 112 ~ 18.75%
G 71 of 112 ~ 63.39%
B 20 of 112 ~ 17.86%

%18.75
%63.39
%17.86

CMYK color model

#154714 color CMYK value is (70,0,72,72).

  • cyan value is 70.42%
  • magenta value is 0.00%
  • yellow value is 71.83%
  • key color value is 72.16%
CMYK:
(70,0,72,72)
C70M0Y72K72 
(70%,0%,72%,72%)
(0.70/0.00/0.72/0.72)	

CMYK percentages

%70.42
%0
%71.83
%72.16

Codes

Color #154714 in popluar color models

154714
RGB217120
HSL119°56.04%17.84%
HSB/HSV119°71.83%27.84%
CMYK70.42%0.00%71.83%
72.16%

Color #154714 in popluar number systems.

HEX154714
Decimal217120
Binary10101100011110100
Octal2510724

Shades and tints

Shades of #154714

#154714
(21,71,20)
#144113
(20,65,19)
#133B12
(19,59,18)
#123511
(18,53,17)
#112F10
(17,47,16)
#10290F
(16,41,15)
#0F230E
(15,35,14)
#0E1D0D
(14,29,13)
#0D170C
(13,23,12)
#0C110B
(12,17,11)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #154714

#154714
(21,71,20)
#2A5729
(42,87,41)
#3F673E
(63,103,62)
#547753
(84,119,83)
#698768
(105,135,104)
#7E977D
(126,151,125)
#93A792
(147,167,146)
#A8B7A7
(168,183,167)
#BDC7BC
(189,199,188)
#D2D7D1
(210,215,209)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #154714; }

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

This text font color is #154714.


Background Color

.myBgColor { background-color: #154714; }

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

This div background color is #154714.


Border color

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

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

This div border color is #154714.


Opacity

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

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

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

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

This text has shadow with #154714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #154714 on black background.


Color preview on white background

This text has color #154714 on white background.



Black color preview on #154714 background

This text has black color on #154714 background.


White color preview on #154714 background

This text has white color on #154714 background.