COLOR #333344

HEX: #333344
RGB: (51,51,68)

Color info

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

RGB color model

#333344 color RGB value is (51,51,68).

  • red value is 51;
  • green value is 51;
  • blue value is 68.
RGB:
(51,51,68)
(20%,20%,27%)

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 68 of 255 = 27%

51
51
68

R + G + B ~ 22%. #333344 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 68 = 170 (100%)
R 51 of 170 ~ 30%
G 51 of 170 ~ 30%
B 68 of 170 ~ 40%

%30
%30
%40

CMYK color model

#333344 color CMYK value is (25,25,0,73).

  • cyan value is 25.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(25,25,0,73)
C25M25Y0K73 
(25%,25%,0%,73%)
(0.25/0.25/0.00/0.73)	

CMYK percentages

%25
%25
%0
%73.33

Codes

Color #333344 in popluar color models

333344
RGB515168
HSL240°14.29%23.33%
HSB/HSV240°25.00%26.67%
CMYK25.00%25.00%0.00%
73.33%

Color #333344 in popluar number systems.

HEX333344
Decimal515168
Binary1100111100111000100
Octal6363104

Shades and tints

Shades of #333344

#333344
(51,51,68)
#2F2F3E
(47,47,62)
#2B2B38
(43,43,56)
#272732
(39,39,50)
#23232C
(35,35,44)
#1F1F26
(31,31,38)
#1B1B20
(27,27,32)
#17171A
(23,23,26)
#131314
(19,19,20)
#0F0F0E
(15,15,14)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #333344

#333344
(51,51,68)
#454555
(69,69,85)
#575766
(87,87,102)
#696977
(105,105,119)
#7B7B88
(123,123,136)
#8D8D99
(141,141,153)
#9F9FAA
(159,159,170)
#B1B1BB
(177,177,187)
#C3C3CC
(195,195,204)
#D5D5DD
(213,213,221)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333344 color. Also use rgb(51,51,68) instead hex code.

Text Font Color

.myTextColor { color: #333344; }

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

This text font color is #333344.


Background Color

.myBgColor { background-color: #333344; }

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

This div background color is #333344.


Border color

.myBorderColor { border: 1px solid #333344; }

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

This div border color is #333344.


Opacity

.myOpacity80 { color: #333344; opacity: 0.8; }

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

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

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

This text has shadow with #333344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333344 on black background.


Color preview on white background

This text has color #333344 on white background.



Black color preview on #333344 background

This text has black color on #333344 background.


White color preview on #333344 background

This text has white color on #333344 background.