COLOR #33374D

HEX: #33374D
RGB: (51,55,77)

Color info

#33374D contains red, green and blue colors in about the same proportion. Web safe color of #33374D is #333333 (or #333).

RGB color model

#33374D color RGB value is (51,55,77).

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

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 77 of 255 = 30%

51
55
77

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

Portions of RGB colors in percentages

R + G + B =
51 + 55 + 77 = 183 (100%)
R 51 of 183 ~ 27.87%
G 55 of 183 ~ 30.05%
B 77 of 183 ~ 42.08%

%27.87
%30.05
%42.08

CMYK color model

#33374D color CMYK value is (34,29,0,70).

  • cyan value is 33.77%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(34,29,0,70)
C34M29Y0K70 
(34%,29%,0%,70%)
(0.34/0.29/0.00/0.70)	

CMYK percentages

%33.77
%28.57
%0
%69.8

Codes

Color #33374D in popluar color models

33374D
RGB515577
HSL231°20.31%25.10%
HSB/HSV231°33.77%30.20%
CMYK33.77%28.57%0.00%
69.80%

Color #33374D in popluar number systems.

HEX33374D
Decimal515577
Binary1100111101111001101
Octal6367115

Shades and tints

Shades of #33374D

#33374D
(51,55,77)
#2F3246
(47,50,70)
#2B2D3F
(43,45,63)
#272838
(39,40,56)
#232331
(35,35,49)
#1F1E2A
(31,30,42)
#1B1923
(27,25,35)
#17141C
(23,20,28)
#130F15
(19,15,21)
#0F0A0E
(15,10,14)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #33374D

#33374D
(51,55,77)
#45495D
(69,73,93)
#575B6D
(87,91,109)
#696D7D
(105,109,125)
#7B7F8D
(123,127,141)
#8D919D
(141,145,157)
#9FA3AD
(159,163,173)
#B1B5BD
(177,181,189)
#C3C7CD
(195,199,205)
#D5D9DD
(213,217,221)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33374D; }

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

This text font color is #33374D.


Background Color

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

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

This div background color is #33374D.


Border color

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

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

This div border color is #33374D.


Opacity

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

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

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

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

This text has shadow with #33374D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33374D on black background.


Color preview on white background

This text has color #33374D on white background.



Black color preview on #33374D background

This text has black color on #33374D background.


White color preview on #33374D background

This text has white color on #33374D background.