COLOR #35075F

HEX: #35075F
RGB: (53,7,95)

Color info

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

RGB color model

#35075F color RGB value is (53,7,95).

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

RGB channels and saturation

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

53
7
95

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

Portions of RGB colors in percentages

R + G + B =
53 + 7 + 95 = 155 (100%)
R 53 of 155 ~ 34.19%
G 7 of 155 ~ 4.52%
B 95 of 155 ~ 61.29%

%34.19
%61.29

CMYK color model

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

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

CMYK percentages

%44.21
%92.63
%0
%62.75

Codes

Color #35075F in popluar color models

35075F
RGB53795
HSL271°86.27%20.00%
HSB/HSV271°92.63%37.25%
CMYK44.21%92.63%0.00%
62.75%

Color #35075F in popluar number systems.

HEX35075F
Decimal53795
Binary1101011111011111
Octal657137

Shades and tints

Shades of #35075F

#35075F
(53,7,95)
#310757
(49,7,87)
#2D074F
(45,7,79)
#290747
(41,7,71)
#25073F
(37,7,63)
#210737
(33,7,55)
#1D072F
(29,7,47)
#190727
(25,7,39)
#15071F
(21,7,31)
#110717
(17,7,23)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #35075F

#35075F
(53,7,95)
#471D6D
(71,29,109)
#59337B
(89,51,123)
#6B4989
(107,73,137)
#7D5F97
(125,95,151)
#8F75A5
(143,117,165)
#A18BB3
(161,139,179)
#B3A1C1
(179,161,193)
#C5B7CF
(197,183,207)
#D7CDDD
(215,205,221)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35075F; }

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

This text font color is #35075F.


Background Color

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

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

This div background color is #35075F.


Border color

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

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

This div border color is #35075F.


Opacity

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

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

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

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

This text has shadow with #35075F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35075F on black background.


Color preview on white background

This text has color #35075F on white background.



Black color preview on #35075F background

This text has black color on #35075F background.


White color preview on #35075F background

This text has white color on #35075F background.