COLOR #163341

HEX: #163341 RGB: (22,51,65)

Color info

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

RGB color model

#163341 color RGB value is (22,51,65).

RGB: (22,51,65) (9%, 20%, 25%)

RGB channels and saturation

R 22 of 255 = 9%
G 51 of 255 = 20%
B 65 of 255 = 25%

22
51
65

R + G + B ~ 18%. #163341 is dark color.

Portions of RGB colors in percentages

R + G + B = 22 + 51 + 65 = 138 (100%)
R 22 of 138 ~ 15.94%
G 51 of 138 ~ 36.96%
B 65 of 138 ~ 47.1'%

%15.94
%36.96
%47.1

CMYK color model

#163341 color CMYK value is (66,22,0,75).

  • cyan value is 66.15%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (66,22,0,75)
C66M22Y0K75 (66%, 22%, 0%, 75%)
(0.66 / 0.22 / 0.00 / 0.75)

CMYK percentages

%66.15
%21.54
%0
%74.51

Codes

Color #163341 in popluar color models

16 33 41
RGB 22 51 65
HSL 200° 49.43% 17.06%
HSB/HSV 200° 66.15% 25.49%
CMYK 66.15% 21.54% 0.00%
74.51%

Color #163341 in popluar number systems.

HEX 16 33 41
Decimal 22 51 65
Binary 10110 110011 1000001
Octal 26 63 101

Shades and tints

Shades of #163341

#163341
(22,51,65)
#142F3C
(20,47,60)
#122B37
(18,43,55)
#102732
(16,39,50)
#0E232D
(14,35,45)
#0C1F28
(12,31,40)
#0A1B23
(10,27,35)
#08171E
(8,23,30)
#061319
(6,19,25)
#040F14
(4,15,20)
#020B0F
(2,11,15)
#000000
(0,0,0)

Tints of #163341

#163341
(22,51,65)
#2B4552
(43,69,82)
#405763
(64,87,99)
#556974
(85,105,116)
#6A7B85
(106,123,133)
#7F8D96
(127,141,150)
#949FA7
(148,159,167)
#A9B1B8
(169,177,184)
#BEC3C9
(190,195,201)
#D3D5DA
(211,213,218)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #163341 color. Also use rgb(22,51,65) instead hex code.

Text Font Color

.myTextColor { color: #163341; }

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

This text font color is #163341.

Background Color

.myBgColor { background-color: #163341; }

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

This div background color is #163341.

Border color

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

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

This div border color is #163341.

Opacity

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

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

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

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

This text has shadow with #163341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #163341.

Preview

Color preview on black background

This text has color #163341 on black background.


Color preview on white background

This text has color #163341 on white background.


Black color preview on #163341 background

This text has black color on #163341 background.


White color preview on #163341 background

This text has white color on #163341 background.


Related colors

Complementary color

Complementary color for #hex is #E9CCBE.


I love getcolorcode.com

Triadic colors

1 #411633 and #334116 with #163341 are triadic colors.

2 #413316 and #331641 with #163341 are triadic colors.