COLOR #184934

HEX: #184934
RGB: (24,73,52)

Color info

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

RGB color model

#184934 color RGB value is (24,73,52).

  • red value is 24;
  • green value is 73;
  • blue value is 52.
RGB:
(24,73,52)
(9%,29%,20%)

RGB channels and saturation

R 24 of 255 = 9%
G 73 of 255 = 29%
B 52 of 255 = 20%

24
73
52

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

Portions of RGB colors in percentages

R + G + B =
24 + 73 + 52 = 149 (100%)
R 24 of 149 ~ 16.11%
G 73 of 149 ~ 48.99%
B 52 of 149 ~ 34.9%

%16.11
%48.99
%34.9

CMYK color model

#184934 color CMYK value is (67,0,29,71).

  • cyan value is 67.12%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 71.37%
CMYK:
(67,0,29,71)
C67M0Y29K71 
(67%,0%,29%,71%)
(0.67/0.00/0.29/0.71)	

CMYK percentages

%67.12
%0
%28.77
%71.37

Codes

Color #184934 in popluar color models

184934
RGB247352
HSL154°50.52%19.02%
HSB/HSV154°67.12%28.63%
CMYK67.12%0.00%28.77%
71.37%

Color #184934 in popluar number systems.

HEX184934
Decimal247352
Binary110001001001110100
Octal3011164

Shades and tints

Shades of #184934

#184934
(24,73,52)
#164330
(22,67,48)
#143D2C
(20,61,44)
#123728
(18,55,40)
#103124
(16,49,36)
#0E2B20
(14,43,32)
#0C251C
(12,37,28)
#0A1F18
(10,31,24)
#081914
(8,25,20)
#061310
(6,19,16)
#040D0C
(4,13,12)
#000000
(0,0,0)

Tints of #184934

#184934
(24,73,52)
#2D5946
(45,89,70)
#426958
(66,105,88)
#57796A
(87,121,106)
#6C897C
(108,137,124)
#81998E
(129,153,142)
#96A9A0
(150,169,160)
#ABB9B2
(171,185,178)
#C0C9C4
(192,201,196)
#D5D9D6
(213,217,214)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184934; }

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

This text font color is #184934.


Background Color

.myBgColor { background-color: #184934; }

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

This div background color is #184934.


Border color

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

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

This div border color is #184934.


Opacity

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

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

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

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

This text has shadow with #184934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184934 on black background.


Color preview on white background

This text has color #184934 on white background.



Black color preview on #184934 background

This text has black color on #184934 background.


White color preview on #184934 background

This text has white color on #184934 background.