COLOR #183740

HEX: #183740
RGB: (24,55,64)

Color info

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

RGB color model

#183740 color RGB value is (24,55,64).

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

RGB channels and saturation

R 24 of 255 = 9%
G 55 of 255 = 22%
B 64 of 255 = 25%

24
55
64

R + G + B ~ 19%. #183740 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 55 + 64 = 143 (100%)
R 24 of 143 ~ 16.78%
G 55 of 143 ~ 38.46%
B 64 of 143 ~ 44.76%

%16.78
%38.46
%44.76

CMYK color model

#183740 color CMYK value is (63,14,0,75).

  • cyan value is 62.50%
  • magenta value is 14.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(63,14,0,75)
C63M14Y0K75 
(63%,14%,0%,75%)
(0.63/0.14/0.00/0.75)	

CMYK percentages

%62.5
%14.06
%0
%74.9

Codes

Color #183740 in popluar color models

183740
RGB245564
HSL194°45.45%17.25%
HSB/HSV194°62.50%25.10%
CMYK62.50%14.06%0.00%
74.90%

Color #183740 in popluar number systems.

HEX183740
Decimal245564
Binary110001101111000000
Octal3067100

Shades and tints

Shades of #183740

#183740
(24,55,64)
#16323B
(22,50,59)
#142D36
(20,45,54)
#122831
(18,40,49)
#10232C
(16,35,44)
#0E1E27
(14,30,39)
#0C1922
(12,25,34)
#0A141D
(10,20,29)
#080F18
(8,15,24)
#060A13
(6,10,19)
#04050E
(4,5,14)
#000000
(0,0,0)

Tints of #183740

#183740
(24,55,64)
#2D4951
(45,73,81)
#425B62
(66,91,98)
#576D73
(87,109,115)
#6C7F84
(108,127,132)
#819195
(129,145,149)
#96A3A6
(150,163,166)
#ABB5B7
(171,181,183)
#C0C7C8
(192,199,200)
#D5D9D9
(213,217,217)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183740; }

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

This text font color is #183740.


Background Color

.myBgColor { background-color: #183740; }

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

This div background color is #183740.


Border color

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

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

This div border color is #183740.


Opacity

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

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

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

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

This text has shadow with #183740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183740 on black background.


Color preview on white background

This text has color #183740 on white background.



Black color preview on #183740 background

This text has black color on #183740 background.


White color preview on #183740 background

This text has white color on #183740 background.