COLOR #33384F

HEX: #33384F
RGB: (51,56,79)

Color info

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

RGB color model

#33384F color RGB value is (51,56,79).

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

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 79 of 255 = 31%

51
56
79

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

Portions of RGB colors in percentages

R + G + B =
51 + 56 + 79 = 186 (100%)
R 51 of 186 ~ 27.42%
G 56 of 186 ~ 30.11%
B 79 of 186 ~ 42.47%

%27.42
%30.11
%42.47

CMYK color model

#33384F color CMYK value is (35,29,0,69).

  • cyan value is 35.44%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(35,29,0,69)
C35M29Y0K69 
(35%,29%,0%,69%)
(0.35/0.29/0.00/0.69)	

CMYK percentages

%35.44
%29.11
%0
%69.02

Codes

Color #33384F in popluar color models

33384F
RGB515679
HSL229°21.54%25.49%
HSB/HSV229°35.44%30.98%
CMYK35.44%29.11%0.00%
69.02%

Color #33384F in popluar number systems.

HEX33384F
Decimal515679
Binary1100111110001001111
Octal6370117

Shades and tints

Shades of #33384F

#33384F
(51,56,79)
#2F3348
(47,51,72)
#2B2E41
(43,46,65)
#27293A
(39,41,58)
#232433
(35,36,51)
#1F1F2C
(31,31,44)
#1B1A25
(27,26,37)
#17151E
(23,21,30)
#131017
(19,16,23)
#0F0B10
(15,11,16)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #33384F

#33384F
(51,56,79)
#454A5F
(69,74,95)
#575C6F
(87,92,111)
#696E7F
(105,110,127)
#7B808F
(123,128,143)
#8D929F
(141,146,159)
#9FA4AF
(159,164,175)
#B1B6BF
(177,182,191)
#C3C8CF
(195,200,207)
#D5DADF
(213,218,223)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33384F; }

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

This text font color is #33384F.


Background Color

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

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

This div background color is #33384F.


Border color

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

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

This div border color is #33384F.


Opacity

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

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

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

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

This text has shadow with #33384F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33384F on black background.


Color preview on white background

This text has color #33384F on white background.



Black color preview on #33384F background

This text has black color on #33384F background.


White color preview on #33384F background

This text has white color on #33384F background.