COLOR #15953D

HEX: #15953D RGB: (21,149,61)

Color info

#15953D contains mainly green color. Web safe color of #15953D is #009933 (or #093).

RGB color model

#15953D color RGB value is (21,149,61).

RGB: (21,149,61) (8%, 58%, 24%)

RGB channels and saturation

R 21 of 255 = 8%
G 149 of 255 = 58%
B 61 of 255 = 24%

21
149
61

R + G + B ~ 30%. #15953D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 149 + 61 = 231 (100%)
R 21 of 231 ~ 9.09%
G 149 of 231 ~ 64.5%
B 61 of 231 ~ 26.41'%

%64.5
%26.41

CMYK color model

#15953D color CMYK value is (86,0,59,42).

  • cyan value is 85.91%
  • magenta value is 0.00%
  • yellow value is 59.06%
  • key color value is 41.57%

CMYK: (86,0,59,42)
C86M0Y59K42 (86%, 0%, 59%, 42%)
(0.86 / 0.00 / 0.59 / 0.42)

CMYK percentages

%85.91
%0
%59.06
%41.57

Codes

Color #15953D in popluar color models

15 95 3D
RGB 21 149 61
HSL 139° 75.29% 33.33%
HSB/HSV 139° 85.91% 58.43%
CMYK 85.91% 0.00% 59.06%
41.57%

Color #15953D in popluar number systems.

HEX 15 95 3D
Decimal 21 149 61
Binary 10101 10010101 111101
Octal 25 225 75

Shades and tints

Shades of #15953D

#15953D
(21,149,61)
#148838
(20,136,56)
#137B33
(19,123,51)
#126E2E
(18,110,46)
#116129
(17,97,41)
#105424
(16,84,36)
#0F471F
(15,71,31)
#0E3A1A
(14,58,26)
#0D2D15
(13,45,21)
#0C2010
(12,32,16)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #15953D

#15953D
(21,149,61)
#2A9E4E
(42,158,78)
#3FA75F
(63,167,95)
#54B070
(84,176,112)
#69B981
(105,185,129)
#7EC292
(126,194,146)
#93CBA3
(147,203,163)
#A8D4B4
(168,212,180)
#BDDDC5
(189,221,197)
#D2E6D6
(210,230,214)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15953D color. Also use rgb(21,149,61) instead hex code.

Text Font Color

.myTextColor { color: #15953D; }

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

This text font color is #15953D.

Background Color

.myBgColor { background-color: #15953D; }

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

This div background color is #15953D.

Border color

.myBorderColor { border: 1px solid #15953D; }

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

This div border color is #15953D.

Opacity

.myOpacity80 { color: #15953D; opacity: 0.8; }

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

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

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

This text has shadow with #15953D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15953D.

Preview

Color preview on black background

This text has color #15953D on black background.


Color preview on white background

This text has color #15953D on white background.


Black color preview on #15953D background

This text has black color on #15953D background.


White color preview on #15953D background

This text has white color on #15953D background.


Related colors

Complementary color

Complementary color for #hex is #EA6AC2.


I love getcolorcode.com

Triadic colors

1 #3D1595 and #953D15 with #15953D are triadic colors.

2 #3D9515 and #95153D with #15953D are triadic colors.