COLOR #185051

HEX: #185051
RGB: (24,80,81)

Color info

#185051 contains red, green and blue colors in about the same proportion. Web safe color of #185051 is #006666 (or #066).

RGB color model

#185051 color RGB value is (24,80,81).

  • red value is 24;
  • green value is 80;
  • blue value is 81.
RGB:
(24,80,81)
(9%,31%,32%)

RGB channels and saturation

R 24 of 255 = 9%
G 80 of 255 = 31%
B 81 of 255 = 32%

24
80
81

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

Portions of RGB colors in percentages

R + G + B =
24 + 80 + 81 = 185 (100%)
R 24 of 185 ~ 12.97%
G 80 of 185 ~ 43.24%
B 81 of 185 ~ 43.78%

%12.97
%43.24
%43.78

CMYK color model

#185051 color CMYK value is (70,1,0,68).

  • cyan value is 70.37%
  • magenta value is 1.23%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(70,1,0,68)
C70M1Y0K68 
(70%,1%,0%,68%)
(0.70/0.01/0.00/0.68)	

CMYK percentages

%70.37
%1.23
%0
%68.24

Codes

Color #185051 in popluar color models

185051
RGB248081
HSL181°54.29%20.59%
HSB/HSV181°70.37%31.76%
CMYK70.37%1.23%0.00%
68.24%

Color #185051 in popluar number systems.

HEX185051
Decimal248081
Binary1100010100001010001
Octal30120121

Shades and tints

Shades of #185051

#185051
(24,80,81)
#16494A
(22,73,74)
#144243
(20,66,67)
#123B3C
(18,59,60)
#103435
(16,52,53)
#0E2D2E
(14,45,46)
#0C2627
(12,38,39)
#0A1F20
(10,31,32)
#081819
(8,24,25)
#061112
(6,17,18)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #185051

#185051
(24,80,81)
#2D5F60
(45,95,96)
#426E6F
(66,110,111)
#577D7E
(87,125,126)
#6C8C8D
(108,140,141)
#819B9C
(129,155,156)
#96AAAB
(150,170,171)
#ABB9BA
(171,185,186)
#C0C8C9
(192,200,201)
#D5D7D8
(213,215,216)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185051 color. Also use rgb(24,80,81) instead hex code.

Text Font Color

.myTextColor { color: #185051; }

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

This text font color is #185051.


Background Color

.myBgColor { background-color: #185051; }

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

This div background color is #185051.


Border color

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

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

This div border color is #185051.


Opacity

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

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

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

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

This text has shadow with #185051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185051 on black background.


Color preview on white background

This text has color #185051 on white background.



Black color preview on #185051 background

This text has black color on #185051 background.


White color preview on #185051 background

This text has white color on #185051 background.