COLOR #335379

HEX: #335379
RGB: (51,83,121)

Color info

#335379 contains mainly green and blue colors. Web safe color of #335379 is #336666 (or #366).

RGB color model

#335379 color RGB value is (51,83,121).

  • red value is 51;
  • green value is 83;
  • blue value is 121.
RGB:
(51,83,121)
(20%,33%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 83 of 255 = 33%
B 121 of 255 = 47%

51
83
121

R + G + B ~ 33%. #335379 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 121 = 255 (100%)
R 51 of 255 ~ 20%
G 83 of 255 ~ 32.55%
B 121 of 255 ~ 47.45%

%20
%32.55
%47.45

CMYK color model

#335379 color CMYK value is (58,31,0,53).

  • cyan value is 57.85%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(58,31,0,53)
C58M31Y0K53 
(58%,31%,0%,53%)
(0.58/0.31/0.00/0.53)	

CMYK percentages

%57.85
%31.4
%0
%52.55

Codes

Color #335379 in popluar color models

335379
RGB5183121
HSL213°40.70%33.73%
HSB/HSV213°57.85%47.45%
CMYK57.85%31.40%0.00%
52.55%

Color #335379 in popluar number systems.

HEX335379
Decimal5183121
Binary11001110100111111001
Octal63123171

Shades and tints

Shades of #335379

#335379
(51,83,121)
#2F4C6E
(47,76,110)
#2B4563
(43,69,99)
#273E58
(39,62,88)
#23374D
(35,55,77)
#1F3042
(31,48,66)
#1B2937
(27,41,55)
#17222C
(23,34,44)
#131B21
(19,27,33)
#0F1416
(15,20,22)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #335379

#335379
(51,83,121)
#456285
(69,98,133)
#577191
(87,113,145)
#69809D
(105,128,157)
#7B8FA9
(123,143,169)
#8D9EB5
(141,158,181)
#9FADC1
(159,173,193)
#B1BCCD
(177,188,205)
#C3CBD9
(195,203,217)
#D5DAE5
(213,218,229)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335379; }

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

This text font color is #335379.


Background Color

.myBgColor { background-color: #335379; }

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

This div background color is #335379.


Border color

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

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

This div border color is #335379.


Opacity

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

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

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

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

This text has shadow with #335379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335379 on black background.


Color preview on white background

This text has color #335379 on white background.



Black color preview on #335379 background

This text has black color on #335379 background.


White color preview on #335379 background

This text has white color on #335379 background.