COLOR #33474F

HEX: #33474F
RGB: (51,71,79)

Color info

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

RGB color model

#33474F color RGB value is (51,71,79).

  • red value is 51;
  • green value is 71;
  • blue value is 79.
RGB:
(51,71,79)
(20%,28%,31%)

RGB channels and saturation

R 51 of 255 = 20%
G 71 of 255 = 28%
B 79 of 255 = 31%

51
71
79

R + G + B ~ 26%. #33474F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 71 + 79 = 201 (100%)
R 51 of 201 ~ 25.37%
G 71 of 201 ~ 35.32%
B 79 of 201 ~ 39.3%

%25.37
%35.32
%39.3

CMYK color model

#33474F color CMYK value is (35,10,0,69).

  • cyan value is 35.44%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(35,10,0,69)
C35M10Y0K69 
(35%,10%,0%,69%)
(0.35/0.10/0.00/0.69)	

CMYK percentages

%35.44
%10.13
%0
%69.02

Codes

Color #33474F in popluar color models

33474F
RGB517179
HSL197°21.54%25.49%
HSB/HSV197°35.44%30.98%
CMYK35.44%10.13%0.00%
69.02%

Color #33474F in popluar number systems.

HEX33474F
Decimal517179
Binary11001110001111001111
Octal63107117

Shades and tints

Shades of #33474F

#33474F
(51,71,79)
#2F4148
(47,65,72)
#2B3B41
(43,59,65)
#27353A
(39,53,58)
#232F33
(35,47,51)
#1F292C
(31,41,44)
#1B2325
(27,35,37)
#171D1E
(23,29,30)
#131717
(19,23,23)
#0F1110
(15,17,16)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #33474F

#33474F
(51,71,79)
#45575F
(69,87,95)
#57676F
(87,103,111)
#69777F
(105,119,127)
#7B878F
(123,135,143)
#8D979F
(141,151,159)
#9FA7AF
(159,167,175)
#B1B7BF
(177,183,191)
#C3C7CF
(195,199,207)
#D5D7DF
(213,215,223)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33474F color. Also use rgb(51,71,79) instead hex code.

Text Font Color

.myTextColor { color: #33474F; }

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

This text font color is #33474F.


Background Color

.myBgColor { background-color: #33474F; }

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

This div background color is #33474F.


Border color

.myBorderColor { border: 1px solid #33474F; }

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

This div border color is #33474F.


Opacity

.myOpacity80 { color: #33474F; opacity: 0.8; }

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

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

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

This text has shadow with #33474F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33474F on black background.


Color preview on white background

This text has color #33474F on white background.



Black color preview on #33474F background

This text has black color on #33474F background.


White color preview on #33474F background

This text has white color on #33474F background.