COLOR #184040

HEX: #184040
RGB: (24,64,64)

Color info

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

RGB color model

#184040 color RGB value is (24,64,64).

  • red value is 24;
  • green value is 64;
  • blue value is 64.
RGB:
(24,64,64)
(9%,25%,25%)

RGB channels and saturation

R 24 of 255 = 9%
G 64 of 255 = 25%
B 64 of 255 = 25%

24
64
64

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

Portions of RGB colors in percentages

R + G + B =
24 + 64 + 64 = 152 (100%)
R 24 of 152 ~ 15.79%
G 64 of 152 ~ 42.11%
B 64 of 152 ~ 42.11%

%15.79
%42.11
%42.11

CMYK color model

#184040 color CMYK value is (63,0,0,75).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(63,0,0,75)
C63M0Y0K75 
(63%,0%,0%,75%)
(0.63/0.00/0.00/0.75)	

CMYK percentages

%62.5
%0
%0
%74.9

Codes

Color #184040 in popluar color models

184040
RGB246464
HSL180°45.45%17.25%
HSB/HSV180°62.50%25.10%
CMYK62.50%0.00%0.00%
74.90%

Color #184040 in popluar number systems.

HEX184040
Decimal246464
Binary1100010000001000000
Octal30100100

Shades and tints

Shades of #184040

#184040
(24,64,64)
#163B3B
(22,59,59)
#143636
(20,54,54)
#123131
(18,49,49)
#102C2C
(16,44,44)
#0E2727
(14,39,39)
#0C2222
(12,34,34)
#0A1D1D
(10,29,29)
#081818
(8,24,24)
#061313
(6,19,19)
#040E0E
(4,14,14)
#000000
(0,0,0)

Tints of #184040

#184040
(24,64,64)
#2D5151
(45,81,81)
#426262
(66,98,98)
#577373
(87,115,115)
#6C8484
(108,132,132)
#819595
(129,149,149)
#96A6A6
(150,166,166)
#ABB7B7
(171,183,183)
#C0C8C8
(192,200,200)
#D5D9D9
(213,217,217)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184040; }

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

This text font color is #184040.


Background Color

.myBgColor { background-color: #184040; }

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

This div background color is #184040.


Border color

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

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

This div border color is #184040.


Opacity

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

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

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

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

This text has shadow with #184040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184040 on black background.


Color preview on white background

This text has color #184040 on white background.



Black color preview on #184040 background

This text has black color on #184040 background.


White color preview on #184040 background

This text has white color on #184040 background.