COLOR #103033

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

16
48
51

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

Portions of RGB colors in percentages

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

%13.91
%41.74
%44.35

CMYK color model

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

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

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

CMYK percentages

%68.63
%5.88
%0
%80

Codes

Color #103033 in popluar color models

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

Color #103033 in popluar number systems.

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

Shades and tints

Shades of #103033

#103033
(16,48,51)
#0F2C2F
(15,44,47)
#0E282B
(14,40,43)
#0D2427
(13,36,39)
#0C2023
(12,32,35)
#0B1C1F
(11,28,31)
#0A181B
(10,24,27)
#091417
(9,20,23)
#081013
(8,16,19)
#070C0F
(7,12,15)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #103033

#103033
(16,48,51)
#254245
(37,66,69)
#3A5457
(58,84,87)
#4F6669
(79,102,105)
#64787B
(100,120,123)
#798A8D
(121,138,141)
#8E9C9F
(142,156,159)
#A3AEB1
(163,174,177)
#B8C0C3
(184,192,195)
#CDD2D5
(205,210,213)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #103033; }

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

This text font color is #103033.

Background Color

.myBgColor { background-color: #103033; }

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

This div background color is #103033.

Border color

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

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

This div border color is #103033.

Opacity

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

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

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

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

This text has shadow with #103033 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #103033.

Preview

Color preview on black background

This text has color #103033 on black background.


Color preview on white background

This text has color #103033 on white background.


Black color preview on #103033 background

This text has black color on #103033 background.


White color preview on #103033 background

This text has white color on #103033 background.


Related colors

Complementary color

Complementary color for #hex is #EFCFCC.


I love getcolorcode.com

Triadic colors

1 #331030 and #303310 with #103033 are triadic colors.

2 #333010 and #301033 with #103033 are triadic colors.