COLOR #333C75

HEX: #333C75
RGB: (51,60,117)

Color info

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

RGB color model

#333C75 color RGB value is (51,60,117).

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

RGB channels and saturation

R 51 of 255 = 20%
G 60 of 255 = 24%
B 117 of 255 = 46%

51
60
117

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

Portions of RGB colors in percentages

R + G + B =
51 + 60 + 117 = 228 (100%)
R 51 of 228 ~ 22.37%
G 60 of 228 ~ 26.32%
B 117 of 228 ~ 51.32%

%22.37
%26.32
%51.32

CMYK color model

#333C75 color CMYK value is (56,49,0,54).

  • cyan value is 56.41%
  • magenta value is 48.72%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(56,49,0,54)
C56M49Y0K54 
(56%,49%,0%,54%)
(0.56/0.49/0.00/0.54)	

CMYK percentages

%56.41
%48.72
%0
%54.12

Codes

Color #333C75 in popluar color models

333C75
RGB5160117
HSL232°39.29%32.94%
HSB/HSV232°56.41%45.88%
CMYK56.41%48.72%0.00%
54.12%

Color #333C75 in popluar number systems.

HEX333C75
Decimal5160117
Binary1100111111001110101
Octal6374165

Shades and tints

Shades of #333C75

#333C75
(51,60,117)
#2F376B
(47,55,107)
#2B3261
(43,50,97)
#272D57
(39,45,87)
#23284D
(35,40,77)
#1F2343
(31,35,67)
#1B1E39
(27,30,57)
#17192F
(23,25,47)
#131425
(19,20,37)
#0F0F1B
(15,15,27)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #333C75

#333C75
(51,60,117)
#454D81
(69,77,129)
#575E8D
(87,94,141)
#696F99
(105,111,153)
#7B80A5
(123,128,165)
#8D91B1
(141,145,177)
#9FA2BD
(159,162,189)
#B1B3C9
(177,179,201)
#C3C4D5
(195,196,213)
#D5D5E1
(213,213,225)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333C75; }

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

This text font color is #333C75.


Background Color

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

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

This div background color is #333C75.


Border color

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

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

This div border color is #333C75.


Opacity

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

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

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

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

This text has shadow with #333C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333C75 on black background.


Color preview on white background

This text has color #333C75 on white background.



Black color preview on #333C75 background

This text has black color on #333C75 background.


White color preview on #333C75 background

This text has white color on #333C75 background.