COLOR #185C42

HEX: #185C42
RGB: (24,92,66)

Color info

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

RGB color model

#185C42 color RGB value is (24,92,66).

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

RGB channels and saturation

R 24 of 255 = 9%
G 92 of 255 = 36%
B 66 of 255 = 26%

24
92
66

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

Portions of RGB colors in percentages

R + G + B =
24 + 92 + 66 = 182 (100%)
R 24 of 182 ~ 13.19%
G 92 of 182 ~ 50.55%
B 66 of 182 ~ 36.26%

%13.19
%50.55
%36.26

CMYK color model

#185C42 color CMYK value is (74,0,28,64).

  • cyan value is 73.91%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 63.92%
CMYK:
(74,0,28,64)
C74M0Y28K64 
(74%,0%,28%,64%)
(0.74/0.00/0.28/0.64)	

CMYK percentages

%73.91
%0
%28.26
%63.92

Codes

Color #185C42 in popluar color models

185C42
RGB249266
HSL157°58.62%22.75%
HSB/HSV157°73.91%36.08%
CMYK73.91%0.00%28.26%
63.92%

Color #185C42 in popluar number systems.

HEX185C42
Decimal249266
Binary1100010111001000010
Octal30134102

Shades and tints

Shades of #185C42

#185C42
(24,92,66)
#16543C
(22,84,60)
#144C36
(20,76,54)
#124430
(18,68,48)
#103C2A
(16,60,42)
#0E3424
(14,52,36)
#0C2C1E
(12,44,30)
#0A2418
(10,36,24)
#081C12
(8,28,18)
#06140C
(6,20,12)
#040C06
(4,12,6)
#000000
(0,0,0)

Tints of #185C42

#185C42
(24,92,66)
#2D6A53
(45,106,83)
#427864
(66,120,100)
#578675
(87,134,117)
#6C9486
(108,148,134)
#81A297
(129,162,151)
#96B0A8
(150,176,168)
#ABBEB9
(171,190,185)
#C0CCCA
(192,204,202)
#D5DADB
(213,218,219)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185C42; }

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

This text font color is #185C42.


Background Color

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

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

This div background color is #185C42.


Border color

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

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

This div border color is #185C42.


Opacity

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

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

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

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

This text has shadow with #185C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185C42 on black background.


Color preview on white background

This text has color #185C42 on white background.



Black color preview on #185C42 background

This text has black color on #185C42 background.


White color preview on #185C42 background

This text has white color on #185C42 background.