COLOR #181835

HEX: #181835
RGB: (24,24,53)

Color info

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

RGB color model

#181835 color RGB value is (24,24,53).

  • red value is 24;
  • green value is 24;
  • blue value is 53.
RGB:
(24,24,53)
(9%,9%,21%)

RGB channels and saturation

R 24 of 255 = 9%
G 24 of 255 = 9%
B 53 of 255 = 21%

24
24
53

R + G + B ~ 13%. #181835 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 24 + 53 = 101 (100%)
R 24 of 101 ~ 23.76%
G 24 of 101 ~ 23.76%
B 53 of 101 ~ 52.48%

%23.76
%23.76
%52.48

CMYK color model

#181835 color CMYK value is (55,55,0,79).

  • cyan value is 54.72%
  • magenta value is 54.72%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(55,55,0,79)
C55M55Y0K79 
(55%,55%,0%,79%)
(0.55/0.55/0.00/0.79)	

CMYK percentages

%54.72
%54.72
%0
%79.22

Codes

Color #181835 in popluar color models

181835
RGB242453
HSL240°37.66%15.10%
HSB/HSV240°54.72%20.78%
CMYK54.72%54.72%0.00%
79.22%

Color #181835 in popluar number systems.

HEX181835
Decimal242453
Binary1100011000110101
Octal303065

Shades and tints

Shades of #181835

#181835
(24,24,53)
#161631
(22,22,49)
#14142D
(20,20,45)
#121229
(18,18,41)
#101025
(16,16,37)
#0E0E21
(14,14,33)
#0C0C1D
(12,12,29)
#0A0A19
(10,10,25)
#080815
(8,8,21)
#060611
(6,6,17)
#04040D
(4,4,13)
#000000
(0,0,0)

Tints of #181835

#181835
(24,24,53)
#2D2D47
(45,45,71)
#424259
(66,66,89)
#57576B
(87,87,107)
#6C6C7D
(108,108,125)
#81818F
(129,129,143)
#9696A1
(150,150,161)
#ABABB3
(171,171,179)
#C0C0C5
(192,192,197)
#D5D5D7
(213,213,215)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181835; }

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

This text font color is #181835.


Background Color

.myBgColor { background-color: #181835; }

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

This div background color is #181835.


Border color

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

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

This div border color is #181835.


Opacity

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

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

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

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

This text has shadow with #181835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181835 on black background.


Color preview on white background

This text has color #181835 on white background.



Black color preview on #181835 background

This text has black color on #181835 background.


White color preview on #181835 background

This text has white color on #181835 background.