COLOR #15343D

HEX: #15343D RGB: (21,52,61)

Color info

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

RGB color model

#15343D color RGB value is (21,52,61).

RGB: (21,52,61) (8%, 20%, 24%)

RGB channels and saturation

R 21 of 255 = 8%
G 52 of 255 = 20%
B 61 of 255 = 24%

21
52
61

R + G + B ~ 17%. #15343D is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 52 + 61 = 134 (100%)
R 21 of 134 ~ 15.67%
G 52 of 134 ~ 38.81%
B 61 of 134 ~ 45.52'%

%15.67
%38.81
%45.52

CMYK color model

#15343D color CMYK value is (66,15,0,76).

  • cyan value is 65.57%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (66,15,0,76)
C66M15Y0K76 (66%, 15%, 0%, 76%)
(0.66 / 0.15 / 0.00 / 0.76)

CMYK percentages

%65.57
%14.75
%0
%76.08

Codes

Color #15343D in popluar color models

15 34 3D
RGB 21 52 61
HSL 194° 48.78% 16.08%
HSB/HSV 194° 65.57% 23.92%
CMYK 65.57% 14.75% 0.00%
76.08%

Color #15343D in popluar number systems.

HEX 15 34 3D
Decimal 21 52 61
Binary 10101 110100 111101
Octal 25 64 75

Shades and tints

Shades of #15343D

#15343D
(21,52,61)
#143038
(20,48,56)
#132C33
(19,44,51)
#12282E
(18,40,46)
#112429
(17,36,41)
#102024
(16,32,36)
#0F1C1F
(15,28,31)
#0E181A
(14,24,26)
#0D1415
(13,20,21)
#0C1010
(12,16,16)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #15343D

#15343D
(21,52,61)
#2A464E
(42,70,78)
#3F585F
(63,88,95)
#546A70
(84,106,112)
#697C81
(105,124,129)
#7E8E92
(126,142,146)
#93A0A3
(147,160,163)
#A8B2B4
(168,178,180)
#BDC4C5
(189,196,197)
#D2D6D6
(210,214,214)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15343D; }

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

This text font color is #15343D.

Background Color

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

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

This div background color is #15343D.

Border color

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

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

This div border color is #15343D.

Opacity

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

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

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

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

This text has shadow with #15343D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15343D.

Preview

Color preview on black background

This text has color #15343D on black background.


Color preview on white background

This text has color #15343D on white background.


Black color preview on #15343D background

This text has black color on #15343D background.


White color preview on #15343D background

This text has white color on #15343D background.


Related colors

Complementary color

Complementary color for #hex is #EACBC2.


I love getcolorcode.com

Triadic colors

1 #3D1534 and #343D15 with #15343D are triadic colors.

2 #3D3415 and #34153D with #15343D are triadic colors.