COLOR #185E47

HEX: #185E47
RGB: (24,94,71)

Color info

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

RGB color model

#185E47 color RGB value is (24,94,71).

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

RGB channels and saturation

R 24 of 255 = 9%
G 94 of 255 = 37%
B 71 of 255 = 28%

24
94
71

R + G + B ~ 25%. #185E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 94 + 71 = 189 (100%)
R 24 of 189 ~ 12.7%
G 94 of 189 ~ 49.74%
B 71 of 189 ~ 37.57%

%12.7
%49.74
%37.57

CMYK color model

#185E47 color CMYK value is (74,0,24,63).

  • cyan value is 74.47%
  • magenta value is 0.00%
  • yellow value is 24.47%
  • key color value is 63.14%
CMYK:
(74,0,24,63)
C74M0Y24K63 
(74%,0%,24%,63%)
(0.74/0.00/0.24/0.63)	

CMYK percentages

%74.47
%0
%24.47
%63.14

Codes

Color #185E47 in popluar color models

185E47
RGB249471
HSL160°59.32%23.14%
HSB/HSV160°74.47%36.86%
CMYK74.47%0.00%24.47%
63.14%

Color #185E47 in popluar number systems.

HEX185E47
Decimal249471
Binary1100010111101000111
Octal30136107

Shades and tints

Shades of #185E47

#185E47
(24,94,71)
#165641
(22,86,65)
#144E3B
(20,78,59)
#124635
(18,70,53)
#103E2F
(16,62,47)
#0E3629
(14,54,41)
#0C2E23
(12,46,35)
#0A261D
(10,38,29)
#081E17
(8,30,23)
#061611
(6,22,17)
#040E0B
(4,14,11)
#000000
(0,0,0)

Tints of #185E47

#185E47
(24,94,71)
#2D6C57
(45,108,87)
#427A67
(66,122,103)
#578877
(87,136,119)
#6C9687
(108,150,135)
#81A497
(129,164,151)
#96B2A7
(150,178,167)
#ABC0B7
(171,192,183)
#C0CEC7
(192,206,199)
#D5DCD7
(213,220,215)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185E47; }

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

This text font color is #185E47.


Background Color

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

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

This div background color is #185E47.


Border color

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

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

This div border color is #185E47.


Opacity

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

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

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

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

This text has shadow with #185E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185E47 on black background.


Color preview on white background

This text has color #185E47 on white background.



Black color preview on #185E47 background

This text has black color on #185E47 background.


White color preview on #185E47 background

This text has white color on #185E47 background.