COLOR #180736

HEX: #180736 RGB: (24,7,54)

Color info

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

RGB color model

#180736 color RGB value is (24,7,54).

RGB: (24,7,54) (9%, 3%, 21%)

RGB channels and saturation

R 24 of 255 = 9%
G 7 of 255 = 3%
B 54 of 255 = 21%

24
7
54

R + G + B ~ 11%. #180736 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 7 + 54 = 85 (100%)
R 24 of 85 ~ 28.24%
G 7 of 85 ~ 8.24%
B 54 of 85 ~ 63.53'%

%28.24
%63.53

CMYK color model

#180736 color CMYK value is (56,87,0,79).

  • cyan value is 55.56%
  • magenta value is 87.04%
  • yellow value is 0.00%
  • key color value is 78.82%

CMYK: (56,87,0,79)
C56M87Y0K79 (56%, 87%, 0%, 79%)
(0.56 / 0.87 / 0.00 / 0.79)

CMYK percentages

%55.56
%87.04
%0
%78.82

Codes

Color #180736 in popluar color models

18 07 36
RGB 24 7 54
HSL 262° 77.05% 11.96%
HSB/HSV 262° 87.04% 21.18%
CMYK 55.56% 87.04% 0.00%
78.82%

Color #180736 in popluar number systems.

HEX 18 07 36
Decimal 24 7 54
Binary 11000 111 110110
Octal 30 7 66

Shades and tints

Shades of #180736

#180736
(24,7,54)
#160732
(22,7,50)
#14072E
(20,7,46)
#12072A
(18,7,42)
#100726
(16,7,38)
#0E0722
(14,7,34)
#0C071E
(12,7,30)
#0A071A
(10,7,26)
#080716
(8,7,22)
#060712
(6,7,18)
#04070E
(4,7,14)
#000000
(0,0,0)

Tints of #180736

#180736
(24,7,54)
#2D1D48
(45,29,72)
#42335A
(66,51,90)
#57496C
(87,73,108)
#6C5F7E
(108,95,126)
#817590
(129,117,144)
#968BA2
(150,139,162)
#ABA1B4
(171,161,180)
#C0B7C6
(192,183,198)
#D5CDD8
(213,205,216)
#EAE3EA
(234,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180736 color. Also use rgb(24,7,54) instead hex code.

Text Font Color

.myTextColor { color: #180736; }

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

This text font color is #180736.

Background Color

.myBgColor { background-color: #180736; }

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

This div background color is #180736.

Border color

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

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

This div border color is #180736.

Opacity

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

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

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

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

This text has shadow with #180736 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #180736.

Preview

Color preview on black background

This text has color #180736 on black background.


Color preview on white background

This text has color #180736 on white background.


Black color preview on #180736 background

This text has black color on #180736 background.


White color preview on #180736 background

This text has white color on #180736 background.


Related colors

Complementary color

Complementary color for #hex is #E7F8C9.


I love getcolorcode.com

Triadic colors

1 #361807 and #073618 with #180736 are triadic colors.

2 #360718 and #071836 with #180736 are triadic colors.