COLOR #352740

HEX: #352740
RGB: (53,39,64)

Color info

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

RGB color model

#352740 color RGB value is (53,39,64).

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

RGB channels and saturation

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

53
39
64

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

Portions of RGB colors in percentages

R + G + B =
53 + 39 + 64 = 156 (100%)
R 53 of 156 ~ 33.97%
G 39 of 156 ~ 25%
B 64 of 156 ~ 41.03%

%33.97
%25
%41.03

CMYK color model

#352740 color CMYK value is (17,39,0,75).

  • cyan value is 17.19%
  • magenta value is 39.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(17,39,0,75)
C17M39Y0K75 
(17%,39%,0%,75%)
(0.17/0.39/0.00/0.75)	

CMYK percentages

%17.19
%39.06
%0
%74.9

Codes

Color #352740 in popluar color models

352740
RGB533964
HSL274°24.27%20.20%
HSB/HSV274°39.06%25.10%
CMYK17.19%39.06%0.00%
74.90%

Color #352740 in popluar number systems.

HEX352740
Decimal533964
Binary1101011001111000000
Octal6547100

Shades and tints

Shades of #352740

#352740
(53,39,64)
#31243B
(49,36,59)
#2D2136
(45,33,54)
#291E31
(41,30,49)
#251B2C
(37,27,44)
#211827
(33,24,39)
#1D1522
(29,21,34)
#19121D
(25,18,29)
#150F18
(21,15,24)
#110C13
(17,12,19)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #352740

#352740
(53,39,64)
#473A51
(71,58,81)
#594D62
(89,77,98)
#6B6073
(107,96,115)
#7D7384
(125,115,132)
#8F8695
(143,134,149)
#A199A6
(161,153,166)
#B3ACB7
(179,172,183)
#C5BFC8
(197,191,200)
#D7D2D9
(215,210,217)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352740; }

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

This text font color is #352740.


Background Color

.myBgColor { background-color: #352740; }

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

This div background color is #352740.


Border color

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

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

This div border color is #352740.


Opacity

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

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

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

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

This text has shadow with #352740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352740 on black background.


Color preview on white background

This text has color #352740 on white background.



Black color preview on #352740 background

This text has black color on #352740 background.


White color preview on #352740 background

This text has white color on #352740 background.