COLOR #352E4E

HEX: #352E4E
RGB: (53,46,78)

Color info

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

RGB color model

#352E4E color RGB value is (53,46,78).

  • red value is 53;
  • green value is 46;
  • blue value is 78.
RGB:
(53,46,78)
(21%,18%,31%)

RGB channels and saturation

R 53 of 255 = 21%
G 46 of 255 = 18%
B 78 of 255 = 31%

53
46
78

R + G + B ~ 23%. #352E4E is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 46 + 78 = 177 (100%)
R 53 of 177 ~ 29.94%
G 46 of 177 ~ 25.99%
B 78 of 177 ~ 44.07%

%29.94
%25.99
%44.07

CMYK color model

#352E4E color CMYK value is (32,41,0,69).

  • cyan value is 32.05%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(32,41,0,69)
C32M41Y0K69 
(32%,41%,0%,69%)
(0.32/0.41/0.00/0.69)	

CMYK percentages

%32.05
%41.03
%0
%69.41

Codes

Color #352E4E in popluar color models

352E4E
RGB534678
HSL253°25.81%24.31%
HSB/HSV253°41.03%30.59%
CMYK32.05%41.03%0.00%
69.41%

Color #352E4E in popluar number systems.

HEX352E4E
Decimal534678
Binary1101011011101001110
Octal6556116

Shades and tints

Shades of #352E4E

#352E4E
(53,46,78)
#312A47
(49,42,71)
#2D2640
(45,38,64)
#292239
(41,34,57)
#251E32
(37,30,50)
#211A2B
(33,26,43)
#1D1624
(29,22,36)
#19121D
(25,18,29)
#150E16
(21,14,22)
#110A0F
(17,10,15)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #352E4E

#352E4E
(53,46,78)
#47415E
(71,65,94)
#59546E
(89,84,110)
#6B677E
(107,103,126)
#7D7A8E
(125,122,142)
#8F8D9E
(143,141,158)
#A1A0AE
(161,160,174)
#B3B3BE
(179,179,190)
#C5C6CE
(197,198,206)
#D7D9DE
(215,217,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352E4E color. Also use rgb(53,46,78) instead hex code.

Text Font Color

.myTextColor { color: #352E4E; }

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

This text font color is #352E4E.


Background Color

.myBgColor { background-color: #352E4E; }

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

This div background color is #352E4E.


Border color

.myBorderColor { border: 1px solid #352E4E; }

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

This div border color is #352E4E.


Opacity

.myOpacity80 { color: #352E4E; opacity: 0.8; }

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

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

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

This text has shadow with #352E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352E4E on black background.


Color preview on white background

This text has color #352E4E on white background.



Black color preview on #352E4E background

This text has black color on #352E4E background.


White color preview on #352E4E background

This text has white color on #352E4E background.