COLOR #17050D

HEX: #17050D RGB: (23,5,13)

Color info

#17050D contains red, green and blue colors in about the same proportion. Web safe color of #17050D is #000000 (or #000).

RGB color model

#17050D color RGB value is (23,5,13).

RGB: (23,5,13) (9%, 2%, 5%)

RGB channels and saturation

R 23 of 255 = 9%
G 5 of 255 = 2%
B 13 of 255 = 5%

23
5
13

R + G + B ~ 5%. #17050D is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 5 + 13 = 41 (100%)
R 23 of 41 ~ 56.1%
G 5 of 41 ~ 12.2%
B 13 of 41 ~ 31.71'%

%56.1
%12.2
%31.71

CMYK color model

#17050D color CMYK value is (0,78,43,91).

  • cyan value is 0.00%
  • magenta value is 78.26%
  • yellow value is 43.48%
  • key color value is 90.98%

CMYK: (0,78,43,91)
C0M78Y43K91 (0%, 78%, 43%, 91%)
(0.00 / 0.78 / 0.43 / 0.91)

CMYK percentages

%0
%78.26
%43.48
%90.98

Codes

Color #17050D in popluar color models

17 05 0D
RGB 23 5 13
HSL 333° 64.29% 5.49%
HSB/HSV 333° 78.26% 9.02%
CMYK 0.00% 78.26% 43.48%
90.98%

Color #17050D in popluar number systems.

HEX 17 05 0D
Decimal 23 5 13
Binary 10111 101 1101
Octal 27 5 15

Shades and tints

Shades of #17050D

#17050D
(23,5,13)
#15050C
(21,5,12)
#13050B
(19,5,11)
#11050A
(17,5,10)
#0F0509
(15,5,9)
#0D0508
(13,5,8)
#0B0507
(11,5,7)
#090506
(9,5,6)
#070505
(7,5,5)
#050504
(5,5,4)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #17050D

#17050D
(23,5,13)
#2C1B23
(44,27,35)
#413139
(65,49,57)
#56474F
(86,71,79)
#6B5D65
(107,93,101)
#80737B
(128,115,123)
#958991
(149,137,145)
#AA9FA7
(170,159,167)
#BFB5BD
(191,181,189)
#D4CBD3
(212,203,211)
#E9E1E9
(233,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17050D color. Also use rgb(23,5,13) instead hex code.

Text Font Color

.myTextColor { color: #17050D; }

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

This text font color is #17050D.

Background Color

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

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

This div background color is #17050D.

Border color

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

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

This div border color is #17050D.

Opacity

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

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

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

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

This text has shadow with #17050D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17050D.

Preview

Color preview on black background

This text has color #17050D on black background.


Color preview on white background

This text has color #17050D on white background.


Black color preview on #17050D background

This text has black color on #17050D background.


White color preview on #17050D background

This text has white color on #17050D background.


Related colors

Complementary color

Complementary color for #hex is #E8FAF2.


I love getcolorcode.com

Triadic colors

1 #0D1705 and #050D17 with #17050D are triadic colors.

2 #0D0517 and #05170D with #17050D are triadic colors.