COLOR #103330

HEX: #103330 RGB: (16,51,48)

Color info

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

RGB color model

#103330 color RGB value is (16,51,48).

RGB: (16,51,48) (6%, 20%, 19%)

RGB channels and saturation

R 16 of 255 = 6%
G 51 of 255 = 20%
B 48 of 255 = 19%

16
51
48

R + G + B ~ 15%. #103330 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 51 + 48 = 115 (100%)
R 16 of 115 ~ 13.91%
G 51 of 115 ~ 44.35%
B 48 of 115 ~ 41.74'%

%13.91
%44.35
%41.74

CMYK color model

#103330 color CMYK value is (69,0,6,80).

  • cyan value is 68.63%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 80.00%

CMYK: (69,0,6,80)
C69M0Y6K80 (69%, 0%, 6%, 80%)
(0.69 / 0.00 / 0.06 / 0.80)

CMYK percentages

%68.63
%0
%5.88
%80

Codes

Color #103330 in popluar color models

10 33 30
RGB 16 51 48
HSL 175° 52.24% 13.14%
HSB/HSV 175° 68.63% 20.00%
CMYK 68.63% 0.00% 5.88%
80.00%

Color #103330 in popluar number systems.

HEX 10 33 30
Decimal 16 51 48
Binary 10000 110011 110000
Octal 20 63 60

Shades and tints

Shades of #103330

#103330
(16,51,48)
#0F2F2C
(15,47,44)
#0E2B28
(14,43,40)
#0D2724
(13,39,36)
#0C2320
(12,35,32)
#0B1F1C
(11,31,28)
#0A1B18
(10,27,24)
#091714
(9,23,20)
#081310
(8,19,16)
#070F0C
(7,15,12)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #103330

#103330
(16,51,48)
#254542
(37,69,66)
#3A5754
(58,87,84)
#4F6966
(79,105,102)
#647B78
(100,123,120)
#798D8A
(121,141,138)
#8E9F9C
(142,159,156)
#A3B1AE
(163,177,174)
#B8C3C0
(184,195,192)
#CDD5D2
(205,213,210)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #103330; }

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

This text font color is #103330.

Background Color

.myBgColor { background-color: #103330; }

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

This div background color is #103330.

Border color

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

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

This div border color is #103330.

Opacity

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

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

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

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

This text has shadow with #103330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #103330.

Preview

Color preview on black background

This text has color #103330 on black background.


Color preview on white background

This text has color #103330 on white background.


Black color preview on #103330 background

This text has black color on #103330 background.


White color preview on #103330 background

This text has white color on #103330 background.


Related colors

Complementary color

Complementary color for #hex is #EFCCCF.


I love getcolorcode.com

Triadic colors

1 #301033 and #333010 with #103330 are triadic colors.

2 #303310 and #331030 with #103330 are triadic colors.