COLOR #185076

HEX: #185076
RGB: (24,80,118)

Color info

#185076 contains mainly green and blue colors. Web safe color of #185076 is #006666 (or #066).

RGB color model

#185076 color RGB value is (24,80,118).

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

RGB channels and saturation

R 24 of 255 = 9%
G 80 of 255 = 31%
B 118 of 255 = 46%

24
80
118

R + G + B ~ 29%. #185076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 80 + 118 = 222 (100%)
R 24 of 222 ~ 10.81%
G 80 of 222 ~ 36.04%
B 118 of 222 ~ 53.15%

%10.81
%36.04
%53.15

CMYK color model

#185076 color CMYK value is (80,32,0,54).

  • cyan value is 79.66%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(80,32,0,54)
C80M32Y0K54 
(80%,32%,0%,54%)
(0.80/0.32/0.00/0.54)	

CMYK percentages

%79.66
%32.2
%0
%53.73

Codes

Color #185076 in popluar color models

185076
RGB2480118
HSL204°66.20%27.84%
HSB/HSV204°79.66%46.27%
CMYK79.66%32.20%0.00%
53.73%

Color #185076 in popluar number systems.

HEX185076
Decimal2480118
Binary1100010100001110110
Octal30120166

Shades and tints

Shades of #185076

#185076
(24,80,118)
#16496C
(22,73,108)
#144262
(20,66,98)
#123B58
(18,59,88)
#10344E
(16,52,78)
#0E2D44
(14,45,68)
#0C263A
(12,38,58)
#0A1F30
(10,31,48)
#081826
(8,24,38)
#06111C
(6,17,28)
#040A12
(4,10,18)
#000000
(0,0,0)

Tints of #185076

#185076
(24,80,118)
#2D5F82
(45,95,130)
#426E8E
(66,110,142)
#577D9A
(87,125,154)
#6C8CA6
(108,140,166)
#819BB2
(129,155,178)
#96AABE
(150,170,190)
#ABB9CA
(171,185,202)
#C0C8D6
(192,200,214)
#D5D7E2
(213,215,226)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185076; }

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

This text font color is #185076.


Background Color

.myBgColor { background-color: #185076; }

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

This div background color is #185076.


Border color

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

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

This div border color is #185076.


Opacity

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

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

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

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

This text has shadow with #185076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185076 on black background.


Color preview on white background

This text has color #185076 on white background.



Black color preview on #185076 background

This text has black color on #185076 background.


White color preview on #185076 background

This text has white color on #185076 background.