COLOR #33384C

HEX: #33384C
RGB: (51,56,76)

Color info

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

RGB color model

#33384C color RGB value is (51,56,76).

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

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 76 of 255 = 30%

51
56
76

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

Portions of RGB colors in percentages

R + G + B =
51 + 56 + 76 = 183 (100%)
R 51 of 183 ~ 27.87%
G 56 of 183 ~ 30.6%
B 76 of 183 ~ 41.53%

%27.87
%30.6
%41.53

CMYK color model

#33384C color CMYK value is (33,26,0,70).

  • cyan value is 32.89%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(33,26,0,70)
C33M26Y0K70 
(33%,26%,0%,70%)
(0.33/0.26/0.00/0.70)	

CMYK percentages

%32.89
%26.32
%0
%70.2

Codes

Color #33384C in popluar color models

33384C
RGB515676
HSL228°19.69%24.90%
HSB/HSV228°32.89%29.80%
CMYK32.89%26.32%0.00%
70.20%

Color #33384C in popluar number systems.

HEX33384C
Decimal515676
Binary1100111110001001100
Octal6370114

Shades and tints

Shades of #33384C

#33384C
(51,56,76)
#2F3346
(47,51,70)
#2B2E40
(43,46,64)
#27293A
(39,41,58)
#232434
(35,36,52)
#1F1F2E
(31,31,46)
#1B1A28
(27,26,40)
#171522
(23,21,34)
#13101C
(19,16,28)
#0F0B16
(15,11,22)
#0B0610
(11,6,16)
#000000
(0,0,0)

Tints of #33384C

#33384C
(51,56,76)
#454A5C
(69,74,92)
#575C6C
(87,92,108)
#696E7C
(105,110,124)
#7B808C
(123,128,140)
#8D929C
(141,146,156)
#9FA4AC
(159,164,172)
#B1B6BC
(177,182,188)
#C3C8CC
(195,200,204)
#D5DADC
(213,218,220)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33384C; }

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

This text font color is #33384C.


Background Color

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

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

This div background color is #33384C.


Border color

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

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

This div border color is #33384C.


Opacity

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

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

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

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

This text has shadow with #33384C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33384C on black background.


Color preview on white background

This text has color #33384C on white background.



Black color preview on #33384C background

This text has black color on #33384C background.


White color preview on #33384C background

This text has white color on #33384C background.