COLOR #184B30

HEX: #184B30
RGB: (24,75,48)

Color info

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

RGB color model

#184B30 color RGB value is (24,75,48).

  • red value is 24;
  • green value is 75;
  • blue value is 48.
RGB:
(24,75,48)
(9%,29%,19%)

RGB channels and saturation

R 24 of 255 = 9%
G 75 of 255 = 29%
B 48 of 255 = 19%

24
75
48

R + G + B ~ 19%. #184B30 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 75 + 48 = 147 (100%)
R 24 of 147 ~ 16.33%
G 75 of 147 ~ 51.02%
B 48 of 147 ~ 32.65%

%16.33
%51.02
%32.65

CMYK color model

#184B30 color CMYK value is (68,0,36,71).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 70.59%
CMYK:
(68,0,36,71)
C68M0Y36K71 
(68%,0%,36%,71%)
(0.68/0.00/0.36/0.71)	

CMYK percentages

%68
%0
%36
%70.59

Codes

Color #184B30 in popluar color models

184B30
RGB247548
HSL148°51.52%19.41%
HSB/HSV148°68.00%29.41%
CMYK68.00%0.00%36.00%
70.59%

Color #184B30 in popluar number systems.

HEX184B30
Decimal247548
Binary110001001011110000
Octal3011360

Shades and tints

Shades of #184B30

#184B30
(24,75,48)
#16452C
(22,69,44)
#143F28
(20,63,40)
#123924
(18,57,36)
#103320
(16,51,32)
#0E2D1C
(14,45,28)
#0C2718
(12,39,24)
#0A2114
(10,33,20)
#081B10
(8,27,16)
#06150C
(6,21,12)
#040F08
(4,15,8)
#000000
(0,0,0)

Tints of #184B30

#184B30
(24,75,48)
#2D5B42
(45,91,66)
#426B54
(66,107,84)
#577B66
(87,123,102)
#6C8B78
(108,139,120)
#819B8A
(129,155,138)
#96AB9C
(150,171,156)
#ABBBAE
(171,187,174)
#C0CBC0
(192,203,192)
#D5DBD2
(213,219,210)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184B30 color. Also use rgb(24,75,48) instead hex code.

Text Font Color

.myTextColor { color: #184B30; }

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

This text font color is #184B30.


Background Color

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

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

This div background color is #184B30.


Border color

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

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

This div border color is #184B30.


Opacity

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

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

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

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

This text has shadow with #184B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184B30 on black background.


Color preview on white background

This text has color #184B30 on white background.



Black color preview on #184B30 background

This text has black color on #184B30 background.


White color preview on #184B30 background

This text has white color on #184B30 background.