COLOR #187445

HEX: #187445 RGB: (24,116,69)

Color info

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

RGB color model

#187445 color RGB value is (24,116,69).

RGB: (24,116,69) (9%, 45%, 27%)

RGB channels and saturation

R 24 of 255 = 9%
G 116 of 255 = 45%
B 69 of 255 = 27%

24
116
69

R + G + B ~ 27%. #187445 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 116 + 69 = 209 (100%)
R 24 of 209 ~ 11.48%
G 116 of 209 ~ 55.5%
B 69 of 209 ~ 33.01'%

%11.48
%55.5
%33.01

CMYK color model

#187445 color CMYK value is (79,0,41,55).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 40.52%
  • key color value is 54.51%

CMYK: (79,0,41,55)
C79M0Y41K55 (79%, 0%, 41%, 55%)
(0.79 / 0.00 / 0.41 / 0.55)

CMYK percentages

%79.31
%0
%40.52
%54.51

Codes

Color #187445 in popluar color models

18 74 45
RGB 24 116 69
HSL 149° 65.71% 27.45%
HSB/HSV 149° 79.31% 45.49%
CMYK 79.31% 0.00% 40.52%
54.51%

Color #187445 in popluar number systems.

HEX 18 74 45
Decimal 24 116 69
Binary 11000 1110100 1000101
Octal 30 164 105

Shades and tints

Shades of #187445

#187445
(24,116,69)
#166A3F
(22,106,63)
#146039
(20,96,57)
#125633
(18,86,51)
#104C2D
(16,76,45)
#0E4227
(14,66,39)
#0C3821
(12,56,33)
#0A2E1B
(10,46,27)
#082415
(8,36,21)
#061A0F
(6,26,15)
#041009
(4,16,9)
#000000
(0,0,0)

Tints of #187445

#187445
(24,116,69)
#2D8055
(45,128,85)
#428C65
(66,140,101)
#579875
(87,152,117)
#6CA485
(108,164,133)
#81B095
(129,176,149)
#96BCA5
(150,188,165)
#ABC8B5
(171,200,181)
#C0D4C5
(192,212,197)
#D5E0D5
(213,224,213)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187445 color. Also use rgb(24,116,69) instead hex code.

Text Font Color

.myTextColor { color: #187445; }

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

This text font color is #187445.

Background Color

.myBgColor { background-color: #187445; }

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

This div background color is #187445.

Border color

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

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

This div border color is #187445.

Opacity

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

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

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

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

This text has shadow with #187445 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #187445.

Preview

Color preview on black background

This text has color #187445 on black background.


Color preview on white background

This text has color #187445 on white background.


Black color preview on #187445 background

This text has black color on #187445 background.


White color preview on #187445 background

This text has white color on #187445 background.


Related colors

Complementary color

Complementary color for #hex is #E78BBA.


I love getcolorcode.com

Triadic colors

1 #451874 and #744518 with #187445 are triadic colors.

2 #457418 and #741845 with #187445 are triadic colors.