COLOR #333055

HEX: #333055
RGB: (51,48,85)

Color info

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

RGB color model

#333055 color RGB value is (51,48,85).

  • red value is 51;
  • green value is 48;
  • blue value is 85.
RGB:
(51,48,85)
(20%,19%,33%)

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 85 of 255 = 33%

51
48
85

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

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 85 = 184 (100%)
R 51 of 184 ~ 27.72%
G 48 of 184 ~ 26.09%
B 85 of 184 ~ 46.2%

%27.72
%26.09
%46.2

CMYK color model

#333055 color CMYK value is (40,44,0,67).

  • cyan value is 40.00%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(40,44,0,67)
C40M44Y0K67 
(40%,44%,0%,67%)
(0.40/0.44/0.00/0.67)	

CMYK percentages

%40
%43.53
%0
%66.67

Codes

Color #333055 in popluar color models

333055
RGB514885
HSL245°27.82%26.08%
HSB/HSV245°43.53%33.33%
CMYK40.00%43.53%0.00%
66.67%

Color #333055 in popluar number systems.

HEX333055
Decimal514885
Binary1100111100001010101
Octal6360125

Shades and tints

Shades of #333055

#333055
(51,48,85)
#2F2C4E
(47,44,78)
#2B2847
(43,40,71)
#272440
(39,36,64)
#232039
(35,32,57)
#1F1C32
(31,28,50)
#1B182B
(27,24,43)
#171424
(23,20,36)
#13101D
(19,16,29)
#0F0C16
(15,12,22)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #333055

#333055
(51,48,85)
#454264
(69,66,100)
#575473
(87,84,115)
#696682
(105,102,130)
#7B7891
(123,120,145)
#8D8AA0
(141,138,160)
#9F9CAF
(159,156,175)
#B1AEBE
(177,174,190)
#C3C0CD
(195,192,205)
#D5D2DC
(213,210,220)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333055; }

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

This text font color is #333055.


Background Color

.myBgColor { background-color: #333055; }

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

This div background color is #333055.


Border color

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

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

This div border color is #333055.


Opacity

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

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

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

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

This text has shadow with #333055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333055 on black background.


Color preview on white background

This text has color #333055 on white background.



Black color preview on #333055 background

This text has black color on #333055 background.


White color preview on #333055 background

This text has white color on #333055 background.