COLOR #187365

HEX: #187365
RGB: (24,115,101)

Color info

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

RGB color model

#187365 color RGB value is (24,115,101).

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

RGB channels and saturation

R 24 of 255 = 9%
G 115 of 255 = 45%
B 101 of 255 = 40%

24
115
101

R + G + B ~ 31%. #187365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 115 + 101 = 240 (100%)
R 24 of 240 ~ 10%
G 115 of 240 ~ 47.92%
B 101 of 240 ~ 42.08%

%10
%47.92
%42.08

CMYK color model

#187365 color CMYK value is (79,0,12,55).

  • cyan value is 79.13%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 54.90%
CMYK:
(79,0,12,55)
C79M0Y12K55 
(79%,0%,12%,55%)
(0.79/0.00/0.12/0.55)	

CMYK percentages

%79.13
%0
%12.17
%54.9

Codes

Color #187365 in popluar color models

187365
RGB24115101
HSL171°65.47%27.25%
HSB/HSV171°79.13%45.10%
CMYK79.13%0.00%12.17%
54.90%

Color #187365 in popluar number systems.

HEX187365
Decimal24115101
Binary1100011100111100101
Octal30163145

Shades and tints

Shades of #187365

#187365
(24,115,101)
#16695C
(22,105,92)
#145F53
(20,95,83)
#12554A
(18,85,74)
#104B41
(16,75,65)
#0E4138
(14,65,56)
#0C372F
(12,55,47)
#0A2D26
(10,45,38)
#08231D
(8,35,29)
#061914
(6,25,20)
#040F0B
(4,15,11)
#000000
(0,0,0)

Tints of #187365

#187365
(24,115,101)
#2D7F73
(45,127,115)
#428B81
(66,139,129)
#57978F
(87,151,143)
#6CA39D
(108,163,157)
#81AFAB
(129,175,171)
#96BBB9
(150,187,185)
#ABC7C7
(171,199,199)
#C0D3D5
(192,211,213)
#D5DFE3
(213,223,227)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #187365; }

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

This text font color is #187365.


Background Color

.myBgColor { background-color: #187365; }

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

This div background color is #187365.


Border color

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

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

This div border color is #187365.


Opacity

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

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

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

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

This text has shadow with #187365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187365 on black background.


Color preview on white background

This text has color #187365 on white background.



Black color preview on #187365 background

This text has black color on #187365 background.


White color preview on #187365 background

This text has white color on #187365 background.