COLOR #333453

HEX: #333453
RGB: (51,52,83)

Color info

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

RGB color model

#333453 color RGB value is (51,52,83).

  • red value is 51;
  • green value is 52;
  • blue value is 83.
RGB:
(51,52,83)
(20%,20%,33%)

RGB channels and saturation

R 51 of 255 = 20%
G 52 of 255 = 20%
B 83 of 255 = 33%

51
52
83

R + G + B ~ 24%. #333453 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 52 + 83 = 186 (100%)
R 51 of 186 ~ 27.42%
G 52 of 186 ~ 27.96%
B 83 of 186 ~ 44.62%

%27.42
%27.96
%44.62

CMYK color model

#333453 color CMYK value is (39,37,0,67).

  • cyan value is 38.55%
  • magenta value is 37.35%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(39,37,0,67)
C39M37Y0K67 
(39%,37%,0%,67%)
(0.39/0.37/0.00/0.67)	

CMYK percentages

%38.55
%37.35
%0
%67.45

Codes

Color #333453 in popluar color models

333453
RGB515283
HSL238°23.88%26.27%
HSB/HSV238°38.55%32.55%
CMYK38.55%37.35%0.00%
67.45%

Color #333453 in popluar number systems.

HEX333453
Decimal515283
Binary1100111101001010011
Octal6364123

Shades and tints

Shades of #333453

#333453
(51,52,83)
#2F304C
(47,48,76)
#2B2C45
(43,44,69)
#27283E
(39,40,62)
#232437
(35,36,55)
#1F2030
(31,32,48)
#1B1C29
(27,28,41)
#171822
(23,24,34)
#13141B
(19,20,27)
#0F1014
(15,16,20)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #333453

#333453
(51,52,83)
#454662
(69,70,98)
#575871
(87,88,113)
#696A80
(105,106,128)
#7B7C8F
(123,124,143)
#8D8E9E
(141,142,158)
#9FA0AD
(159,160,173)
#B1B2BC
(177,178,188)
#C3C4CB
(195,196,203)
#D5D6DA
(213,214,218)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333453 color. Also use rgb(51,52,83) instead hex code.

Text Font Color

.myTextColor { color: #333453; }

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

This text font color is #333453.


Background Color

.myBgColor { background-color: #333453; }

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

This div background color is #333453.


Border color

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

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

This div border color is #333453.


Opacity

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

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

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

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

This text has shadow with #333453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333453 on black background.


Color preview on white background

This text has color #333453 on white background.



Black color preview on #333453 background

This text has black color on #333453 background.


White color preview on #333453 background

This text has white color on #333453 background.