COLOR #155113

HEX: #155113 RGB: (21,81,19)

Color info

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

RGB color model

#155113 color RGB value is (21,81,19).

RGB: (21,81,19) (8%, 32%, 7%)

RGB channels and saturation

R 21 of 255 = 8%
G 81 of 255 = 32%
B 19 of 255 = 7%

21
81
19

R + G + B ~ 16%. #155113 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 81 + 19 = 121 (100%)
R 21 of 121 ~ 17.36%
G 81 of 121 ~ 66.94%
B 19 of 121 ~ 15.7'%

%17.36
%66.94
%15.7

CMYK color model

#155113 color CMYK value is (74,0,77,68).

  • cyan value is 74.07%
  • magenta value is 0.00%
  • yellow value is 76.54%
  • key color value is 68.24%
CMYK: (74,0,77,68) C74M0Y77K68 (74%,0%,77%,68%) (0.74/0.00/0.77/0.68) 

CMYK percentages

%74.07
%0
%76.54
%68.24

Codes

Color #155113 in popluar color models

15 51 13
RGB 21 81 19
HSL 118° 62.00% 19.61%
HSB/HSV 118° 76.54% 31.76%
CMYK 74.07% 0.00% 76.54%
68.24%

Color #155113 in popluar number systems.

HEX 15 51 13
Decimal 21 81 19
Binary 10101 1010001 10011
Octal 25 121 23

Shades and tints

Shades of #155113

#155113
(21,81,19)
#144A12
(20,74,18)
#134311
(19,67,17)
#123C10
(18,60,16)
#11350F
(17,53,15)
#102E0E
(16,46,14)
#0F270D
(15,39,13)
#0E200C
(14,32,12)
#0D190B
(13,25,11)
#0C120A
(12,18,10)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #155113

#155113
(21,81,19)
#2A6028
(42,96,40)
#3F6F3D
(63,111,61)
#547E52
(84,126,82)
#698D67
(105,141,103)
#7E9C7C
(126,156,124)
#93AB91
(147,171,145)
#A8BAA6
(168,186,166)
#BDC9BB
(189,201,187)
#D2D8D0
(210,216,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155113 color. Also use rgb(21,81,19) instead hex code.

Text Font Color

.myTextColor { color: #155113; }

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

This text font color is #155113.

Background Color

.myBgColor { background-color: #155113; }

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

This div background color is #155113.

Border color

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

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

This div border color is #155113.

Opacity

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

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

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

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

This text has shadow with #155113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #155113.

Preview

Color preview on black background

This text has color #155113 on black background.


Color preview on white background

This text has color #155113 on white background.


Black color preview on #155113 background

This text has black color on #155113 background.


White color preview on #155113 background

This text has white color on #155113 background.


Related colors

Complementary color

Complementary color for #hex is #EAAEEC.


I love getcolorcode.com

Triadic colors

1 #131551 and #511315 with #155113 are triadic colors.

2 #135115 and #511513 with #155113 are triadic colors.