COLOR #103327

HEX: #103327
RGB: (16,51,39)

Color info

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

RGB color model

#103327 color RGB value is (16,51,39).

  • red value is 16;
  • green value is 51;
  • blue value is 39.
RGB:
(16,51,39)
(6%,20%,15%)

RGB channels and saturation

R 16 of 255 = 6%
G 51 of 255 = 20%
B 39 of 255 = 15%

16
51
39

R + G + B ~ 14%. #103327 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 51 + 39 = 106 (100%)
R 16 of 106 ~ 15.09%
G 51 of 106 ~ 48.11%
B 39 of 106 ~ 36.79%

%15.09
%48.11
%36.79

CMYK color model

#103327 color CMYK value is (69,0,24,80).

  • cyan value is 68.63%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(69,0,24,80)
C69M0Y24K80 
(69%,0%,24%,80%)
(0.69/0.00/0.24/0.80)	

CMYK percentages

%68.63
%0
%23.53
%80

Codes

Color #103327 in popluar color models

103327
RGB165139
HSL159°52.24%13.14%
HSB/HSV159°68.63%20.00%
CMYK68.63%0.00%23.53%
80.00%

Color #103327 in popluar number systems.

HEX103327
Decimal165139
Binary10000110011100111
Octal206347

Shades and tints

Shades of #103327

#103327
(16,51,39)
#0F2F24
(15,47,36)
#0E2B21
(14,43,33)
#0D271E
(13,39,30)
#0C231B
(12,35,27)
#0B1F18
(11,31,24)
#0A1B15
(10,27,21)
#091712
(9,23,18)
#08130F
(8,19,15)
#070F0C
(7,15,12)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #103327

#103327
(16,51,39)
#25453A
(37,69,58)
#3A574D
(58,87,77)
#4F6960
(79,105,96)
#647B73
(100,123,115)
#798D86
(121,141,134)
#8E9F99
(142,159,153)
#A3B1AC
(163,177,172)
#B8C3BF
(184,195,191)
#CDD5D2
(205,213,210)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103327 color. Also use rgb(16,51,39) instead hex code.

Text Font Color

.myTextColor { color: #103327; }

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

This text font color is #103327.


Background Color

.myBgColor { background-color: #103327; }

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

This div background color is #103327.


Border color

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

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

This div border color is #103327.


Opacity

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

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

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

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

This text has shadow with #103327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103327 on black background.


Color preview on white background

This text has color #103327 on white background.



Black color preview on #103327 background

This text has black color on #103327 background.


White color preview on #103327 background

This text has white color on #103327 background.