COLOR #17525A

HEX: #17525A
RGB: (23,82,90)

Color info

#17525A contains mainly green and blue colors. Web safe color of #17525A is #006666 (or #066).

RGB color model

#17525A color RGB value is (23,82,90).

  • red value is 23;
  • green value is 82;
  • blue value is 90.
RGB:
(23,82,90)
(9%,32%,35%)

RGB channels and saturation

R 23 of 255 = 9%
G 82 of 255 = 32%
B 90 of 255 = 35%

23
82
90

R + G + B ~ 25%. #17525A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 82 + 90 = 195 (100%)
R 23 of 195 ~ 11.79%
G 82 of 195 ~ 42.05%
B 90 of 195 ~ 46.15%

%11.79
%42.05
%46.15

CMYK color model

#17525A color CMYK value is (74,9,0,65).

  • cyan value is 74.44%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(74,9,0,65)
C74M9Y0K65 
(74%,9%,0%,65%)
(0.74/0.09/0.00/0.65)	

CMYK percentages

%74.44
%8.89
%0
%64.71

Codes

Color #17525A in popluar color models

17525A
RGB238290
HSL187°59.29%22.16%
HSB/HSV187°74.44%35.29%
CMYK74.44%8.89%0.00%
64.71%

Color #17525A in popluar number systems.

HEX17525A
Decimal238290
Binary1011110100101011010
Octal27122132

Shades and tints

Shades of #17525A

#17525A
(23,82,90)
#154B52
(21,75,82)
#13444A
(19,68,74)
#113D42
(17,61,66)
#0F363A
(15,54,58)
#0D2F32
(13,47,50)
#0B282A
(11,40,42)
#092122
(9,33,34)
#071A1A
(7,26,26)
#051312
(5,19,18)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #17525A

#17525A
(23,82,90)
#2C6169
(44,97,105)
#417078
(65,112,120)
#567F87
(86,127,135)
#6B8E96
(107,142,150)
#809DA5
(128,157,165)
#95ACB4
(149,172,180)
#AABBC3
(170,187,195)
#BFCAD2
(191,202,210)
#D4D9E1
(212,217,225)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17525A color. Also use rgb(23,82,90) instead hex code.

Text Font Color

.myTextColor { color: #17525A; }

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

This text font color is #17525A.


Background Color

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

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

This div background color is #17525A.


Border color

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

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

This div border color is #17525A.


Opacity

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

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

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

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

This text has shadow with #17525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17525A on black background.


Color preview on white background

This text has color #17525A on white background.



Black color preview on #17525A background

This text has black color on #17525A background.


White color preview on #17525A background

This text has white color on #17525A background.