COLOR #185D85

HEX: #185D85
RGB: (24,93,133)

Color info

#185D85 contains mainly green and blue colors. Web safe color of #185D85 is #006699 (or #069).

RGB color model

#185D85 color RGB value is (24,93,133).

  • red value is 24;
  • green value is 93;
  • blue value is 133.
RGB:
(24,93,133)
(9%,36%,52%)

RGB channels and saturation

R 24 of 255 = 9%
G 93 of 255 = 36%
B 133 of 255 = 52%

24
93
133

R + G + B ~ 32%. #185D85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 93 + 133 = 250 (100%)
R 24 of 250 ~ 9.6%
G 93 of 250 ~ 37.2%
B 133 of 250 ~ 53.2%

%9.6
%37.2
%53.2

CMYK color model

#185D85 color CMYK value is (82,30,0,48).

  • cyan value is 81.95%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(82,30,0,48)
C82M30Y0K48 
(82%,30%,0%,48%)
(0.82/0.30/0.00/0.48)	

CMYK percentages

%81.95
%30.08
%0
%47.84

Codes

Color #185D85 in popluar color models

185D85
RGB2493133
HSL202°69.43%30.78%
HSB/HSV202°81.95%52.16%
CMYK81.95%30.08%0.00%
47.84%

Color #185D85 in popluar number systems.

HEX185D85
Decimal2493133
Binary11000101110110000101
Octal30135205

Shades and tints

Shades of #185D85

#185D85
(24,93,133)
#165579
(22,85,121)
#144D6D
(20,77,109)
#124561
(18,69,97)
#103D55
(16,61,85)
#0E3549
(14,53,73)
#0C2D3D
(12,45,61)
#0A2531
(10,37,49)
#081D25
(8,29,37)
#061519
(6,21,25)
#040D0D
(4,13,13)
#000000
(0,0,0)

Tints of #185D85

#185D85
(24,93,133)
#2D6B90
(45,107,144)
#42799B
(66,121,155)
#5787A6
(87,135,166)
#6C95B1
(108,149,177)
#81A3BC
(129,163,188)
#96B1C7
(150,177,199)
#ABBFD2
(171,191,210)
#C0CDDD
(192,205,221)
#D5DBE8
(213,219,232)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185D85 color. Also use rgb(24,93,133) instead hex code.

Text Font Color

.myTextColor { color: #185D85; }

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

This text font color is #185D85.


Background Color

.myBgColor { background-color: #185D85; }

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

This div background color is #185D85.


Border color

.myBorderColor { border: 1px solid #185D85; }

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

This div border color is #185D85.


Opacity

.myOpacity80 { color: #185D85; opacity: 0.8; }

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

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

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

This text has shadow with #185D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185D85 on black background.


Color preview on white background

This text has color #185D85 on white background.



Black color preview on #185D85 background

This text has black color on #185D85 background.


White color preview on #185D85 background

This text has white color on #185D85 background.