COLOR #183328

HEX: #183328 RGB: (24,51,40)

Color info

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

RGB color model

#183328 color RGB value is (24,51,40).

RGB: (24,51,40) (9%, 20%, 16%)

RGB channels and saturation

R 24 of 255 = 9%
G 51 of 255 = 20%
B 40 of 255 = 16%

24
51
40

R + G + B ~ 15%. #183328 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 51 + 40 = 115 (100%)
R 24 of 115 ~ 20.87%
G 51 of 115 ~ 44.35%
B 40 of 115 ~ 34.78'%

%20.87
%44.35
%34.78

CMYK color model

#183328 color CMYK value is (53,0,22,80).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK: (53,0,22,80) C53M0Y22K80 (53%,0%,22%,80%) (0.53/0.00/0.22/0.80) 

CMYK percentages

%52.94
%0
%21.57
%80

Codes

Color #183328 in popluar color models

18 33 28
RGB 24 51 40
HSL 156° 36.00% 14.71%
HSB/HSV 156° 52.94% 20.00%
CMYK 52.94% 0.00% 21.57%
80.00%

Color #183328 in popluar number systems.

HEX 18 33 28
Decimal 24 51 40
Binary 11000 110011 101000
Octal 30 63 50

Shades and tints

Shades of #183328

#183328
(24,51,40)
#162F25
(22,47,37)
#142B22
(20,43,34)
#12271F
(18,39,31)
#10231C
(16,35,28)
#0E1F19
(14,31,25)
#0C1B16
(12,27,22)
#0A1713
(10,23,19)
#081310
(8,19,16)
#060F0D
(6,15,13)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #183328

#183328
(24,51,40)
#2D453B
(45,69,59)
#42574E
(66,87,78)
#576961
(87,105,97)
#6C7B74
(108,123,116)
#818D87
(129,141,135)
#969F9A
(150,159,154)
#ABB1AD
(171,177,173)
#C0C3C0
(192,195,192)
#D5D5D3
(213,213,211)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183328; }

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

This text font color is #183328.

Background Color

.myBgColor { background-color: #183328; }

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

This div background color is #183328.

Border color

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

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

This div border color is #183328.

Opacity

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

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

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

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

This text has shadow with #183328 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183328.

Preview

Color preview on black background

This text has color #183328 on black background.


Color preview on white background

This text has color #183328 on white background.


Black color preview on #183328 background

This text has black color on #183328 background.


White color preview on #183328 background

This text has white color on #183328 background.


Related colors

Complementary color

Complementary color for #hex is #E7CCD7.


I love getcolorcode.com

Triadic colors

1 #281833 and #332818 with #183328 are triadic colors.

2 #283318 and #331828 with #183328 are triadic colors.