COLOR #15530B

HEX: #15530B RGB: (21,83,11)

Color info

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

RGB color model

#15530B color RGB value is (21,83,11).

RGB: (21,83,11) (8%, 33%, 4%)

RGB channels and saturation

R 21 of 255 = 8%
G 83 of 255 = 33%
B 11 of 255 = 4%

21
83
11

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

Portions of RGB colors in percentages

R + G + B = 21 + 83 + 11 = 115 (100%)
R 21 of 115 ~ 18.26%
G 83 of 115 ~ 72.17%
B 11 of 115 ~ 9.57'%

%18.26
%72.17

CMYK color model

#15530B color CMYK value is (75,0,87,67).

  • cyan value is 74.70%
  • magenta value is 0.00%
  • yellow value is 86.75%
  • key color value is 67.45%

CMYK: (75,0,87,67)
C75M0Y87K67 (75%, 0%, 87%, 67%)
(0.75 / 0.00 / 0.87 / 0.67)

CMYK percentages

%74.7
%0
%86.75
%67.45

Codes

Color #15530B in popluar color models

15 53 0B
RGB 21 83 11
HSL 112° 76.60% 18.43%
HSB/HSV 112° 86.75% 32.55%
CMYK 74.70% 0.00% 86.75%
67.45%

Color #15530B in popluar number systems.

HEX 15 53 0B
Decimal 21 83 11
Binary 10101 1010011 1011
Octal 25 123 13

Shades and tints

Shades of #15530B

#15530B
(21,83,11)
#144C0A
(20,76,10)
#134509
(19,69,9)
#123E08
(18,62,8)
#113707
(17,55,7)
#103006
(16,48,6)
#0F2905
(15,41,5)
#0E2204
(14,34,4)
#0D1B03
(13,27,3)
#0C1402
(12,20,2)
#0B0D01
(11,13,1)
#000000
(0,0,0)

Tints of #15530B

#15530B
(21,83,11)
#2A6221
(42,98,33)
#3F7137
(63,113,55)
#54804D
(84,128,77)
#698F63
(105,143,99)
#7E9E79
(126,158,121)
#93AD8F
(147,173,143)
#A8BCA5
(168,188,165)
#BDCBBB
(189,203,187)
#D2DAD1
(210,218,209)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15530B; }

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

This text font color is #15530B.

Background Color

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

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

This div background color is #15530B.

Border color

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

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

This div border color is #15530B.

Opacity

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

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

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

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

This text has shadow with #15530B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15530B.

Preview

Color preview on black background

This text has color #15530B on black background.


Color preview on white background

This text has color #15530B on white background.


Black color preview on #15530B background

This text has black color on #15530B background.


White color preview on #15530B background

This text has white color on #15530B background.


Related colors

Complementary color

Complementary color for #hex is #EAACF4.


I love getcolorcode.com

Triadic colors

1 #0B1553 and #530B15 with #15530B are triadic colors.

2 #0B5315 and #53150B with #15530B are triadic colors.