COLOR #184A38

HEX: #184A38
RGB: (24,74,56)

Color info

#184A38 contains red, green and blue colors in about the same proportion. Web safe color of #184A38 is #003333 (or #033).

RGB color model

#184A38 color RGB value is (24,74,56).

  • red value is 24;
  • green value is 74;
  • blue value is 56.
RGB:
(24,74,56)
(9%,29%,22%)

RGB channels and saturation

R 24 of 255 = 9%
G 74 of 255 = 29%
B 56 of 255 = 22%

24
74
56

R + G + B ~ 20%. #184A38 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 74 + 56 = 154 (100%)
R 24 of 154 ~ 15.58%
G 74 of 154 ~ 48.05%
B 56 of 154 ~ 36.36%

%15.58
%48.05
%36.36

CMYK color model

#184A38 color CMYK value is (68,0,24,71).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 70.98%
CMYK:
(68,0,24,71)
C68M0Y24K71 
(68%,0%,24%,71%)
(0.68/0.00/0.24/0.71)	

CMYK percentages

%67.57
%0
%24.32
%70.98

Codes

Color #184A38 in popluar color models

184A38
RGB247456
HSL158°51.02%19.22%
HSB/HSV158°67.57%29.02%
CMYK67.57%0.00%24.32%
70.98%

Color #184A38 in popluar number systems.

HEX184A38
Decimal247456
Binary110001001010111000
Octal3011270

Shades and tints

Shades of #184A38

#184A38
(24,74,56)
#164433
(22,68,51)
#143E2E
(20,62,46)
#123829
(18,56,41)
#103224
(16,50,36)
#0E2C1F
(14,44,31)
#0C261A
(12,38,26)
#0A2015
(10,32,21)
#081A10
(8,26,16)
#06140B
(6,20,11)
#040E06
(4,14,6)
#000000
(0,0,0)

Tints of #184A38

#184A38
(24,74,56)
#2D5A4A
(45,90,74)
#426A5C
(66,106,92)
#577A6E
(87,122,110)
#6C8A80
(108,138,128)
#819A92
(129,154,146)
#96AAA4
(150,170,164)
#ABBAB6
(171,186,182)
#C0CAC8
(192,202,200)
#D5DADA
(213,218,218)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184A38 color. Also use rgb(24,74,56) instead hex code.

Text Font Color

.myTextColor { color: #184A38; }

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

This text font color is #184A38.


Background Color

.myBgColor { background-color: #184A38; }

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

This div background color is #184A38.


Border color

.myBorderColor { border: 1px solid #184A38; }

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

This div border color is #184A38.


Opacity

.myOpacity80 { color: #184A38; opacity: 0.8; }

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

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

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

This text has shadow with #184A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184A38 on black background.


Color preview on white background

This text has color #184A38 on white background.



Black color preview on #184A38 background

This text has black color on #184A38 background.


White color preview on #184A38 background

This text has white color on #184A38 background.