COLOR #185A74

HEX: #185A74
RGB: (24,90,116)

Color info

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

RGB color model

#185A74 color RGB value is (24,90,116).

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

RGB channels and saturation

R 24 of 255 = 9%
G 90 of 255 = 35%
B 116 of 255 = 45%

24
90
116

R + G + B ~ 30%. #185A74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 90 + 116 = 230 (100%)
R 24 of 230 ~ 10.43%
G 90 of 230 ~ 39.13%
B 116 of 230 ~ 50.43%

%10.43
%39.13
%50.43

CMYK color model

#185A74 color CMYK value is (79,22,0,55).

  • cyan value is 79.31%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(79,22,0,55)
C79M22Y0K55 
(79%,22%,0%,55%)
(0.79/0.22/0.00/0.55)	

CMYK percentages

%79.31
%22.41
%0
%54.51

Codes

Color #185A74 in popluar color models

185A74
RGB2490116
HSL197°65.71%27.45%
HSB/HSV197°79.31%45.49%
CMYK79.31%22.41%0.00%
54.51%

Color #185A74 in popluar number systems.

HEX185A74
Decimal2490116
Binary1100010110101110100
Octal30132164

Shades and tints

Shades of #185A74

#185A74
(24,90,116)
#16526A
(22,82,106)
#144A60
(20,74,96)
#124256
(18,66,86)
#103A4C
(16,58,76)
#0E3242
(14,50,66)
#0C2A38
(12,42,56)
#0A222E
(10,34,46)
#081A24
(8,26,36)
#06121A
(6,18,26)
#040A10
(4,10,16)
#000000
(0,0,0)

Tints of #185A74

#185A74
(24,90,116)
#2D6980
(45,105,128)
#42788C
(66,120,140)
#578798
(87,135,152)
#6C96A4
(108,150,164)
#81A5B0
(129,165,176)
#96B4BC
(150,180,188)
#ABC3C8
(171,195,200)
#C0D2D4
(192,210,212)
#D5E1E0
(213,225,224)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185A74; }

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

This text font color is #185A74.


Background Color

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

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

This div background color is #185A74.


Border color

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

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

This div border color is #185A74.


Opacity

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

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

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

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

This text has shadow with #185A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185A74 on black background.


Color preview on white background

This text has color #185A74 on white background.



Black color preview on #185A74 background

This text has black color on #185A74 background.


White color preview on #185A74 background

This text has white color on #185A74 background.