COLOR #185C71

HEX: #185C71
RGB: (24,92,113)

Color info

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

RGB color model

#185C71 color RGB value is (24,92,113).

  • red value is 24;
  • green value is 92;
  • blue value is 113.
RGB:
(24,92,113)
(9%,36%,44%)

RGB channels and saturation

R 24 of 255 = 9%
G 92 of 255 = 36%
B 113 of 255 = 44%

24
92
113

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

Portions of RGB colors in percentages

R + G + B =
24 + 92 + 113 = 229 (100%)
R 24 of 229 ~ 10.48%
G 92 of 229 ~ 40.17%
B 113 of 229 ~ 49.34%

%10.48
%40.17
%49.34

CMYK color model

#185C71 color CMYK value is (79,19,0,56).

  • cyan value is 78.76%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(79,19,0,56)
C79M19Y0K56 
(79%,19%,0%,56%)
(0.79/0.19/0.00/0.56)	

CMYK percentages

%78.76
%18.58
%0
%55.69

Codes

Color #185C71 in popluar color models

185C71
RGB2492113
HSL194°64.96%26.86%
HSB/HSV194°78.76%44.31%
CMYK78.76%18.58%0.00%
55.69%

Color #185C71 in popluar number systems.

HEX185C71
Decimal2492113
Binary1100010111001110001
Octal30134161

Shades and tints

Shades of #185C71

#185C71
(24,92,113)
#165467
(22,84,103)
#144C5D
(20,76,93)
#124453
(18,68,83)
#103C49
(16,60,73)
#0E343F
(14,52,63)
#0C2C35
(12,44,53)
#0A242B
(10,36,43)
#081C21
(8,28,33)
#061417
(6,20,23)
#040C0D
(4,12,13)
#000000
(0,0,0)

Tints of #185C71

#185C71
(24,92,113)
#2D6A7D
(45,106,125)
#427889
(66,120,137)
#578695
(87,134,149)
#6C94A1
(108,148,161)
#81A2AD
(129,162,173)
#96B0B9
(150,176,185)
#ABBEC5
(171,190,197)
#C0CCD1
(192,204,209)
#D5DADD
(213,218,221)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185C71 color. Also use rgb(24,92,113) instead hex code.

Text Font Color

.myTextColor { color: #185C71; }

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

This text font color is #185C71.


Background Color

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

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

This div background color is #185C71.


Border color

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

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

This div border color is #185C71.


Opacity

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

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

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

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

This text has shadow with #185C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185C71 on black background.


Color preview on white background

This text has color #185C71 on white background.



Black color preview on #185C71 background

This text has black color on #185C71 background.


White color preview on #185C71 background

This text has white color on #185C71 background.