COLOR #33077E

HEX: #33077E
RGB: (51,7,126)

Color info

#33077E contains mainly blue color. Web safe color of #33077E is #330066 (or #306).

RGB color model

#33077E color RGB value is (51,7,126).

  • red value is 51;
  • green value is 7;
  • blue value is 126.
RGB:
(51,7,126)
(20%,3%,49%)

RGB channels and saturation

R 51 of 255 = 20%
G 7 of 255 = 3%
B 126 of 255 = 49%

51
7
126

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

Portions of RGB colors in percentages

R + G + B =
51 + 7 + 126 = 184 (100%)
R 51 of 184 ~ 27.72%
G 7 of 184 ~ 3.8%
B 126 of 184 ~ 68.48%

%27.72
%68.48

CMYK color model

#33077E color CMYK value is (60,94,0,51).

  • cyan value is 59.52%
  • magenta value is 94.44%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(60,94,0,51)
C60M94Y0K51 
(60%,94%,0%,51%)
(0.60/0.94/0.00/0.51)	

CMYK percentages

%59.52
%94.44
%0
%50.59

Codes

Color #33077E in popluar color models

33077E
RGB517126
HSL262°89.47%26.08%
HSB/HSV262°94.44%49.41%
CMYK59.52%94.44%0.00%
50.59%

Color #33077E in popluar number systems.

HEX33077E
Decimal517126
Binary1100111111111110
Octal637176

Shades and tints

Shades of #33077E

#33077E
(51,7,126)
#2F0773
(47,7,115)
#2B0768
(43,7,104)
#27075D
(39,7,93)
#230752
(35,7,82)
#1F0747
(31,7,71)
#1B073C
(27,7,60)
#170731
(23,7,49)
#130726
(19,7,38)
#0F071B
(15,7,27)
#0B0710
(11,7,16)
#000000
(0,0,0)

Tints of #33077E

#33077E
(51,7,126)
#451D89
(69,29,137)
#573394
(87,51,148)
#69499F
(105,73,159)
#7B5FAA
(123,95,170)
#8D75B5
(141,117,181)
#9F8BC0
(159,139,192)
#B1A1CB
(177,161,203)
#C3B7D6
(195,183,214)
#D5CDE1
(213,205,225)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33077E color. Also use rgb(51,7,126) instead hex code.

Text Font Color

.myTextColor { color: #33077E; }

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

This text font color is #33077E.


Background Color

.myBgColor { background-color: #33077E; }

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

This div background color is #33077E.


Border color

.myBorderColor { border: 1px solid #33077E; }

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

This div border color is #33077E.


Opacity

.myOpacity80 { color: #33077E; opacity: 0.8; }

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

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

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

This text has shadow with #33077E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33077E on black background.


Color preview on white background

This text has color #33077E on white background.



Black color preview on #33077E background

This text has black color on #33077E background.


White color preview on #33077E background

This text has white color on #33077E background.