COLOR #333754

HEX: #333754
RGB: (51,55,84)

Color info

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

RGB color model

#333754 color RGB value is (51,55,84).

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

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 84 of 255 = 33%

51
55
84

R + G + B ~ 25%. #333754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 55 + 84 = 190 (100%)
R 51 of 190 ~ 26.84%
G 55 of 190 ~ 28.95%
B 84 of 190 ~ 44.21%

%26.84
%28.95
%44.21

CMYK color model

#333754 color CMYK value is (39,35,0,67).

  • cyan value is 39.29%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(39,35,0,67)
C39M35Y0K67 
(39%,35%,0%,67%)
(0.39/0.35/0.00/0.67)	

CMYK percentages

%39.29
%34.52
%0
%67.06

Codes

Color #333754 in popluar color models

333754
RGB515584
HSL233°24.44%26.47%
HSB/HSV233°39.29%32.94%
CMYK39.29%34.52%0.00%
67.06%

Color #333754 in popluar number systems.

HEX333754
Decimal515584
Binary1100111101111010100
Octal6367124

Shades and tints

Shades of #333754

#333754
(51,55,84)
#2F324D
(47,50,77)
#2B2D46
(43,45,70)
#27283F
(39,40,63)
#232338
(35,35,56)
#1F1E31
(31,30,49)
#1B192A
(27,25,42)
#171423
(23,20,35)
#130F1C
(19,15,28)
#0F0A15
(15,10,21)
#0B050E
(11,5,14)
#000000
(0,0,0)

Tints of #333754

#333754
(51,55,84)
#454963
(69,73,99)
#575B72
(87,91,114)
#696D81
(105,109,129)
#7B7F90
(123,127,144)
#8D919F
(141,145,159)
#9FA3AE
(159,163,174)
#B1B5BD
(177,181,189)
#C3C7CC
(195,199,204)
#D5D9DB
(213,217,219)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333754; }

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

This text font color is #333754.


Background Color

.myBgColor { background-color: #333754; }

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

This div background color is #333754.


Border color

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

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

This div border color is #333754.


Opacity

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

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

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

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

This text has shadow with #333754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333754 on black background.


Color preview on white background

This text has color #333754 on white background.



Black color preview on #333754 background

This text has black color on #333754 background.


White color preview on #333754 background

This text has white color on #333754 background.