COLOR #333761

HEX: #333761
RGB: (51,55,97)

Color info

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

RGB color model

#333761 color RGB value is (51,55,97).

  • red value is 51;
  • green value is 55;
  • blue value is 97.
RGB:
(51,55,97)
(20%,22%,38%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 97 of 255 = 38%

51
55
97

R + G + B ~ 27%. #333761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 55 + 97 = 203 (100%)
R 51 of 203 ~ 25.12%
G 55 of 203 ~ 27.09%
B 97 of 203 ~ 47.78%

%25.12
%27.09
%47.78

CMYK color model

#333761 color CMYK value is (47,43,0,62).

  • cyan value is 47.42%
  • magenta value is 43.30%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(47,43,0,62)
C47M43Y0K62 
(47%,43%,0%,62%)
(0.47/0.43/0.00/0.62)	

CMYK percentages

%47.42
%43.3
%0
%61.96

Codes

Color #333761 in popluar color models

333761
RGB515597
HSL235°31.08%29.02%
HSB/HSV235°47.42%38.04%
CMYK47.42%43.30%0.00%
61.96%

Color #333761 in popluar number systems.

HEX333761
Decimal515597
Binary1100111101111100001
Octal6367141

Shades and tints

Shades of #333761

#333761
(51,55,97)
#2F3259
(47,50,89)
#2B2D51
(43,45,81)
#272849
(39,40,73)
#232341
(35,35,65)
#1F1E39
(31,30,57)
#1B1931
(27,25,49)
#171429
(23,20,41)
#130F21
(19,15,33)
#0F0A19
(15,10,25)
#0B0511
(11,5,17)
#000000
(0,0,0)

Tints of #333761

#333761
(51,55,97)
#45496F
(69,73,111)
#575B7D
(87,91,125)
#696D8B
(105,109,139)
#7B7F99
(123,127,153)
#8D91A7
(141,145,167)
#9FA3B5
(159,163,181)
#B1B5C3
(177,181,195)
#C3C7D1
(195,199,209)
#D5D9DF
(213,217,223)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333761; }

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

This text font color is #333761.


Background Color

.myBgColor { background-color: #333761; }

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

This div background color is #333761.


Border color

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

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

This div border color is #333761.


Opacity

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

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

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

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

This text has shadow with #333761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333761 on black background.


Color preview on white background

This text has color #333761 on white background.



Black color preview on #333761 background

This text has black color on #333761 background.


White color preview on #333761 background

This text has white color on #333761 background.