COLOR #183745

HEX: #183745 RGB: (24,55,69)

Color info

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

RGB color model

#183745 color RGB value is (24,55,69).

RGB: (24,55,69) (9%, 22%, 27%)

RGB channels and saturation

R 24 of 255 = 9%
G 55 of 255 = 22%
B 69 of 255 = 27%

24
55
69

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

Portions of RGB colors in percentages

R + G + B = 24 + 55 + 69 = 148 (100%)
R 24 of 148 ~ 16.22%
G 55 of 148 ~ 37.16%
B 69 of 148 ~ 46.62'%

%16.22
%37.16
%46.62

CMYK color model

#183745 color CMYK value is (65,20,0,73).

  • cyan value is 65.22%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (65,20,0,73)
C65M20Y0K73 (65%, 20%, 0%, 73%)
(0.65 / 0.20 / 0.00 / 0.73)

CMYK percentages

%65.22
%20.29
%0
%72.94

Codes

Color #183745 in popluar color models

18 37 45
RGB 24 55 69
HSL 199° 48.39% 18.24%
HSB/HSV 199° 65.22% 27.06%
CMYK 65.22% 20.29% 0.00%
72.94%

Color #183745 in popluar number systems.

HEX 18 37 45
Decimal 24 55 69
Binary 11000 110111 1000101
Octal 30 67 105

Shades and tints

Shades of #183745

#183745
(24,55,69)
#16323F
(22,50,63)
#142D39
(20,45,57)
#122833
(18,40,51)
#10232D
(16,35,45)
#0E1E27
(14,30,39)
#0C1921
(12,25,33)
#0A141B
(10,20,27)
#080F15
(8,15,21)
#060A0F
(6,10,15)
#040509
(4,5,9)
#000000
(0,0,0)

Tints of #183745

#183745
(24,55,69)
#2D4955
(45,73,85)
#425B65
(66,91,101)
#576D75
(87,109,117)
#6C7F85
(108,127,133)
#819195
(129,145,149)
#96A3A5
(150,163,165)
#ABB5B5
(171,181,181)
#C0C7C5
(192,199,197)
#D5D9D5
(213,217,213)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183745; }

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

This text font color is #183745.

Background Color

.myBgColor { background-color: #183745; }

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

This div background color is #183745.

Border color

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

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

This div border color is #183745.

Opacity

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

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

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

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

This text has shadow with #183745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183745.

Preview

Color preview on black background

This text has color #183745 on black background.


Color preview on white background

This text has color #183745 on white background.


Black color preview on #183745 background

This text has black color on #183745 background.


White color preview on #183745 background

This text has white color on #183745 background.


Related colors

Complementary color

Complementary color for #hex is #E7C8BA.


I love getcolorcode.com

Triadic colors

1 #451837 and #374518 with #183745 are triadic colors.

2 #453718 and #371845 with #183745 are triadic colors.