COLOR #35355D

HEX: #35355D
RGB: (53,53,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

53
53
93

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

Portions of RGB colors in percentages

R + G + B =
53 + 53 + 93 = 199 (100%)
R 53 of 199 ~ 26.63%
G 53 of 199 ~ 26.63%
B 93 of 199 ~ 46.73%

%26.63
%26.63
%46.73

CMYK color model

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

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

CMYK percentages

%43.01
%43.01
%0
%63.53

Codes

Color #35355D in popluar color models

35355D
RGB535393
HSL240°27.40%28.63%
HSB/HSV240°43.01%36.47%
CMYK43.01%43.01%0.00%
63.53%

Color #35355D in popluar number systems.

HEX35355D
Decimal535393
Binary1101011101011011101
Octal6565135

Shades and tints

Shades of #35355D

#35355D
(53,53,93)
#313155
(49,49,85)
#2D2D4D
(45,45,77)
#292945
(41,41,69)
#25253D
(37,37,61)
#212135
(33,33,53)
#1D1D2D
(29,29,45)
#191925
(25,25,37)
#15151D
(21,21,29)
#111115
(17,17,21)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #35355D

#35355D
(53,53,93)
#47476B
(71,71,107)
#595979
(89,89,121)
#6B6B87
(107,107,135)
#7D7D95
(125,125,149)
#8F8FA3
(143,143,163)
#A1A1B1
(161,161,177)
#B3B3BF
(179,179,191)
#C5C5CD
(197,197,205)
#D7D7DB
(215,215,219)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35355D; }

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

This text font color is #35355D.


Background Color

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

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

This div background color is #35355D.


Border color

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

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

This div border color is #35355D.


Opacity

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

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

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

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

This text has shadow with #35355D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35355D on black background.


Color preview on white background

This text has color #35355D on white background.



Black color preview on #35355D background

This text has black color on #35355D background.


White color preview on #35355D background

This text has white color on #35355D background.