COLOR #352640

HEX: #352640
RGB: (53,38,64)

Color info

#352640 contains red, green and blue colors in about the same proportion. Web safe color of #352640 is #333333 (or #333).

RGB color model

#352640 color RGB value is (53,38,64).

  • red value is 53;
  • green value is 38;
  • blue value is 64.
RGB:
(53,38,64)
(21%,15%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 38 of 255 = 15%
B 64 of 255 = 25%

53
38
64

R + G + B ~ 20%. #352640 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 38 + 64 = 155 (100%)
R 53 of 155 ~ 34.19%
G 38 of 155 ~ 24.52%
B 64 of 155 ~ 41.29%

%34.19
%24.52
%41.29

CMYK color model

#352640 color CMYK value is (17,41,0,75).

  • cyan value is 17.19%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(17,41,0,75)
C17M41Y0K75 
(17%,41%,0%,75%)
(0.17/0.41/0.00/0.75)	

CMYK percentages

%17.19
%40.63
%0
%74.9

Codes

Color #352640 in popluar color models

352640
RGB533864
HSL275°25.49%20.00%
HSB/HSV275°40.63%25.10%
CMYK17.19%40.63%0.00%
74.90%

Color #352640 in popluar number systems.

HEX352640
Decimal533864
Binary1101011001101000000
Octal6546100

Shades and tints

Shades of #352640

#352640
(53,38,64)
#31233B
(49,35,59)
#2D2036
(45,32,54)
#291D31
(41,29,49)
#251A2C
(37,26,44)
#211727
(33,23,39)
#1D1422
(29,20,34)
#19111D
(25,17,29)
#150E18
(21,14,24)
#110B13
(17,11,19)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #352640

#352640
(53,38,64)
#473951
(71,57,81)
#594C62
(89,76,98)
#6B5F73
(107,95,115)
#7D7284
(125,114,132)
#8F8595
(143,133,149)
#A198A6
(161,152,166)
#B3ABB7
(179,171,183)
#C5BEC8
(197,190,200)
#D7D1D9
(215,209,217)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352640 color. Also use rgb(53,38,64) instead hex code.

Text Font Color

.myTextColor { color: #352640; }

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

This text font color is #352640.


Background Color

.myBgColor { background-color: #352640; }

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

This div background color is #352640.


Border color

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

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

This div border color is #352640.


Opacity

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

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

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

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

This text has shadow with #352640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352640 on black background.


Color preview on white background

This text has color #352640 on white background.



Black color preview on #352640 background

This text has black color on #352640 background.


White color preview on #352640 background

This text has white color on #352640 background.