COLOR #185E5D

HEX: #185E5D
RGB: (24,94,93)

Color info

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

RGB color model

#185E5D color RGB value is (24,94,93).

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

RGB channels and saturation

R 24 of 255 = 9%
G 94 of 255 = 37%
B 93 of 255 = 36%

24
94
93

R + G + B ~ 27%. #185E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 94 + 93 = 211 (100%)
R 24 of 211 ~ 11.37%
G 94 of 211 ~ 44.55%
B 93 of 211 ~ 44.08%

%11.37
%44.55
%44.08

CMYK color model

#185E5D color CMYK value is (74,0,1,63).

  • cyan value is 74.47%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 63.14%
CMYK:
(74,0,1,63)
C74M0Y1K63 
(74%,0%,1%,63%)
(0.74/0.00/0.01/0.63)	

CMYK percentages

%74.47
%0
%1.06
%63.14

Codes

Color #185E5D in popluar color models

185E5D
RGB249493
HSL179°59.32%23.14%
HSB/HSV179°74.47%36.86%
CMYK74.47%0.00%1.06%
63.14%

Color #185E5D in popluar number systems.

HEX185E5D
Decimal249493
Binary1100010111101011101
Octal30136135

Shades and tints

Shades of #185E5D

#185E5D
(24,94,93)
#165655
(22,86,85)
#144E4D
(20,78,77)
#124645
(18,70,69)
#103E3D
(16,62,61)
#0E3635
(14,54,53)
#0C2E2D
(12,46,45)
#0A2625
(10,38,37)
#081E1D
(8,30,29)
#061615
(6,22,21)
#040E0D
(4,14,13)
#000000
(0,0,0)

Tints of #185E5D

#185E5D
(24,94,93)
#2D6C6B
(45,108,107)
#427A79
(66,122,121)
#578887
(87,136,135)
#6C9695
(108,150,149)
#81A4A3
(129,164,163)
#96B2B1
(150,178,177)
#ABC0BF
(171,192,191)
#C0CECD
(192,206,205)
#D5DCDB
(213,220,219)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185E5D; }

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

This text font color is #185E5D.


Background Color

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

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

This div background color is #185E5D.


Border color

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

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

This div border color is #185E5D.


Opacity

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

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

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

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

This text has shadow with #185E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185E5D on black background.


Color preview on white background

This text has color #185E5D on white background.



Black color preview on #185E5D background

This text has black color on #185E5D background.


White color preview on #185E5D background

This text has white color on #185E5D background.