COLOR #185749

HEX: #185749
RGB: (24,87,73)

Color info

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

RGB color model

#185749 color RGB value is (24,87,73).

  • red value is 24;
  • green value is 87;
  • blue value is 73.
RGB:
(24,87,73)
(9%,34%,29%)

RGB channels and saturation

R 24 of 255 = 9%
G 87 of 255 = 34%
B 73 of 255 = 29%

24
87
73

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

Portions of RGB colors in percentages

R + G + B =
24 + 87 + 73 = 184 (100%)
R 24 of 184 ~ 13.04%
G 87 of 184 ~ 47.28%
B 73 of 184 ~ 39.67%

%13.04
%47.28
%39.67

CMYK color model

#185749 color CMYK value is (72,0,16,66).

  • cyan value is 72.41%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(72,0,16,66)
C72M0Y16K66 
(72%,0%,16%,66%)
(0.72/0.00/0.16/0.66)	

CMYK percentages

%72.41
%0
%16.09
%65.88

Codes

Color #185749 in popluar color models

185749
RGB248773
HSL167°56.76%21.76%
HSB/HSV167°72.41%34.12%
CMYK72.41%0.00%16.09%
65.88%

Color #185749 in popluar number systems.

HEX185749
Decimal248773
Binary1100010101111001001
Octal30127111

Shades and tints

Shades of #185749

#185749
(24,87,73)
#165043
(22,80,67)
#14493D
(20,73,61)
#124237
(18,66,55)
#103B31
(16,59,49)
#0E342B
(14,52,43)
#0C2D25
(12,45,37)
#0A261F
(10,38,31)
#081F19
(8,31,25)
#061813
(6,24,19)
#04110D
(4,17,13)
#000000
(0,0,0)

Tints of #185749

#185749
(24,87,73)
#2D6659
(45,102,89)
#427569
(66,117,105)
#578479
(87,132,121)
#6C9389
(108,147,137)
#81A299
(129,162,153)
#96B1A9
(150,177,169)
#ABC0B9
(171,192,185)
#C0CFC9
(192,207,201)
#D5DED9
(213,222,217)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185749 color. Also use rgb(24,87,73) instead hex code.

Text Font Color

.myTextColor { color: #185749; }

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

This text font color is #185749.


Background Color

.myBgColor { background-color: #185749; }

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

This div background color is #185749.


Border color

.myBorderColor { border: 1px solid #185749; }

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

This div border color is #185749.


Opacity

.myOpacity80 { color: #185749; opacity: 0.8; }

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

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

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

This text has shadow with #185749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185749 on black background.


Color preview on white background

This text has color #185749 on white background.



Black color preview on #185749 background

This text has black color on #185749 background.


White color preview on #185749 background

This text has white color on #185749 background.