COLOR #180427

HEX: #180427
RGB: (24,4,39)

Color info

#180427 contains red, green and blue colors in about the same proportion. Web safe color of #180427 is #000033 (or #003).

RGB color model

#180427 color RGB value is (24,4,39).

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

RGB channels and saturation

R 24 of 255 = 9%
G 4 of 255 = 2%
B 39 of 255 = 15%

24
4
39

R + G + B ~ 9%. #180427 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 4 + 39 = 67 (100%)
R 24 of 67 ~ 35.82%
G 4 of 67 ~ 5.97%
B 39 of 67 ~ 58.21%

%35.82
%58.21

CMYK color model

#180427 color CMYK value is (38,90,0,85).

  • cyan value is 38.46%
  • magenta value is 89.74%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(38,90,0,85)
C38M90Y0K85 
(38%,90%,0%,85%)
(0.38/0.90/0.00/0.85)	

CMYK percentages

%38.46
%89.74
%0
%84.71

Codes

Color #180427 in popluar color models

180427
RGB24439
HSL274°81.40%8.43%
HSB/HSV274°89.74%15.29%
CMYK38.46%89.74%0.00%
84.71%

Color #180427 in popluar number systems.

HEX180427
Decimal24439
Binary11000100100111
Octal30447

Shades and tints

Shades of #180427

#180427
(24,4,39)
#160424
(22,4,36)
#140421
(20,4,33)
#12041E
(18,4,30)
#10041B
(16,4,27)
#0E0418
(14,4,24)
#0C0415
(12,4,21)
#0A0412
(10,4,18)
#08040F
(8,4,15)
#06040C
(6,4,12)
#040409
(4,4,9)
#000000
(0,0,0)

Tints of #180427

#180427
(24,4,39)
#2D1A3A
(45,26,58)
#42304D
(66,48,77)
#574660
(87,70,96)
#6C5C73
(108,92,115)
#817286
(129,114,134)
#968899
(150,136,153)
#AB9EAC
(171,158,172)
#C0B4BF
(192,180,191)
#D5CAD2
(213,202,210)
#EAE0E5
(234,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180427; }

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

This text font color is #180427.


Background Color

.myBgColor { background-color: #180427; }

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

This div background color is #180427.


Border color

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

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

This div border color is #180427.


Opacity

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

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

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

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

This text has shadow with #180427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180427 on black background.


Color preview on white background

This text has color #180427 on white background.



Black color preview on #180427 background

This text has black color on #180427 background.


White color preview on #180427 background

This text has white color on #180427 background.