COLOR #183640

HEX: #183640
RGB: (24,54,64)

Color info

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

RGB color model

#183640 color RGB value is (24,54,64).

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

RGB channels and saturation

R 24 of 255 = 9%
G 54 of 255 = 21%
B 64 of 255 = 25%

24
54
64

R + G + B ~ 18%. #183640 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 54 + 64 = 142 (100%)
R 24 of 142 ~ 16.9%
G 54 of 142 ~ 38.03%
B 64 of 142 ~ 45.07%

%16.9
%38.03
%45.07

CMYK color model

#183640 color CMYK value is (63,16,0,75).

  • cyan value is 62.50%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(63,16,0,75)
C63M16Y0K75 
(63%,16%,0%,75%)
(0.63/0.16/0.00/0.75)	

CMYK percentages

%62.5
%15.63
%0
%74.9

Codes

Color #183640 in popluar color models

183640
RGB245464
HSL195°45.45%17.25%
HSB/HSV195°62.50%25.10%
CMYK62.50%15.63%0.00%
74.90%

Color #183640 in popluar number systems.

HEX183640
Decimal245464
Binary110001101101000000
Octal3066100

Shades and tints

Shades of #183640

#183640
(24,54,64)
#16323B
(22,50,59)
#142E36
(20,46,54)
#122A31
(18,42,49)
#10262C
(16,38,44)
#0E2227
(14,34,39)
#0C1E22
(12,30,34)
#0A1A1D
(10,26,29)
#081618
(8,22,24)
#061213
(6,18,19)
#040E0E
(4,14,14)
#000000
(0,0,0)

Tints of #183640

#183640
(24,54,64)
#2D4851
(45,72,81)
#425A62
(66,90,98)
#576C73
(87,108,115)
#6C7E84
(108,126,132)
#819095
(129,144,149)
#96A2A6
(150,162,166)
#ABB4B7
(171,180,183)
#C0C6C8
(192,198,200)
#D5D8D9
(213,216,217)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183640; }

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

This text font color is #183640.


Background Color

.myBgColor { background-color: #183640; }

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

This div background color is #183640.


Border color

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

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

This div border color is #183640.


Opacity

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

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

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

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

This text has shadow with #183640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183640 on black background.


Color preview on white background

This text has color #183640 on white background.



Black color preview on #183640 background

This text has black color on #183640 background.


White color preview on #183640 background

This text has white color on #183640 background.