COLOR #183335

HEX: #183335 RGB: (24,51,53)

Color info

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

RGB color model

#183335 color RGB value is (24,51,53).

RGB: (24,51,53) (9%, 20%, 21%)

RGB channels and saturation

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

24
51
53

R + G + B ~ 17%. #183335 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 51 + 53 = 128 (100%)
R 24 of 128 ~ 18.75%
G 51 of 128 ~ 39.84%
B 53 of 128 ~ 41.41'%

%18.75
%39.84
%41.41

CMYK color model

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

  • cyan value is 54.72%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (55,4,0,79)
C55M4Y0K79 (55%, 4%, 0%, 79%)
(0.55 / 0.04 / 0.00 / 0.79)

CMYK percentages

%54.72
%3.77
%0
%79.22

Codes

Color #183335 in popluar color models

18 33 35
RGB 24 51 53
HSL 184° 37.66% 15.10%
HSB/HSV 184° 54.72% 20.78%
CMYK 54.72% 3.77% 0.00%
79.22%

Color #183335 in popluar number systems.

HEX 18 33 35
Decimal 24 51 53
Binary 11000 110011 110101
Octal 30 63 65

Shades and tints

Shades of #183335

#183335
(24,51,53)
#162F31
(22,47,49)
#142B2D
(20,43,45)
#122729
(18,39,41)
#102325
(16,35,37)
#0E1F21
(14,31,33)
#0C1B1D
(12,27,29)
#0A1719
(10,23,25)
#081315
(8,19,21)
#060F11
(6,15,17)
#040B0D
(4,11,13)
#000000
(0,0,0)

Tints of #183335

#183335
(24,51,53)
#2D4547
(45,69,71)
#425759
(66,87,89)
#57696B
(87,105,107)
#6C7B7D
(108,123,125)
#818D8F
(129,141,143)
#969FA1
(150,159,161)
#ABB1B3
(171,177,179)
#C0C3C5
(192,195,197)
#D5D5D7
(213,213,215)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183335; }

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

This text font color is #183335.

Background Color

.myBgColor { background-color: #183335; }

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

This div background color is #183335.

Border color

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

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

This div border color is #183335.

Opacity

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

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

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

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

This text has shadow with #183335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183335.

Preview

Color preview on black background

This text has color #183335 on black background.


Color preview on white background

This text has color #183335 on white background.


Black color preview on #183335 background

This text has black color on #183335 background.


White color preview on #183335 background

This text has white color on #183335 background.


Related colors

Complementary color

Complementary color for #hex is #E7CCCA.


I love getcolorcode.com

Triadic colors

1 #351833 and #333518 with #183335 are triadic colors.

2 #353318 and #331835 with #183335 are triadic colors.