COLOR #185839

HEX: #185839
RGB: (24,88,57)

Color info

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

RGB color model

#185839 color RGB value is (24,88,57).

  • red value is 24;
  • green value is 88;
  • blue value is 57.
RGB:
(24,88,57)
(9%,35%,22%)

RGB channels and saturation

R 24 of 255 = 9%
G 88 of 255 = 35%
B 57 of 255 = 22%

24
88
57

R + G + B ~ 22%. #185839 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 88 + 57 = 169 (100%)
R 24 of 169 ~ 14.2%
G 88 of 169 ~ 52.07%
B 57 of 169 ~ 33.73%

%14.2
%52.07
%33.73

CMYK color model

#185839 color CMYK value is (73,0,35,65).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 65.49%
CMYK:
(73,0,35,65)
C73M0Y35K65 
(73%,0%,35%,65%)
(0.73/0.00/0.35/0.65)	

CMYK percentages

%72.73
%0
%35.23
%65.49

Codes

Color #185839 in popluar color models

185839
RGB248857
HSL151°57.14%21.96%
HSB/HSV151°72.73%34.51%
CMYK72.73%0.00%35.23%
65.49%

Color #185839 in popluar number systems.

HEX185839
Decimal248857
Binary110001011000111001
Octal3013071

Shades and tints

Shades of #185839

#185839
(24,88,57)
#165034
(22,80,52)
#14482F
(20,72,47)
#12402A
(18,64,42)
#103825
(16,56,37)
#0E3020
(14,48,32)
#0C281B
(12,40,27)
#0A2016
(10,32,22)
#081811
(8,24,17)
#06100C
(6,16,12)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #185839

#185839
(24,88,57)
#2D674B
(45,103,75)
#42765D
(66,118,93)
#57856F
(87,133,111)
#6C9481
(108,148,129)
#81A393
(129,163,147)
#96B2A5
(150,178,165)
#ABC1B7
(171,193,183)
#C0D0C9
(192,208,201)
#D5DFDB
(213,223,219)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185839 color. Also use rgb(24,88,57) instead hex code.

Text Font Color

.myTextColor { color: #185839; }

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

This text font color is #185839.


Background Color

.myBgColor { background-color: #185839; }

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

This div background color is #185839.


Border color

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

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

This div border color is #185839.


Opacity

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

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

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

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

This text has shadow with #185839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185839 on black background.


Color preview on white background

This text has color #185839 on white background.



Black color preview on #185839 background

This text has black color on #185839 background.


White color preview on #185839 background

This text has white color on #185839 background.