COLOR #187485

HEX: #187485
RGB: (24,116,133)

Color info

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

RGB color model

#187485 color RGB value is (24,116,133).

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

RGB channels and saturation

R 24 of 255 = 9%
G 116 of 255 = 45%
B 133 of 255 = 52%

24
116
133

R + G + B ~ 35%. #187485 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 116 + 133 = 273 (100%)
R 24 of 273 ~ 8.79%
G 116 of 273 ~ 42.49%
B 133 of 273 ~ 48.72%

%42.49
%48.72

CMYK color model

#187485 color CMYK value is (82,13,0,48).

  • cyan value is 81.95%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(82,13,0,48)
C82M13Y0K48 
(82%,13%,0%,48%)
(0.82/0.13/0.00/0.48)	

CMYK percentages

%81.95
%12.78
%0
%47.84

Codes

Color #187485 in popluar color models

187485
RGB24116133
HSL189°69.43%30.78%
HSB/HSV189°81.95%52.16%
CMYK81.95%12.78%0.00%
47.84%

Color #187485 in popluar number systems.

HEX187485
Decimal24116133
Binary11000111010010000101
Octal30164205

Shades and tints

Shades of #187485

#187485
(24,116,133)
#166A79
(22,106,121)
#14606D
(20,96,109)
#125661
(18,86,97)
#104C55
(16,76,85)
#0E4249
(14,66,73)
#0C383D
(12,56,61)
#0A2E31
(10,46,49)
#082425
(8,36,37)
#061A19
(6,26,25)
#04100D
(4,16,13)
#000000
(0,0,0)

Tints of #187485

#187485
(24,116,133)
#2D8090
(45,128,144)
#428C9B
(66,140,155)
#5798A6
(87,152,166)
#6CA4B1
(108,164,177)
#81B0BC
(129,176,188)
#96BCC7
(150,188,199)
#ABC8D2
(171,200,210)
#C0D4DD
(192,212,221)
#D5E0E8
(213,224,232)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #187485; }

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

This text font color is #187485.


Background Color

.myBgColor { background-color: #187485; }

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

This div background color is #187485.


Border color

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

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

This div border color is #187485.


Opacity

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

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

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

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

This text has shadow with #187485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187485 on black background.


Color preview on white background

This text has color #187485 on white background.



Black color preview on #187485 background

This text has black color on #187485 background.


White color preview on #187485 background

This text has white color on #187485 background.