COLOR #173304

HEX: #173304 RGB: (23,51,4)

Color info

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

RGB color model

#173304 color RGB value is (23,51,4).

RGB: (23,51,4) (9%, 20%, 2%)

RGB channels and saturation

R 23 of 255 = 9%
G 51 of 255 = 20%
B 4 of 255 = 2%

23
51
4

R + G + B ~ 10%. #173304 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 51 + 4 = 78 (100%)
R 23 of 78 ~ 29.49%
G 51 of 78 ~ 65.38%
B 4 of 78 ~ 5.13'%

%29.49
%65.38

CMYK color model

#173304 color CMYK value is (55,0,92,80).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 92.16%
  • key color value is 80.00%

CMYK: (55,0,92,80)
C55M0Y92K80 (55%, 0%, 92%, 80%)
(0.55 / 0.00 / 0.92 / 0.80)

CMYK percentages

%54.9
%0
%92.16
%80

Codes

Color #173304 in popluar color models

17 33 04
RGB 23 51 4
HSL 96° 85.45% 10.78%
HSB/HSV 96° 92.16% 20.00%
CMYK 54.90% 0.00% 92.16%
80.00%

Color #173304 in popluar number systems.

HEX 17 33 04
Decimal 23 51 4
Binary 10111 110011 100
Octal 27 63 4

Shades and tints

Shades of #173304

#173304
(23,51,4)
#152F04
(21,47,4)
#132B04
(19,43,4)
#112704
(17,39,4)
#0F2304
(15,35,4)
#0D1F04
(13,31,4)
#0B1B04
(11,27,4)
#091704
(9,23,4)
#071304
(7,19,4)
#050F04
(5,15,4)
#030B04
(3,11,4)
#000000
(0,0,0)

Tints of #173304

#173304
(23,51,4)
#2C451A
(44,69,26)
#415730
(65,87,48)
#566946
(86,105,70)
#6B7B5C
(107,123,92)
#808D72
(128,141,114)
#959F88
(149,159,136)
#AAB19E
(170,177,158)
#BFC3B4
(191,195,180)
#D4D5CA
(212,213,202)
#E9E7E0
(233,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173304 color. Also use rgb(23,51,4) instead hex code.

Text Font Color

.myTextColor { color: #173304; }

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

This text font color is #173304.

Background Color

.myBgColor { background-color: #173304; }

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

This div background color is #173304.

Border color

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

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

This div border color is #173304.

Opacity

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

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

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

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

This text has shadow with #173304 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173304.

Preview

Color preview on black background

This text has color #173304 on black background.


Color preview on white background

This text has color #173304 on white background.


Black color preview on #173304 background

This text has black color on #173304 background.


White color preview on #173304 background

This text has white color on #173304 background.


Related colors

Complementary color

Complementary color for #hex is #E8CCFB.


I love getcolorcode.com

Triadic colors

1 #041733 and #330417 with #173304 are triadic colors.

2 #043317 and #331704 with #173304 are triadic colors.