COLOR #333161

HEX: #333161 RGB: (51,49,97)

Color info

#333161 contains red, green and blue colors in about the same proportion. Web safe color of #333161 is #333366 (or #336).

RGB color model

#333161 color RGB value is (51,49,97).

RGB: (51,49,97) (20%, 19%, 38%)

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 97 of 255 = 38%

51
49
97

R + G + B ~ 26%. #333161 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 49 + 97 = 197 (100%)
R 51 of 197 ~ 25.89%
G 49 of 197 ~ 24.87%
B 97 of 197 ~ 49.24'%

%25.89
%24.87
%49.24

CMYK color model

#333161 color CMYK value is (47,49,0,62).

  • cyan value is 47.42%
  • magenta value is 49.48%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (47,49,0,62)
C47M49Y0K62 (47%, 49%, 0%, 62%)
(0.47 / 0.49 / 0.00 / 0.62)

CMYK percentages

%47.42
%49.48
%0
%61.96

Codes

Color #333161 in popluar color models

33 31 61
RGB 51 49 97
HSL 243° 32.88% 28.63%
HSB/HSV 243° 49.48% 38.04%
CMYK 47.42% 49.48% 0.00%
61.96%

Color #333161 in popluar number systems.

HEX 33 31 61
Decimal 51 49 97
Binary 110011 110001 1100001
Octal 63 61 141

Shades and tints

Shades of #333161

#333161
(51,49,97)
#2F2D59
(47,45,89)
#2B2951
(43,41,81)
#272549
(39,37,73)
#232141
(35,33,65)
#1F1D39
(31,29,57)
#1B1931
(27,25,49)
#171529
(23,21,41)
#131121
(19,17,33)
#0F0D19
(15,13,25)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #333161

#333161
(51,49,97)
#45436F
(69,67,111)
#57557D
(87,85,125)
#69678B
(105,103,139)
#7B7999
(123,121,153)
#8D8BA7
(141,139,167)
#9F9DB5
(159,157,181)
#B1AFC3
(177,175,195)
#C3C1D1
(195,193,209)
#D5D3DF
(213,211,223)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333161 color. Also use rgb(51,49,97) instead hex code.

Text Font Color

.myTextColor { color: #333161; }

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

This text font color is #333161.

Background Color

.myBgColor { background-color: #333161; }

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

This div background color is #333161.

Border color

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

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

This div border color is #333161.

Opacity

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

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

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

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

This text has shadow with #333161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333161.

Preview

Color preview on black background

This text has color #333161 on black background.


Color preview on white background

This text has color #333161 on white background.


Black color preview on #333161 background

This text has black color on #333161 background.


White color preview on #333161 background

This text has white color on #333161 background.


Related colors

Complementary color

Complementary color for #hex is #CCCE9E.


I love getcolorcode.com

Triadic colors

1 #613331 and #316133 with #333161 are triadic colors.

2 #613133 and #313361 with #333161 are triadic colors.