COLOR #333A75

HEX: #333A75
RGB: (51,58,117)

Color info

#333A75 contains mainly green and blue colors. Web safe color of #333A75 is #333366 (or #336).

RGB color model

#333A75 color RGB value is (51,58,117).

  • red value is 51;
  • green value is 58;
  • blue value is 117.
RGB:
(51,58,117)
(20%,23%,46%)

RGB channels and saturation

R 51 of 255 = 20%
G 58 of 255 = 23%
B 117 of 255 = 46%

51
58
117

R + G + B ~ 30%. #333A75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 58 + 117 = 226 (100%)
R 51 of 226 ~ 22.57%
G 58 of 226 ~ 25.66%
B 117 of 226 ~ 51.77%

%22.57
%25.66
%51.77

CMYK color model

#333A75 color CMYK value is (56,50,0,54).

  • cyan value is 56.41%
  • magenta value is 50.43%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(56,50,0,54)
C56M50Y0K54 
(56%,50%,0%,54%)
(0.56/0.50/0.00/0.54)	

CMYK percentages

%56.41
%50.43
%0
%54.12

Codes

Color #333A75 in popluar color models

333A75
RGB5158117
HSL234°39.29%32.94%
HSB/HSV234°56.41%45.88%
CMYK56.41%50.43%0.00%
54.12%

Color #333A75 in popluar number systems.

HEX333A75
Decimal5158117
Binary1100111110101110101
Octal6372165

Shades and tints

Shades of #333A75

#333A75
(51,58,117)
#2F356B
(47,53,107)
#2B3061
(43,48,97)
#272B57
(39,43,87)
#23264D
(35,38,77)
#1F2143
(31,33,67)
#1B1C39
(27,28,57)
#17172F
(23,23,47)
#131225
(19,18,37)
#0F0D1B
(15,13,27)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #333A75

#333A75
(51,58,117)
#454B81
(69,75,129)
#575C8D
(87,92,141)
#696D99
(105,109,153)
#7B7EA5
(123,126,165)
#8D8FB1
(141,143,177)
#9FA0BD
(159,160,189)
#B1B1C9
(177,177,201)
#C3C2D5
(195,194,213)
#D5D3E1
(213,211,225)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333A75 color. Also use rgb(51,58,117) instead hex code.

Text Font Color

.myTextColor { color: #333A75; }

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

This text font color is #333A75.


Background Color

.myBgColor { background-color: #333A75; }

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

This div background color is #333A75.


Border color

.myBorderColor { border: 1px solid #333A75; }

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

This div border color is #333A75.


Opacity

.myOpacity80 { color: #333A75; opacity: 0.8; }

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

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

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

This text has shadow with #333A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333A75 on black background.


Color preview on white background

This text has color #333A75 on white background.



Black color preview on #333A75 background

This text has black color on #333A75 background.


White color preview on #333A75 background

This text has white color on #333A75 background.