COLOR #17482A

HEX: #17482A
RGB: (23,72,42)

Color info

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

RGB color model

#17482A color RGB value is (23,72,42).

  • red value is 23;
  • green value is 72;
  • blue value is 42.
RGB:
(23,72,42)
(9%,28%,16%)

RGB channels and saturation

R 23 of 255 = 9%
G 72 of 255 = 28%
B 42 of 255 = 16%

23
72
42

R + G + B ~ 18%. #17482A is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 72 + 42 = 137 (100%)
R 23 of 137 ~ 16.79%
G 72 of 137 ~ 52.55%
B 42 of 137 ~ 30.66%

%16.79
%52.55
%30.66

CMYK color model

#17482A color CMYK value is (68,0,42,72).

  • cyan value is 68.06%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 71.76%
CMYK:
(68,0,42,72)
C68M0Y42K72 
(68%,0%,42%,72%)
(0.68/0.00/0.42/0.72)	

CMYK percentages

%68.06
%0
%41.67
%71.76

Codes

Color #17482A in popluar color models

17482A
RGB237242
HSL143°51.58%18.63%
HSB/HSV143°68.06%28.24%
CMYK68.06%0.00%41.67%
71.76%

Color #17482A in popluar number systems.

HEX17482A
Decimal237242
Binary101111001000101010
Octal2711052

Shades and tints

Shades of #17482A

#17482A
(23,72,42)
#154227
(21,66,39)
#133C24
(19,60,36)
#113621
(17,54,33)
#0F301E
(15,48,30)
#0D2A1B
(13,42,27)
#0B2418
(11,36,24)
#091E15
(9,30,21)
#071812
(7,24,18)
#05120F
(5,18,15)
#030C0C
(3,12,12)
#000000
(0,0,0)

Tints of #17482A

#17482A
(23,72,42)
#2C583D
(44,88,61)
#416850
(65,104,80)
#567863
(86,120,99)
#6B8876
(107,136,118)
#809889
(128,152,137)
#95A89C
(149,168,156)
#AAB8AF
(170,184,175)
#BFC8C2
(191,200,194)
#D4D8D5
(212,216,213)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17482A color. Also use rgb(23,72,42) instead hex code.

Text Font Color

.myTextColor { color: #17482A; }

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

This text font color is #17482A.


Background Color

.myBgColor { background-color: #17482A; }

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

This div background color is #17482A.


Border color

.myBorderColor { border: 1px solid #17482A; }

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

This div border color is #17482A.


Opacity

.myOpacity80 { color: #17482A; opacity: 0.8; }

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

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

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

This text has shadow with #17482A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17482A on black background.


Color preview on white background

This text has color #17482A on white background.



Black color preview on #17482A background

This text has black color on #17482A background.


White color preview on #17482A background

This text has white color on #17482A background.