COLOR #15780B

HEX: #15780B
RGB: (21,120,11)

Color info

#15780B contains mainly green color. Web safe color of #15780B is #006600 (or #060).

RGB color model

#15780B color RGB value is (21,120,11).

  • red value is 21;
  • green value is 120;
  • blue value is 11.
RGB:
(21,120,11)
(8%,47%,4%)

RGB channels and saturation

R 21 of 255 = 8%
G 120 of 255 = 47%
B 11 of 255 = 4%

21
120
11

R + G + B ~ 20%. #15780B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 120 + 11 = 152 (100%)
R 21 of 152 ~ 13.82%
G 120 of 152 ~ 78.95%
B 11 of 152 ~ 7.24%

%13.82
%78.95

CMYK color model

#15780B color CMYK value is (83,0,91,53).

  • cyan value is 82.50%
  • magenta value is 0.00%
  • yellow value is 90.83%
  • key color value is 52.94%
CMYK:
(83,0,91,53)
C83M0Y91K53 
(83%,0%,91%,53%)
(0.83/0.00/0.91/0.53)	

CMYK percentages

%82.5
%0
%90.83
%52.94

Codes

Color #15780B in popluar color models

15780B
RGB2112011
HSL114°83.21%25.69%
HSB/HSV114°90.83%47.06%
CMYK82.50%0.00%90.83%
52.94%

Color #15780B in popluar number systems.

HEX15780B
Decimal2112011
Binary1010111110001011
Octal2517013

Shades and tints

Shades of #15780B

#15780B
(21,120,11)
#146E0A
(20,110,10)
#136409
(19,100,9)
#125A08
(18,90,8)
#115007
(17,80,7)
#104606
(16,70,6)
#0F3C05
(15,60,5)
#0E3204
(14,50,4)
#0D2803
(13,40,3)
#0C1E02
(12,30,2)
#0B1401
(11,20,1)
#000000
(0,0,0)

Tints of #15780B

#15780B
(21,120,11)
#2A8421
(42,132,33)
#3F9037
(63,144,55)
#549C4D
(84,156,77)
#69A863
(105,168,99)
#7EB479
(126,180,121)
#93C08F
(147,192,143)
#A8CCA5
(168,204,165)
#BDD8BB
(189,216,187)
#D2E4D1
(210,228,209)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15780B color. Also use rgb(21,120,11) instead hex code.

Text Font Color

.myTextColor { color: #15780B; }

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

This text font color is #15780B.


Background Color

.myBgColor { background-color: #15780B; }

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

This div background color is #15780B.


Border color

.myBorderColor { border: 1px solid #15780B; }

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

This div border color is #15780B.


Opacity

.myOpacity80 { color: #15780B; opacity: 0.8; }

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

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

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

This text has shadow with #15780B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15780B on black background.


Color preview on white background

This text has color #15780B on white background.



Black color preview on #15780B background

This text has black color on #15780B background.


White color preview on #15780B background

This text has white color on #15780B background.