COLOR #15352C

HEX: #15352C RGB: (21,53,44)

Color info

#15352C contains red, green and blue colors in about the same proportion. Web safe color of #15352C is #003333 (or #033).

RGB color model

#15352C color RGB value is (21,53,44).

RGB: (21,53,44) (8%, 21%, 17%)

RGB channels and saturation

R 21 of 255 = 8%
G 53 of 255 = 21%
B 44 of 255 = 17%

21
53
44

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

Portions of RGB colors in percentages

R + G + B = 21 + 53 + 44 = 118 (100%)
R 21 of 118 ~ 17.8%
G 53 of 118 ~ 44.92%
B 44 of 118 ~ 37.29'%

%17.8
%44.92
%37.29

CMYK color model

#15352C color CMYK value is (60,0,17,79).

  • cyan value is 60.38%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 79.22%

CMYK: (60,0,17,79)
C60M0Y17K79 (60%, 0%, 17%, 79%)
(0.60 / 0.00 / 0.17 / 0.79)

CMYK percentages

%60.38
%0
%16.98
%79.22

Codes

Color #15352C in popluar color models

15 35 2C
RGB 21 53 44
HSL 163° 43.24% 14.51%
HSB/HSV 163° 60.38% 20.78%
CMYK 60.38% 0.00% 16.98%
79.22%

Color #15352C in popluar number systems.

HEX 15 35 2C
Decimal 21 53 44
Binary 10101 110101 101100
Octal 25 65 54

Shades and tints

Shades of #15352C

#15352C
(21,53,44)
#143128
(20,49,40)
#132D24
(19,45,36)
#122920
(18,41,32)
#11251C
(17,37,28)
#102118
(16,33,24)
#0F1D14
(15,29,20)
#0E1910
(14,25,16)
#0D150C
(13,21,12)
#0C1108
(12,17,8)
#0B0D04
(11,13,4)
#000000
(0,0,0)

Tints of #15352C

#15352C
(21,53,44)
#2A473F
(42,71,63)
#3F5952
(63,89,82)
#546B65
(84,107,101)
#697D78
(105,125,120)
#7E8F8B
(126,143,139)
#93A19E
(147,161,158)
#A8B3B1
(168,179,177)
#BDC5C4
(189,197,196)
#D2D7D7
(210,215,215)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15352C color. Also use rgb(21,53,44) instead hex code.

Text Font Color

.myTextColor { color: #15352C; }

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

This text font color is #15352C.

Background Color

.myBgColor { background-color: #15352C; }

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

This div background color is #15352C.

Border color

.myBorderColor { border: 1px solid #15352C; }

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

This div border color is #15352C.

Opacity

.myOpacity80 { color: #15352C; opacity: 0.8; }

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

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

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

This text has shadow with #15352C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15352C.

Preview

Color preview on black background

This text has color #15352C on black background.


Color preview on white background

This text has color #15352C on white background.


Black color preview on #15352C background

This text has black color on #15352C background.


White color preview on #15352C background

This text has white color on #15352C background.


Related colors

Complementary color

Complementary color for #hex is #EACAD3.


I love getcolorcode.com

Triadic colors

1 #2C1535 and #352C15 with #15352C are triadic colors.

2 #2C3515 and #35152C with #15352C are triadic colors.