COLOR #17380E

HEX: #17380E
RGB: (23,56,14)

Color info

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

RGB color model

#17380E color RGB value is (23,56,14).

  • red value is 23;
  • green value is 56;
  • blue value is 14.
RGB:
(23,56,14)
(9%,22%,5%)

RGB channels and saturation

R 23 of 255 = 9%
G 56 of 255 = 22%
B 14 of 255 = 5%

23
56
14

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

Portions of RGB colors in percentages

R + G + B =
23 + 56 + 14 = 93 (100%)
R 23 of 93 ~ 24.73%
G 56 of 93 ~ 60.22%
B 14 of 93 ~ 15.05%

%24.73
%60.22
%15.05

CMYK color model

#17380E color CMYK value is (59,0,75,78).

  • cyan value is 58.93%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 78.04%
CMYK:
(59,0,75,78)
C59M0Y75K78 
(59%,0%,75%,78%)
(0.59/0.00/0.75/0.78)	

CMYK percentages

%58.93
%0
%75
%78.04

Codes

Color #17380E in popluar color models

17380E
RGB235614
HSL107°60.00%13.73%
HSB/HSV107°75.00%21.96%
CMYK58.93%0.00%75.00%
78.04%

Color #17380E in popluar number systems.

HEX17380E
Decimal235614
Binary101111110001110
Octal277016

Shades and tints

Shades of #17380E

#17380E
(23,56,14)
#15330D
(21,51,13)
#132E0C
(19,46,12)
#11290B
(17,41,11)
#0F240A
(15,36,10)
#0D1F09
(13,31,9)
#0B1A08
(11,26,8)
#091507
(9,21,7)
#071006
(7,16,6)
#050B05
(5,11,5)
#030604
(3,6,4)
#000000
(0,0,0)

Tints of #17380E

#17380E
(23,56,14)
#2C4A23
(44,74,35)
#415C38
(65,92,56)
#566E4D
(86,110,77)
#6B8062
(107,128,98)
#809277
(128,146,119)
#95A48C
(149,164,140)
#AAB6A1
(170,182,161)
#BFC8B6
(191,200,182)
#D4DACB
(212,218,203)
#E9ECE0
(233,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17380E color. Also use rgb(23,56,14) instead hex code.

Text Font Color

.myTextColor { color: #17380E; }

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

This text font color is #17380E.


Background Color

.myBgColor { background-color: #17380E; }

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

This div background color is #17380E.


Border color

.myBorderColor { border: 1px solid #17380E; }

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

This div border color is #17380E.


Opacity

.myOpacity80 { color: #17380E; opacity: 0.8; }

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

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

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

This text has shadow with #17380E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17380E on black background.


Color preview on white background

This text has color #17380E on white background.



Black color preview on #17380E background

This text has black color on #17380E background.


White color preview on #17380E background

This text has white color on #17380E background.