COLOR #183830

HEX: #183830 RGB: (24,56,48)

Color info

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

RGB color model

#183830 color RGB value is (24,56,48).

RGB: (24,56,48) (9%, 22%, 19%)

RGB channels and saturation

R 24 of 255 = 9%
G 56 of 255 = 22%
B 48 of 255 = 19%

24
56
48

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

Portions of RGB colors in percentages

R + G + B = 24 + 56 + 48 = 128 (100%)
R 24 of 128 ~ 18.75%
G 56 of 128 ~ 43.75%
B 48 of 128 ~ 37.5'%

%18.75
%43.75
%37.5

CMYK color model

#183830 color CMYK value is (57,0,14,78).

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

CMYK: (57,0,14,78)
C57M0Y14K78 (57%, 0%, 14%, 78%)
(0.57 / 0.00 / 0.14 / 0.78)

CMYK percentages

%57.14
%0
%14.29
%78.04

Codes

Color #183830 in popluar color models

18 38 30
RGB 24 56 48
HSL 165° 40.00% 15.69%
HSB/HSV 165° 57.14% 21.96%
CMYK 57.14% 0.00% 14.29%
78.04%

Color #183830 in popluar number systems.

HEX 18 38 30
Decimal 24 56 48
Binary 11000 111000 110000
Octal 30 70 60

Shades and tints

Shades of #183830

#183830
(24,56,48)
#16332C
(22,51,44)
#142E28
(20,46,40)
#122924
(18,41,36)
#102420
(16,36,32)
#0E1F1C
(14,31,28)
#0C1A18
(12,26,24)
#0A1514
(10,21,20)
#081010
(8,16,16)
#060B0C
(6,11,12)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #183830

#183830
(24,56,48)
#2D4A42
(45,74,66)
#425C54
(66,92,84)
#576E66
(87,110,102)
#6C8078
(108,128,120)
#81928A
(129,146,138)
#96A49C
(150,164,156)
#ABB6AE
(171,182,174)
#C0C8C0
(192,200,192)
#D5DAD2
(213,218,210)
#EAECE4
(234,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183830; }

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

This text font color is #183830.

Background Color

.myBgColor { background-color: #183830; }

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

This div background color is #183830.

Border color

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

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

This div border color is #183830.

Opacity

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

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

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

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

This text has shadow with #183830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183830.

Preview

Color preview on black background

This text has color #183830 on black background.


Color preview on white background

This text has color #183830 on white background.


Black color preview on #183830 background

This text has black color on #183830 background.


White color preview on #183830 background

This text has white color on #183830 background.


Related colors

Complementary color

Complementary color for #hex is #E7C7CF.


I love getcolorcode.com

Triadic colors

1 #301838 and #383018 with #183830 are triadic colors.

2 #303818 and #381830 with #183830 are triadic colors.