COLOR #185E42

HEX: #185E42
RGB: (24,94,66)

Color info

#185E42 contains mainly green and blue colors. Web safe color of #185E42 is #006633 (or #063).

RGB color model

#185E42 color RGB value is (24,94,66).

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

RGB channels and saturation

R 24 of 255 = 9%
G 94 of 255 = 37%
B 66 of 255 = 26%

24
94
66

R + G + B ~ 24%. #185E42 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 94 + 66 = 184 (100%)
R 24 of 184 ~ 13.04%
G 94 of 184 ~ 51.09%
B 66 of 184 ~ 35.87%

%13.04
%51.09
%35.87

CMYK color model

#185E42 color CMYK value is (74,0,30,63).

  • cyan value is 74.47%
  • magenta value is 0.00%
  • yellow value is 29.79%
  • key color value is 63.14%
CMYK:
(74,0,30,63)
C74M0Y30K63 
(74%,0%,30%,63%)
(0.74/0.00/0.30/0.63)	

CMYK percentages

%74.47
%0
%29.79
%63.14

Codes

Color #185E42 in popluar color models

185E42
RGB249466
HSL156°59.32%23.14%
HSB/HSV156°74.47%36.86%
CMYK74.47%0.00%29.79%
63.14%

Color #185E42 in popluar number systems.

HEX185E42
Decimal249466
Binary1100010111101000010
Octal30136102

Shades and tints

Shades of #185E42

#185E42
(24,94,66)
#16563C
(22,86,60)
#144E36
(20,78,54)
#124630
(18,70,48)
#103E2A
(16,62,42)
#0E3624
(14,54,36)
#0C2E1E
(12,46,30)
#0A2618
(10,38,24)
#081E12
(8,30,18)
#06160C
(6,22,12)
#040E06
(4,14,6)
#000000
(0,0,0)

Tints of #185E42

#185E42
(24,94,66)
#2D6C53
(45,108,83)
#427A64
(66,122,100)
#578875
(87,136,117)
#6C9686
(108,150,134)
#81A497
(129,164,151)
#96B2A8
(150,178,168)
#ABC0B9
(171,192,185)
#C0CECA
(192,206,202)
#D5DCDB
(213,220,219)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185E42; }

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

This text font color is #185E42.


Background Color

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

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

This div background color is #185E42.


Border color

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

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

This div border color is #185E42.


Opacity

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

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

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

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

This text has shadow with #185E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185E42 on black background.


Color preview on white background

This text has color #185E42 on white background.



Black color preview on #185E42 background

This text has black color on #185E42 background.


White color preview on #185E42 background

This text has white color on #185E42 background.