COLOR #353851

HEX: #353851
RGB: (53,56,81)

Color info

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

RGB color model

#353851 color RGB value is (53,56,81).

  • red value is 53;
  • green value is 56;
  • blue value is 81.
RGB:
(53,56,81)
(21%,22%,32%)

RGB channels and saturation

R 53 of 255 = 21%
G 56 of 255 = 22%
B 81 of 255 = 32%

53
56
81

R + G + B ~ 25%. #353851 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 56 + 81 = 190 (100%)
R 53 of 190 ~ 27.89%
G 56 of 190 ~ 29.47%
B 81 of 190 ~ 42.63%

%27.89
%29.47
%42.63

CMYK color model

#353851 color CMYK value is (35,31,0,68).

  • cyan value is 34.57%
  • magenta value is 30.86%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(35,31,0,68)
C35M31Y0K68 
(35%,31%,0%,68%)
(0.35/0.31/0.00/0.68)	

CMYK percentages

%34.57
%30.86
%0
%68.24

Codes

Color #353851 in popluar color models

353851
RGB535681
HSL234°20.90%26.27%
HSB/HSV234°34.57%31.76%
CMYK34.57%30.86%0.00%
68.24%

Color #353851 in popluar number systems.

HEX353851
Decimal535681
Binary1101011110001010001
Octal6570121

Shades and tints

Shades of #353851

#353851
(53,56,81)
#31334A
(49,51,74)
#2D2E43
(45,46,67)
#29293C
(41,41,60)
#252435
(37,36,53)
#211F2E
(33,31,46)
#1D1A27
(29,26,39)
#191520
(25,21,32)
#151019
(21,16,25)
#110B12
(17,11,18)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #353851

#353851
(53,56,81)
#474A60
(71,74,96)
#595C6F
(89,92,111)
#6B6E7E
(107,110,126)
#7D808D
(125,128,141)
#8F929C
(143,146,156)
#A1A4AB
(161,164,171)
#B3B6BA
(179,182,186)
#C5C8C9
(197,200,201)
#D7DAD8
(215,218,216)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353851 color. Also use rgb(53,56,81) instead hex code.

Text Font Color

.myTextColor { color: #353851; }

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

This text font color is #353851.


Background Color

.myBgColor { background-color: #353851; }

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

This div background color is #353851.


Border color

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

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

This div border color is #353851.


Opacity

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

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

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

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

This text has shadow with #353851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353851 on black background.


Color preview on white background

This text has color #353851 on white background.



Black color preview on #353851 background

This text has black color on #353851 background.


White color preview on #353851 background

This text has white color on #353851 background.