COLOR #173015

HEX: #173015
RGB: (23,48,21)

Color info

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

RGB color model

#173015 color RGB value is (23,48,21).

  • red value is 23;
  • green value is 48;
  • blue value is 21.
RGB:
(23,48,21)
(9%,19%,8%)

RGB channels and saturation

R 23 of 255 = 9%
G 48 of 255 = 19%
B 21 of 255 = 8%

23
48
21

R + G + B ~ 12%. #173015 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 48 + 21 = 92 (100%)
R 23 of 92 ~ 25%
G 48 of 92 ~ 52.17%
B 21 of 92 ~ 22.83%

%25
%52.17
%22.83

CMYK color model

#173015 color CMYK value is (52,0,56,81).

  • cyan value is 52.08%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 81.18%
CMYK:
(52,0,56,81)
C52M0Y56K81 
(52%,0%,56%,81%)
(0.52/0.00/0.56/0.81)	

CMYK percentages

%52.08
%0
%56.25
%81.18

Codes

Color #173015 in popluar color models

173015
RGB234821
HSL116°39.13%13.53%
HSB/HSV116°56.25%18.82%
CMYK52.08%0.00%56.25%
81.18%

Color #173015 in popluar number systems.

HEX173015
Decimal234821
Binary1011111000010101
Octal276025

Shades and tints

Shades of #173015

#173015
(23,48,21)
#152C14
(21,44,20)
#132813
(19,40,19)
#112412
(17,36,18)
#0F2011
(15,32,17)
#0D1C10
(13,28,16)
#0B180F
(11,24,15)
#09140E
(9,20,14)
#07100D
(7,16,13)
#050C0C
(5,12,12)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #173015

#173015
(23,48,21)
#2C422A
(44,66,42)
#41543F
(65,84,63)
#566654
(86,102,84)
#6B7869
(107,120,105)
#808A7E
(128,138,126)
#959C93
(149,156,147)
#AAAEA8
(170,174,168)
#BFC0BD
(191,192,189)
#D4D2D2
(212,210,210)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173015 color. Also use rgb(23,48,21) instead hex code.

Text Font Color

.myTextColor { color: #173015; }

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

This text font color is #173015.


Background Color

.myBgColor { background-color: #173015; }

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

This div background color is #173015.


Border color

.myBorderColor { border: 1px solid #173015; }

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

This div border color is #173015.


Opacity

.myOpacity80 { color: #173015; opacity: 0.8; }

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

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

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

This text has shadow with #173015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173015 on black background.


Color preview on white background

This text has color #173015 on white background.



Black color preview on #173015 background

This text has black color on #173015 background.


White color preview on #173015 background

This text has white color on #173015 background.