COLOR #185929

HEX: #185929
RGB: (24,89,41)

Color info

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

RGB color model

#185929 color RGB value is (24,89,41).

  • red value is 24;
  • green value is 89;
  • blue value is 41.
RGB:
(24,89,41)
(9%,35%,16%)

RGB channels and saturation

R 24 of 255 = 9%
G 89 of 255 = 35%
B 41 of 255 = 16%

24
89
41

R + G + B ~ 20%. #185929 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 89 + 41 = 154 (100%)
R 24 of 154 ~ 15.58%
G 89 of 154 ~ 57.79%
B 41 of 154 ~ 26.62%

%15.58
%57.79
%26.62

CMYK color model

#185929 color CMYK value is (73,0,54,65).

  • cyan value is 73.03%
  • magenta value is 0.00%
  • yellow value is 53.93%
  • key color value is 65.10%
CMYK:
(73,0,54,65)
C73M0Y54K65 
(73%,0%,54%,65%)
(0.73/0.00/0.54/0.65)	

CMYK percentages

%73.03
%0
%53.93
%65.1

Codes

Color #185929 in popluar color models

185929
RGB248941
HSL136°57.52%22.16%
HSB/HSV136°73.03%34.90%
CMYK73.03%0.00%53.93%
65.10%

Color #185929 in popluar number systems.

HEX185929
Decimal248941
Binary110001011001101001
Octal3013151

Shades and tints

Shades of #185929

#185929
(24,89,41)
#165126
(22,81,38)
#144923
(20,73,35)
#124120
(18,65,32)
#10391D
(16,57,29)
#0E311A
(14,49,26)
#0C2917
(12,41,23)
#0A2114
(10,33,20)
#081911
(8,25,17)
#06110E
(6,17,14)
#04090B
(4,9,11)
#000000
(0,0,0)

Tints of #185929

#185929
(24,89,41)
#2D683C
(45,104,60)
#42774F
(66,119,79)
#578662
(87,134,98)
#6C9575
(108,149,117)
#81A488
(129,164,136)
#96B39B
(150,179,155)
#ABC2AE
(171,194,174)
#C0D1C1
(192,209,193)
#D5E0D4
(213,224,212)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185929 color. Also use rgb(24,89,41) instead hex code.

Text Font Color

.myTextColor { color: #185929; }

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

This text font color is #185929.


Background Color

.myBgColor { background-color: #185929; }

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

This div background color is #185929.


Border color

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

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

This div border color is #185929.


Opacity

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

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

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

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

This text has shadow with #185929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185929 on black background.


Color preview on white background

This text has color #185929 on white background.



Black color preview on #185929 background

This text has black color on #185929 background.


White color preview on #185929 background

This text has white color on #185929 background.