COLOR #350745

HEX: #350745
RGB: (53,7,69)

Color info

#350745 contains mainly red and blue colors. Web safe color of #350745 is #330033 (or #303).

RGB color model

#350745 color RGB value is (53,7,69).

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

RGB channels and saturation

R 53 of 255 = 21%
G 7 of 255 = 3%
B 69 of 255 = 27%

53
7
69

R + G + B ~ 17%. #350745 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 7 + 69 = 129 (100%)
R 53 of 129 ~ 41.09%
G 7 of 129 ~ 5.43%
B 69 of 129 ~ 53.49%

%41.09
%53.49

CMYK color model

#350745 color CMYK value is (23,90,0,73).

  • cyan value is 23.19%
  • magenta value is 89.86%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(23,90,0,73)
C23M90Y0K73 
(23%,90%,0%,73%)
(0.23/0.90/0.00/0.73)	

CMYK percentages

%23.19
%89.86
%0
%72.94

Codes

Color #350745 in popluar color models

350745
RGB53769
HSL285°81.58%14.90%
HSB/HSV285°89.86%27.06%
CMYK23.19%89.86%0.00%
72.94%

Color #350745 in popluar number systems.

HEX350745
Decimal53769
Binary1101011111000101
Octal657105

Shades and tints

Shades of #350745

#350745
(53,7,69)
#31073F
(49,7,63)
#2D0739
(45,7,57)
#290733
(41,7,51)
#25072D
(37,7,45)
#210727
(33,7,39)
#1D0721
(29,7,33)
#19071B
(25,7,27)
#150715
(21,7,21)
#11070F
(17,7,15)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #350745

#350745
(53,7,69)
#471D55
(71,29,85)
#593365
(89,51,101)
#6B4975
(107,73,117)
#7D5F85
(125,95,133)
#8F7595
(143,117,149)
#A18BA5
(161,139,165)
#B3A1B5
(179,161,181)
#C5B7C5
(197,183,197)
#D7CDD5
(215,205,213)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350745; }

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

This text font color is #350745.


Background Color

.myBgColor { background-color: #350745; }

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

This div background color is #350745.


Border color

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

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

This div border color is #350745.


Opacity

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

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

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

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

This text has shadow with #350745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350745 on black background.


Color preview on white background

This text has color #350745 on white background.



Black color preview on #350745 background

This text has black color on #350745 background.


White color preview on #350745 background

This text has white color on #350745 background.