COLOR #353758

HEX: #353758
RGB: (53,55,88)

Color info

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

RGB color model

#353758 color RGB value is (53,55,88).

  • red value is 53;
  • green value is 55;
  • blue value is 88.
RGB:
(53,55,88)
(21%,22%,35%)

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 88 of 255 = 35%

53
55
88

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

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 88 = 196 (100%)
R 53 of 196 ~ 27.04%
G 55 of 196 ~ 28.06%
B 88 of 196 ~ 44.9%

%27.04
%28.06
%44.9

CMYK color model

#353758 color CMYK value is (40,38,0,65).

  • cyan value is 39.77%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(40,38,0,65)
C40M38Y0K65 
(40%,38%,0%,65%)
(0.40/0.38/0.00/0.65)	

CMYK percentages

%39.77
%37.5
%0
%65.49

Codes

Color #353758 in popluar color models

353758
RGB535588
HSL237°24.82%27.65%
HSB/HSV237°39.77%34.51%
CMYK39.77%37.50%0.00%
65.49%

Color #353758 in popluar number systems.

HEX353758
Decimal535588
Binary1101011101111011000
Octal6567130

Shades and tints

Shades of #353758

#353758
(53,55,88)
#313250
(49,50,80)
#2D2D48
(45,45,72)
#292840
(41,40,64)
#252338
(37,35,56)
#211E30
(33,30,48)
#1D1928
(29,25,40)
#191420
(25,20,32)
#150F18
(21,15,24)
#110A10
(17,10,16)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #353758

#353758
(53,55,88)
#474967
(71,73,103)
#595B76
(89,91,118)
#6B6D85
(107,109,133)
#7D7F94
(125,127,148)
#8F91A3
(143,145,163)
#A1A3B2
(161,163,178)
#B3B5C1
(179,181,193)
#C5C7D0
(197,199,208)
#D7D9DF
(215,217,223)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353758 color. Also use rgb(53,55,88) instead hex code.

Text Font Color

.myTextColor { color: #353758; }

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

This text font color is #353758.


Background Color

.myBgColor { background-color: #353758; }

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

This div background color is #353758.


Border color

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

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

This div border color is #353758.


Opacity

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

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

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

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

This text has shadow with #353758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353758 on black background.


Color preview on white background

This text has color #353758 on white background.



Black color preview on #353758 background

This text has black color on #353758 background.


White color preview on #353758 background

This text has white color on #353758 background.