COLOR #15230B

HEX: #15230B
RGB: (21,35,11)

Color info

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

RGB color model

#15230B color RGB value is (21,35,11).

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

RGB channels and saturation

R 21 of 255 = 8%
G 35 of 255 = 14%
B 11 of 255 = 4%

21
35
11

R + G + B ~ 9%. #15230B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 35 + 11 = 67 (100%)
R 21 of 67 ~ 31.34%
G 35 of 67 ~ 52.24%
B 11 of 67 ~ 16.42%

%31.34
%52.24
%16.42

CMYK color model

#15230B color CMYK value is (40,0,69,86).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 68.57%
  • key color value is 86.27%
CMYK:
(40,0,69,86)
C40M0Y69K86 
(40%,0%,69%,86%)
(0.40/0.00/0.69/0.86)	

CMYK percentages

%40
%0
%68.57
%86.27

Codes

Color #15230B in popluar color models

15230B
RGB213511
HSL95°52.17%9.02%
HSB/HSV95°68.57%13.73%
CMYK40.00%0.00%68.57%
86.27%

Color #15230B in popluar number systems.

HEX15230B
Decimal213511
Binary101011000111011
Octal254313

Shades and tints

Shades of #15230B

#15230B
(21,35,11)
#14200A
(20,32,10)
#131D09
(19,29,9)
#121A08
(18,26,8)
#111707
(17,23,7)
#101406
(16,20,6)
#0F1105
(15,17,5)
#0E0E04
(14,14,4)
#0D0B03
(13,11,3)
#0C0802
(12,8,2)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #15230B

#15230B
(21,35,11)
#2A3721
(42,55,33)
#3F4B37
(63,75,55)
#545F4D
(84,95,77)
#697363
(105,115,99)
#7E8779
(126,135,121)
#939B8F
(147,155,143)
#A8AFA5
(168,175,165)
#BDC3BB
(189,195,187)
#D2D7D1
(210,215,209)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15230B; }

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

This text font color is #15230B.


Background Color

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

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

This div background color is #15230B.


Border color

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

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

This div border color is #15230B.


Opacity

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

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

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

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

This text has shadow with #15230B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15230B on black background.


Color preview on white background

This text has color #15230B on white background.



Black color preview on #15230B background

This text has black color on #15230B background.


White color preview on #15230B background

This text has white color on #15230B background.