COLOR #35395D

HEX: #35395D
RGB: (53,57,93)

Color info

#35395D contains red, green and blue colors in about the same proportion. Web safe color of #35395D is #333366 (or #336).

RGB color model

#35395D color RGB value is (53,57,93).

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

RGB channels and saturation

R 53 of 255 = 21%
G 57 of 255 = 22%
B 93 of 255 = 36%

53
57
93

R + G + B ~ 26%. #35395D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 57 + 93 = 203 (100%)
R 53 of 203 ~ 26.11%
G 57 of 203 ~ 28.08%
B 93 of 203 ~ 45.81%

%26.11
%28.08
%45.81

CMYK color model

#35395D color CMYK value is (43,39,0,64).

  • cyan value is 43.01%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(43,39,0,64)
C43M39Y0K64 
(43%,39%,0%,64%)
(0.43/0.39/0.00/0.64)	

CMYK percentages

%43.01
%38.71
%0
%63.53

Codes

Color #35395D in popluar color models

35395D
RGB535793
HSL234°27.40%28.63%
HSB/HSV234°43.01%36.47%
CMYK43.01%38.71%0.00%
63.53%

Color #35395D in popluar number systems.

HEX35395D
Decimal535793
Binary1101011110011011101
Octal6571135

Shades and tints

Shades of #35395D

#35395D
(53,57,93)
#313455
(49,52,85)
#2D2F4D
(45,47,77)
#292A45
(41,42,69)
#25253D
(37,37,61)
#212035
(33,32,53)
#1D1B2D
(29,27,45)
#191625
(25,22,37)
#15111D
(21,17,29)
#110C15
(17,12,21)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #35395D

#35395D
(53,57,93)
#474B6B
(71,75,107)
#595D79
(89,93,121)
#6B6F87
(107,111,135)
#7D8195
(125,129,149)
#8F93A3
(143,147,163)
#A1A5B1
(161,165,177)
#B3B7BF
(179,183,191)
#C5C9CD
(197,201,205)
#D7DBDB
(215,219,219)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35395D; }

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

This text font color is #35395D.


Background Color

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

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

This div background color is #35395D.


Border color

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

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

This div border color is #35395D.


Opacity

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

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

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

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

This text has shadow with #35395D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35395D on black background.


Color preview on white background

This text has color #35395D on white background.



Black color preview on #35395D background

This text has black color on #35395D background.


White color preview on #35395D background

This text has white color on #35395D background.