COLOR #184046

HEX: #184046
RGB: (24,64,70)

Color info

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

RGB color model

#184046 color RGB value is (24,64,70).

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

RGB channels and saturation

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

24
64
70

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

Portions of RGB colors in percentages

R + G + B =
24 + 64 + 70 = 158 (100%)
R 24 of 158 ~ 15.19%
G 64 of 158 ~ 40.51%
B 70 of 158 ~ 44.3%

%15.19
%40.51
%44.3

CMYK color model

#184046 color CMYK value is (66,9,0,73).

  • cyan value is 65.71%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(66,9,0,73)
C66M9Y0K73 
(66%,9%,0%,73%)
(0.66/0.09/0.00/0.73)	

CMYK percentages

%65.71
%8.57
%0
%72.55

Codes

Color #184046 in popluar color models

184046
RGB246470
HSL188°48.94%18.43%
HSB/HSV188°65.71%27.45%
CMYK65.71%8.57%0.00%
72.55%

Color #184046 in popluar number systems.

HEX184046
Decimal246470
Binary1100010000001000110
Octal30100106

Shades and tints

Shades of #184046

#184046
(24,64,70)
#163B40
(22,59,64)
#14363A
(20,54,58)
#123134
(18,49,52)
#102C2E
(16,44,46)
#0E2728
(14,39,40)
#0C2222
(12,34,34)
#0A1D1C
(10,29,28)
#081816
(8,24,22)
#061310
(6,19,16)
#040E0A
(4,14,10)
#000000
(0,0,0)

Tints of #184046

#184046
(24,64,70)
#2D5156
(45,81,86)
#426266
(66,98,102)
#577376
(87,115,118)
#6C8486
(108,132,134)
#819596
(129,149,150)
#96A6A6
(150,166,166)
#ABB7B6
(171,183,182)
#C0C8C6
(192,200,198)
#D5D9D6
(213,217,214)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184046; }

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

This text font color is #184046.


Background Color

.myBgColor { background-color: #184046; }

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

This div background color is #184046.


Border color

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

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

This div border color is #184046.


Opacity

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

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

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

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

This text has shadow with #184046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184046 on black background.


Color preview on white background

This text has color #184046 on white background.



Black color preview on #184046 background

This text has black color on #184046 background.


White color preview on #184046 background

This text has white color on #184046 background.