COLOR #185C53

HEX: #185C53
RGB: (24,92,83)

Color info

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

RGB color model

#185C53 color RGB value is (24,92,83).

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

RGB channels and saturation

R 24 of 255 = 9%
G 92 of 255 = 36%
B 83 of 255 = 33%

24
92
83

R + G + B ~ 26%. #185C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 92 + 83 = 199 (100%)
R 24 of 199 ~ 12.06%
G 92 of 199 ~ 46.23%
B 83 of 199 ~ 41.71%

%12.06
%46.23
%41.71

CMYK color model

#185C53 color CMYK value is (74,0,10,64).

  • cyan value is 73.91%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 63.92%
CMYK:
(74,0,10,64)
C74M0Y10K64 
(74%,0%,10%,64%)
(0.74/0.00/0.10/0.64)	

CMYK percentages

%73.91
%0
%9.78
%63.92

Codes

Color #185C53 in popluar color models

185C53
RGB249283
HSL172°58.62%22.75%
HSB/HSV172°73.91%36.08%
CMYK73.91%0.00%9.78%
63.92%

Color #185C53 in popluar number systems.

HEX185C53
Decimal249283
Binary1100010111001010011
Octal30134123

Shades and tints

Shades of #185C53

#185C53
(24,92,83)
#16544C
(22,84,76)
#144C45
(20,76,69)
#12443E
(18,68,62)
#103C37
(16,60,55)
#0E3430
(14,52,48)
#0C2C29
(12,44,41)
#0A2422
(10,36,34)
#081C1B
(8,28,27)
#061414
(6,20,20)
#040C0D
(4,12,13)
#000000
(0,0,0)

Tints of #185C53

#185C53
(24,92,83)
#2D6A62
(45,106,98)
#427871
(66,120,113)
#578680
(87,134,128)
#6C948F
(108,148,143)
#81A29E
(129,162,158)
#96B0AD
(150,176,173)
#ABBEBC
(171,190,188)
#C0CCCB
(192,204,203)
#D5DADA
(213,218,218)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185C53; }

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

This text font color is #185C53.


Background Color

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

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

This div background color is #185C53.


Border color

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

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

This div border color is #185C53.


Opacity

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

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

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

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

This text has shadow with #185C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185C53 on black background.


Color preview on white background

This text has color #185C53 on white background.



Black color preview on #185C53 background

This text has black color on #185C53 background.


White color preview on #185C53 background

This text has white color on #185C53 background.