COLOR #184127

HEX: #184127
RGB: (24,65,39)

Color info

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

RGB color model

#184127 color RGB value is (24,65,39).

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

RGB channels and saturation

R 24 of 255 = 9%
G 65 of 255 = 25%
B 39 of 255 = 15%

24
65
39

R + G + B ~ 16%. #184127 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 65 + 39 = 128 (100%)
R 24 of 128 ~ 18.75%
G 65 of 128 ~ 50.78%
B 39 of 128 ~ 30.47%

%18.75
%50.78
%30.47

CMYK color model

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

  • cyan value is 63.08%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 74.51%
CMYK:
(63,0,40,75)
C63M0Y40K75 
(63%,0%,40%,75%)
(0.63/0.00/0.40/0.75)	

CMYK percentages

%63.08
%0
%40
%74.51

Codes

Color #184127 in popluar color models

184127
RGB246539
HSL142°46.07%17.45%
HSB/HSV142°63.08%25.49%
CMYK63.08%0.00%40.00%
74.51%

Color #184127 in popluar number systems.

HEX184127
Decimal246539
Binary110001000001100111
Octal3010147

Shades and tints

Shades of #184127

#184127
(24,65,39)
#163C24
(22,60,36)
#143721
(20,55,33)
#12321E
(18,50,30)
#102D1B
(16,45,27)
#0E2818
(14,40,24)
#0C2315
(12,35,21)
#0A1E12
(10,30,18)
#08190F
(8,25,15)
#06140C
(6,20,12)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #184127

#184127
(24,65,39)
#2D523A
(45,82,58)
#42634D
(66,99,77)
#577460
(87,116,96)
#6C8573
(108,133,115)
#819686
(129,150,134)
#96A799
(150,167,153)
#ABB8AC
(171,184,172)
#C0C9BF
(192,201,191)
#D5DAD2
(213,218,210)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184127; }

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

This text font color is #184127.


Background Color

.myBgColor { background-color: #184127; }

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

This div background color is #184127.


Border color

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

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

This div border color is #184127.


Opacity

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

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

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

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

This text has shadow with #184127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184127 on black background.


Color preview on white background

This text has color #184127 on white background.



Black color preview on #184127 background

This text has black color on #184127 background.


White color preview on #184127 background

This text has white color on #184127 background.