COLOR #183013

HEX: #183013 RGB: (24,48,19)

Color info

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

RGB color model

#183013 color RGB value is (24,48,19).

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

RGB channels and saturation

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

24
48
19

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

Portions of RGB colors in percentages

R + G + B = 24 + 48 + 19 = 91 (100%)
R 24 of 91 ~ 26.37%
G 48 of 91 ~ 52.75%
B 19 of 91 ~ 20.88'%

%26.37
%52.75
%20.88

CMYK color model

#183013 color CMYK value is (50,0,60,81).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 60.42%
  • key color value is 81.18%

CMYK: (50,0,60,81)
C50M0Y60K81 (50%, 0%, 60%, 81%)
(0.50 / 0.00 / 0.60 / 0.81)

CMYK percentages

%50
%0
%60.42
%81.18

Codes

Color #183013 in popluar color models

18 30 13
RGB 24 48 19
HSL 110° 43.28% 13.14%
HSB/HSV 110° 60.42% 18.82%
CMYK 50.00% 0.00% 60.42%
81.18%

Color #183013 in popluar number systems.

HEX 18 30 13
Decimal 24 48 19
Binary 11000 110000 10011
Octal 30 60 23

Shades and tints

Shades of #183013

#183013
(24,48,19)
#162C12
(22,44,18)
#142811
(20,40,17)
#122410
(18,36,16)
#10200F
(16,32,15)
#0E1C0E
(14,28,14)
#0C180D
(12,24,13)
#0A140C
(10,20,12)
#08100B
(8,16,11)
#060C0A
(6,12,10)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #183013

#183013
(24,48,19)
#2D4228
(45,66,40)
#42543D
(66,84,61)
#576652
(87,102,82)
#6C7867
(108,120,103)
#818A7C
(129,138,124)
#969C91
(150,156,145)
#ABAEA6
(171,174,166)
#C0C0BB
(192,192,187)
#D5D2D0
(213,210,208)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183013; }

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

This text font color is #183013.

Background Color

.myBgColor { background-color: #183013; }

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

This div background color is #183013.

Border color

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

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

This div border color is #183013.

Opacity

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

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

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

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

This text has shadow with #183013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183013.

Preview

Color preview on black background

This text has color #183013 on black background.


Color preview on white background

This text has color #183013 on white background.


Black color preview on #183013 background

This text has black color on #183013 background.


White color preview on #183013 background

This text has white color on #183013 background.


Related colors

Complementary color

Complementary color for #hex is #E7CFEC.


I love getcolorcode.com

Triadic colors

1 #131830 and #301318 with #183013 are triadic colors.

2 #133018 and #301813 with #183013 are triadic colors.