COLOR #35075E

HEX: #35075E
RGB: (53,7,94)

Color info

#35075E contains mainly red and blue colors. Web safe color of #35075E is #330066 (or #306).

RGB color model

#35075E color RGB value is (53,7,94).

  • red value is 53;
  • green value is 7;
  • blue value is 94.
RGB:
(53,7,94)
(21%,3%,37%)

RGB channels and saturation

R 53 of 255 = 21%
G 7 of 255 = 3%
B 94 of 255 = 37%

53
7
94

R + G + B ~ 20%. #35075E is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 7 + 94 = 154 (100%)
R 53 of 154 ~ 34.42%
G 7 of 154 ~ 4.55%
B 94 of 154 ~ 61.04%

%34.42
%61.04

CMYK color model

#35075E color CMYK value is (44,93,0,63).

  • cyan value is 43.62%
  • magenta value is 92.55%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(44,93,0,63)
C44M93Y0K63 
(44%,93%,0%,63%)
(0.44/0.93/0.00/0.63)	

CMYK percentages

%43.62
%92.55
%0
%63.14

Codes

Color #35075E in popluar color models

35075E
RGB53794
HSL272°86.14%19.80%
HSB/HSV272°92.55%36.86%
CMYK43.62%92.55%0.00%
63.14%

Color #35075E in popluar number systems.

HEX35075E
Decimal53794
Binary1101011111011110
Octal657136

Shades and tints

Shades of #35075E

#35075E
(53,7,94)
#310756
(49,7,86)
#2D074E
(45,7,78)
#290746
(41,7,70)
#25073E
(37,7,62)
#210736
(33,7,54)
#1D072E
(29,7,46)
#190726
(25,7,38)
#15071E
(21,7,30)
#110716
(17,7,22)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #35075E

#35075E
(53,7,94)
#471D6C
(71,29,108)
#59337A
(89,51,122)
#6B4988
(107,73,136)
#7D5F96
(125,95,150)
#8F75A4
(143,117,164)
#A18BB2
(161,139,178)
#B3A1C0
(179,161,192)
#C5B7CE
(197,183,206)
#D7CDDC
(215,205,220)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35075E color. Also use rgb(53,7,94) instead hex code.

Text Font Color

.myTextColor { color: #35075E; }

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

This text font color is #35075E.


Background Color

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

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

This div background color is #35075E.


Border color

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

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

This div border color is #35075E.


Opacity

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

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

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

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

This text has shadow with #35075E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35075E on black background.


Color preview on white background

This text has color #35075E on white background.



Black color preview on #35075E background

This text has black color on #35075E background.


White color preview on #35075E background

This text has white color on #35075E background.