COLOR #33375D

HEX: #33375D
RGB: (51,55,93)

Color info

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

RGB color model

#33375D color RGB value is (51,55,93).

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

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 93 of 255 = 36%

51
55
93

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

Portions of RGB colors in percentages

R + G + B =
51 + 55 + 93 = 199 (100%)
R 51 of 199 ~ 25.63%
G 55 of 199 ~ 27.64%
B 93 of 199 ~ 46.73%

%25.63
%27.64
%46.73

CMYK color model

#33375D color CMYK value is (45,41,0,64).

  • cyan value is 45.16%
  • magenta value is 40.86%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(45,41,0,64)
C45M41Y0K64 
(45%,41%,0%,64%)
(0.45/0.41/0.00/0.64)	

CMYK percentages

%45.16
%40.86
%0
%63.53

Codes

Color #33375D in popluar color models

33375D
RGB515593
HSL234°29.17%28.24%
HSB/HSV234°45.16%36.47%
CMYK45.16%40.86%0.00%
63.53%

Color #33375D in popluar number systems.

HEX33375D
Decimal515593
Binary1100111101111011101
Octal6367135

Shades and tints

Shades of #33375D

#33375D
(51,55,93)
#2F3255
(47,50,85)
#2B2D4D
(43,45,77)
#272845
(39,40,69)
#23233D
(35,35,61)
#1F1E35
(31,30,53)
#1B192D
(27,25,45)
#171425
(23,20,37)
#130F1D
(19,15,29)
#0F0A15
(15,10,21)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #33375D

#33375D
(51,55,93)
#45496B
(69,73,107)
#575B79
(87,91,121)
#696D87
(105,109,135)
#7B7F95
(123,127,149)
#8D91A3
(141,145,163)
#9FA3B1
(159,163,177)
#B1B5BF
(177,181,191)
#C3C7CD
(195,199,205)
#D5D9DB
(213,217,219)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33375D; }

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

This text font color is #33375D.


Background Color

.myBgColor { background-color: #33375D; }

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

This div background color is #33375D.


Border color

.myBorderColor { border: 1px solid #33375D; }

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

This div border color is #33375D.


Opacity

.myOpacity80 { color: #33375D; opacity: 0.8; }

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

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

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

This text has shadow with #33375D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33375D on black background.


Color preview on white background

This text has color #33375D on white background.



Black color preview on #33375D background

This text has black color on #33375D background.


White color preview on #33375D background

This text has white color on #33375D background.