COLOR #187369

HEX: #187369
RGB: (24,115,105)

Color info

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

RGB color model

#187369 color RGB value is (24,115,105).

  • red value is 24;
  • green value is 115;
  • blue value is 105.
RGB:
(24,115,105)
(9%,45%,41%)

RGB channels and saturation

R 24 of 255 = 9%
G 115 of 255 = 45%
B 105 of 255 = 41%

24
115
105

R + G + B ~ 32%. #187369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 115 + 105 = 244 (100%)
R 24 of 244 ~ 9.84%
G 115 of 244 ~ 47.13%
B 105 of 244 ~ 43.03%

%9.84
%47.13
%43.03

CMYK color model

#187369 color CMYK value is (79,0,9,55).

  • cyan value is 79.13%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 54.90%
CMYK:
(79,0,9,55)
C79M0Y9K55 
(79%,0%,9%,55%)
(0.79/0.00/0.09/0.55)	

CMYK percentages

%79.13
%0
%8.7
%54.9

Codes

Color #187369 in popluar color models

187369
RGB24115105
HSL173°65.47%27.25%
HSB/HSV173°79.13%45.10%
CMYK79.13%0.00%8.70%
54.90%

Color #187369 in popluar number systems.

HEX187369
Decimal24115105
Binary1100011100111101001
Octal30163151

Shades and tints

Shades of #187369

#187369
(24,115,105)
#166960
(22,105,96)
#145F57
(20,95,87)
#12554E
(18,85,78)
#104B45
(16,75,69)
#0E413C
(14,65,60)
#0C3733
(12,55,51)
#0A2D2A
(10,45,42)
#082321
(8,35,33)
#061918
(6,25,24)
#040F0F
(4,15,15)
#000000
(0,0,0)

Tints of #187369

#187369
(24,115,105)
#2D7F76
(45,127,118)
#428B83
(66,139,131)
#579790
(87,151,144)
#6CA39D
(108,163,157)
#81AFAA
(129,175,170)
#96BBB7
(150,187,183)
#ABC7C4
(171,199,196)
#C0D3D1
(192,211,209)
#D5DFDE
(213,223,222)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187369 color. Also use rgb(24,115,105) instead hex code.

Text Font Color

.myTextColor { color: #187369; }

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

This text font color is #187369.


Background Color

.myBgColor { background-color: #187369; }

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

This div background color is #187369.


Border color

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

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

This div border color is #187369.


Opacity

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

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

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

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

This text has shadow with #187369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187369 on black background.


Color preview on white background

This text has color #187369 on white background.



Black color preview on #187369 background

This text has black color on #187369 background.


White color preview on #187369 background

This text has white color on #187369 background.