COLOR #35185D

HEX: #35185D
RGB: (53,24,93)

Color info

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

RGB color model

#35185D color RGB value is (53,24,93).

  • red value is 53;
  • green value is 24;
  • blue value is 93.
RGB:
(53,24,93)
(21%,9%,36%)

RGB channels and saturation

R 53 of 255 = 21%
G 24 of 255 = 9%
B 93 of 255 = 36%

53
24
93

R + G + B ~ 22%. #35185D is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 24 + 93 = 170 (100%)
R 53 of 170 ~ 31.18%
G 24 of 170 ~ 14.12%
B 93 of 170 ~ 54.71%

%31.18
%14.12
%54.71

CMYK color model

#35185D color CMYK value is (43,74,0,64).

  • cyan value is 43.01%
  • magenta value is 74.19%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(43,74,0,64)
C43M74Y0K64 
(43%,74%,0%,64%)
(0.43/0.74/0.00/0.64)	

CMYK percentages

%43.01
%74.19
%0
%63.53

Codes

Color #35185D in popluar color models

35185D
RGB532493
HSL265°58.97%22.94%
HSB/HSV265°74.19%36.47%
CMYK43.01%74.19%0.00%
63.53%

Color #35185D in popluar number systems.

HEX35185D
Decimal532493
Binary110101110001011101
Octal6530135

Shades and tints

Shades of #35185D

#35185D
(53,24,93)
#311655
(49,22,85)
#2D144D
(45,20,77)
#291245
(41,18,69)
#25103D
(37,16,61)
#210E35
(33,14,53)
#1D0C2D
(29,12,45)
#190A25
(25,10,37)
#15081D
(21,8,29)
#110615
(17,6,21)
#0D040D
(13,4,13)
#000000
(0,0,0)

Tints of #35185D

#35185D
(53,24,93)
#472D6B
(71,45,107)
#594279
(89,66,121)
#6B5787
(107,87,135)
#7D6C95
(125,108,149)
#8F81A3
(143,129,163)
#A196B1
(161,150,177)
#B3ABBF
(179,171,191)
#C5C0CD
(197,192,205)
#D7D5DB
(215,213,219)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35185D color. Also use rgb(53,24,93) instead hex code.

Text Font Color

.myTextColor { color: #35185D; }

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

This text font color is #35185D.


Background Color

.myBgColor { background-color: #35185D; }

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

This div background color is #35185D.


Border color

.myBorderColor { border: 1px solid #35185D; }

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

This div border color is #35185D.


Opacity

.myOpacity80 { color: #35185D; opacity: 0.8; }

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

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

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

This text has shadow with #35185D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35185D on black background.


Color preview on white background

This text has color #35185D on white background.



Black color preview on #35185D background

This text has black color on #35185D background.


White color preview on #35185D background

This text has white color on #35185D background.