COLOR #183835

HEX: #183835 RGB: (24,56,53)

Color info

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

RGB color model

#183835 color RGB value is (24,56,53).

RGB: (24,56,53) (9%, 22%, 21%)

RGB channels and saturation

R 24 of 255 = 9%
G 56 of 255 = 22%
B 53 of 255 = 21%

24
56
53

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

Portions of RGB colors in percentages

R + G + B = 24 + 56 + 53 = 133 (100%)
R 24 of 133 ~ 18.05%
G 56 of 133 ~ 42.11%
B 53 of 133 ~ 39.85'%

%18.05
%42.11
%39.85

CMYK color model

#183835 color CMYK value is (57,0,5,78).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 78.04%

CMYK: (57,0,5,78)
C57M0Y5K78 (57%, 0%, 5%, 78%)
(0.57 / 0.00 / 0.05 / 0.78)

CMYK percentages

%57.14
%0
%5.36
%78.04

Codes

Color #183835 in popluar color models

18 38 35
RGB 24 56 53
HSL 174° 40.00% 15.69%
HSB/HSV 174° 57.14% 21.96%
CMYK 57.14% 0.00% 5.36%
78.04%

Color #183835 in popluar number systems.

HEX 18 38 35
Decimal 24 56 53
Binary 11000 111000 110101
Octal 30 70 65

Shades and tints

Shades of #183835

#183835
(24,56,53)
#163331
(22,51,49)
#142E2D
(20,46,45)
#122929
(18,41,41)
#102425
(16,36,37)
#0E1F21
(14,31,33)
#0C1A1D
(12,26,29)
#0A1519
(10,21,25)
#081015
(8,16,21)
#060B11
(6,11,17)
#04060D
(4,6,13)
#000000
(0,0,0)

Tints of #183835

#183835
(24,56,53)
#2D4A47
(45,74,71)
#425C59
(66,92,89)
#576E6B
(87,110,107)
#6C807D
(108,128,125)
#81928F
(129,146,143)
#96A4A1
(150,164,161)
#ABB6B3
(171,182,179)
#C0C8C5
(192,200,197)
#D5DAD7
(213,218,215)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183835; }

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

This text font color is #183835.

Background Color

.myBgColor { background-color: #183835; }

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

This div background color is #183835.

Border color

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

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

This div border color is #183835.

Opacity

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

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

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

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

This text has shadow with #183835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183835.

Preview

Color preview on black background

This text has color #183835 on black background.


Color preview on white background

This text has color #183835 on white background.


Black color preview on #183835 background

This text has black color on #183835 background.


White color preview on #183835 background

This text has white color on #183835 background.


Related colors

Complementary color

Complementary color for #hex is #E7C7CA.


I love getcolorcode.com

Triadic colors

1 #351838 and #383518 with #183835 are triadic colors.

2 #353818 and #381835 with #183835 are triadic colors.