COLOR #33354D

HEX: #33354D
RGB: (51,53,77)

Color info

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

RGB color model

#33354D color RGB value is (51,53,77).

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

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 77 of 255 = 30%

51
53
77

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

Portions of RGB colors in percentages

R + G + B =
51 + 53 + 77 = 181 (100%)
R 51 of 181 ~ 28.18%
G 53 of 181 ~ 29.28%
B 77 of 181 ~ 42.54%

%28.18
%29.28
%42.54

CMYK color model

#33354D color CMYK value is (34,31,0,70).

  • cyan value is 33.77%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(34,31,0,70)
C34M31Y0K70 
(34%,31%,0%,70%)
(0.34/0.31/0.00/0.70)	

CMYK percentages

%33.77
%31.17
%0
%69.8

Codes

Color #33354D in popluar color models

33354D
RGB515377
HSL235°20.31%25.10%
HSB/HSV235°33.77%30.20%
CMYK33.77%31.17%0.00%
69.80%

Color #33354D in popluar number systems.

HEX33354D
Decimal515377
Binary1100111101011001101
Octal6365115

Shades and tints

Shades of #33354D

#33354D
(51,53,77)
#2F3146
(47,49,70)
#2B2D3F
(43,45,63)
#272938
(39,41,56)
#232531
(35,37,49)
#1F212A
(31,33,42)
#1B1D23
(27,29,35)
#17191C
(23,25,28)
#131515
(19,21,21)
#0F110E
(15,17,14)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #33354D

#33354D
(51,53,77)
#45475D
(69,71,93)
#57596D
(87,89,109)
#696B7D
(105,107,125)
#7B7D8D
(123,125,141)
#8D8F9D
(141,143,157)
#9FA1AD
(159,161,173)
#B1B3BD
(177,179,189)
#C3C5CD
(195,197,205)
#D5D7DD
(213,215,221)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33354D; }

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

This text font color is #33354D.


Background Color

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

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

This div background color is #33354D.


Border color

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

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

This div border color is #33354D.


Opacity

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

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

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

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

This text has shadow with #33354D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33354D on black background.


Color preview on white background

This text has color #33354D on white background.



Black color preview on #33354D background

This text has black color on #33354D background.


White color preview on #33354D background

This text has white color on #33354D background.