COLOR #183113

HEX: #183113 RGB: (24,49,19)

Color info

#183113 contains red, green and blue colors in about the same proportion. Web safe color of #183113 is #003300 (or #030).

RGB color model

#183113 color RGB value is (24,49,19).

RGB: (24,49,19) (9%, 19%, 7%)

RGB channels and saturation

R 24 of 255 = 9%
G 49 of 255 = 19%
B 19 of 255 = 7%

24
49
19

R + G + B ~ 12%. #183113 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 49 + 19 = 92 (100%)
R 24 of 92 ~ 26.09%
G 49 of 92 ~ 53.26%
B 19 of 92 ~ 20.65'%

%26.09
%53.26
%20.65

CMYK color model

#183113 color CMYK value is (51,0,61,81).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 61.22%
  • key color value is 80.78%

CMYK: (51,0,61,81)
C51M0Y61K81 (51%, 0%, 61%, 81%)
(0.51 / 0.00 / 0.61 / 0.81)

CMYK percentages

%51.02
%0
%61.22
%80.78

Codes

Color #183113 in popluar color models

18 31 13
RGB 24 49 19
HSL 110° 44.12% 13.33%
HSB/HSV 110° 61.22% 19.22%
CMYK 51.02% 0.00% 61.22%
80.78%

Color #183113 in popluar number systems.

HEX 18 31 13
Decimal 24 49 19
Binary 11000 110001 10011
Octal 30 61 23

Shades and tints

Shades of #183113

#183113
(24,49,19)
#162D12
(22,45,18)
#142911
(20,41,17)
#122510
(18,37,16)
#10210F
(16,33,15)
#0E1D0E
(14,29,14)
#0C190D
(12,25,13)
#0A150C
(10,21,12)
#08110B
(8,17,11)
#060D0A
(6,13,10)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #183113

#183113
(24,49,19)
#2D4328
(45,67,40)
#42553D
(66,85,61)
#576752
(87,103,82)
#6C7967
(108,121,103)
#818B7C
(129,139,124)
#969D91
(150,157,145)
#ABAFA6
(171,175,166)
#C0C1BB
(192,193,187)
#D5D3D0
(213,211,208)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #183113 color. Also use rgb(24,49,19) instead hex code.

Text Font Color

.myTextColor { color: #183113; }

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

This text font color is #183113.

Background Color

.myBgColor { background-color: #183113; }

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

This div background color is #183113.

Border color

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

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

This div border color is #183113.

Opacity

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

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

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

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

This text has shadow with #183113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183113.

Preview

Color preview on black background

This text has color #183113 on black background.


Color preview on white background

This text has color #183113 on white background.


Black color preview on #183113 background

This text has black color on #183113 background.


White color preview on #183113 background

This text has white color on #183113 background.


Related colors

Complementary color

Complementary color for #hex is #E7CEEC.


I love getcolorcode.com

Triadic colors

1 #131831 and #311318 with #183113 are triadic colors.

2 #133118 and #311813 with #183113 are triadic colors.