COLOR #103831

HEX: #103831 RGB: (16,56,49)

Color info

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

RGB color model

#103831 color RGB value is (16,56,49).

RGB: (16,56,49) (6%, 22%, 19%)

RGB channels and saturation

R 16 of 255 = 6%
G 56 of 255 = 22%
B 49 of 255 = 19%

16
56
49

R + G + B ~ 16%. #103831 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 56 + 49 = 121 (100%)
R 16 of 121 ~ 13.22%
G 56 of 121 ~ 46.28%
B 49 of 121 ~ 40.5'%

%13.22
%46.28
%40.5

CMYK color model

#103831 color CMYK value is (71,0,13,78).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 78.04%

CMYK: (71,0,13,78)
C71M0Y13K78 (71%, 0%, 13%, 78%)
(0.71 / 0.00 / 0.13 / 0.78)

CMYK percentages

%71.43
%0
%12.5
%78.04

Codes

Color #103831 in popluar color models

10 38 31
RGB 16 56 49
HSL 170° 55.56% 14.12%
HSB/HSV 170° 71.43% 21.96%
CMYK 71.43% 0.00% 12.50%
78.04%

Color #103831 in popluar number systems.

HEX 10 38 31
Decimal 16 56 49
Binary 10000 111000 110001
Octal 20 70 61

Shades and tints

Shades of #103831

#103831
(16,56,49)
#0F332D
(15,51,45)
#0E2E29
(14,46,41)
#0D2925
(13,41,37)
#0C2421
(12,36,33)
#0B1F1D
(11,31,29)
#0A1A19
(10,26,25)
#091515
(9,21,21)
#081011
(8,16,17)
#070B0D
(7,11,13)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #103831

#103831
(16,56,49)
#254A43
(37,74,67)
#3A5C55
(58,92,85)
#4F6E67
(79,110,103)
#648079
(100,128,121)
#79928B
(121,146,139)
#8EA49D
(142,164,157)
#A3B6AF
(163,182,175)
#B8C8C1
(184,200,193)
#CDDAD3
(205,218,211)
#E2ECE5
(226,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103831 color. Also use rgb(16,56,49) instead hex code.

Text Font Color

.myTextColor { color: #103831; }

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

This text font color is #103831.

Background Color

.myBgColor { background-color: #103831; }

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

This div background color is #103831.

Border color

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

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

This div border color is #103831.

Opacity

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

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

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

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

This text has shadow with #103831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #103831.

Preview

Color preview on black background

This text has color #103831 on black background.


Color preview on white background

This text has color #103831 on white background.


Black color preview on #103831 background

This text has black color on #103831 background.


White color preview on #103831 background

This text has white color on #103831 background.


Related colors

Complementary color

Complementary color for #hex is #EFC7CE.


I love getcolorcode.com

Triadic colors

1 #311038 and #383110 with #103831 are triadic colors.

2 #313810 and #381031 with #103831 are triadic colors.