COLOR #103739

HEX: #103739
RGB: (16,55,57)

Color info

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

RGB color model

#103739 color RGB value is (16,55,57).

  • red value is 16;
  • green value is 55;
  • blue value is 57.
RGB:
(16,55,57)
(6%,22%,22%)

RGB channels and saturation

R 16 of 255 = 6%
G 55 of 255 = 22%
B 57 of 255 = 22%

16
55
57

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

Portions of RGB colors in percentages

R + G + B =
16 + 55 + 57 = 128 (100%)
R 16 of 128 ~ 12.5%
G 55 of 128 ~ 42.97%
B 57 of 128 ~ 44.53%

%12.5
%42.97
%44.53

CMYK color model

#103739 color CMYK value is (72,4,0,78).

  • cyan value is 71.93%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(72,4,0,78)
C72M4Y0K78 
(72%,4%,0%,78%)
(0.72/0.04/0.00/0.78)	

CMYK percentages

%71.93
%3.51
%0
%77.65

Codes

Color #103739 in popluar color models

103739
RGB165557
HSL183°56.16%14.31%
HSB/HSV183°71.93%22.35%
CMYK71.93%3.51%0.00%
77.65%

Color #103739 in popluar number systems.

HEX103739
Decimal165557
Binary10000110111111001
Octal206771

Shades and tints

Shades of #103739

#103739
(16,55,57)
#0F3234
(15,50,52)
#0E2D2F
(14,45,47)
#0D282A
(13,40,42)
#0C2325
(12,35,37)
#0B1E20
(11,30,32)
#0A191B
(10,25,27)
#091416
(9,20,22)
#080F11
(8,15,17)
#070A0C
(7,10,12)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #103739

#103739
(16,55,57)
#25494B
(37,73,75)
#3A5B5D
(58,91,93)
#4F6D6F
(79,109,111)
#647F81
(100,127,129)
#799193
(121,145,147)
#8EA3A5
(142,163,165)
#A3B5B7
(163,181,183)
#B8C7C9
(184,199,201)
#CDD9DB
(205,217,219)
#E2EBED
(226,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103739 color. Also use rgb(16,55,57) instead hex code.

Text Font Color

.myTextColor { color: #103739; }

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

This text font color is #103739.


Background Color

.myBgColor { background-color: #103739; }

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

This div background color is #103739.


Border color

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

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

This div border color is #103739.


Opacity

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

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

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

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

This text has shadow with #103739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103739 on black background.


Color preview on white background

This text has color #103739 on white background.



Black color preview on #103739 background

This text has black color on #103739 background.


White color preview on #103739 background

This text has white color on #103739 background.