COLOR #353241

HEX: #353241
RGB: (53,50,65)

Color info

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

RGB color model

#353241 color RGB value is (53,50,65).

  • red value is 53;
  • green value is 50;
  • blue value is 65.
RGB:
(53,50,65)
(21%,20%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 50 of 255 = 20%
B 65 of 255 = 25%

53
50
65

R + G + B ~ 22%. #353241 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 65 = 168 (100%)
R 53 of 168 ~ 31.55%
G 50 of 168 ~ 29.76%
B 65 of 168 ~ 38.69%

%31.55
%29.76
%38.69

CMYK color model

#353241 color CMYK value is (18,23,0,75).

  • cyan value is 18.46%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(18,23,0,75)
C18M23Y0K75 
(18%,23%,0%,75%)
(0.18/0.23/0.00/0.75)	

CMYK percentages

%18.46
%23.08
%0
%74.51

Codes

Color #353241 in popluar color models

353241
RGB535065
HSL252°13.04%22.55%
HSB/HSV252°23.08%25.49%
CMYK18.46%23.08%0.00%
74.51%

Color #353241 in popluar number systems.

HEX353241
Decimal535065
Binary1101011100101000001
Octal6562101

Shades and tints

Shades of #353241

#353241
(53,50,65)
#312E3C
(49,46,60)
#2D2A37
(45,42,55)
#292632
(41,38,50)
#25222D
(37,34,45)
#211E28
(33,30,40)
#1D1A23
(29,26,35)
#19161E
(25,22,30)
#151219
(21,18,25)
#110E14
(17,14,20)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #353241

#353241
(53,50,65)
#474452
(71,68,82)
#595663
(89,86,99)
#6B6874
(107,104,116)
#7D7A85
(125,122,133)
#8F8C96
(143,140,150)
#A19EA7
(161,158,167)
#B3B0B8
(179,176,184)
#C5C2C9
(197,194,201)
#D7D4DA
(215,212,218)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353241 color. Also use rgb(53,50,65) instead hex code.

Text Font Color

.myTextColor { color: #353241; }

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

This text font color is #353241.


Background Color

.myBgColor { background-color: #353241; }

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

This div background color is #353241.


Border color

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

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

This div border color is #353241.


Opacity

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

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

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

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

This text has shadow with #353241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353241 on black background.


Color preview on white background

This text has color #353241 on white background.



Black color preview on #353241 background

This text has black color on #353241 background.


White color preview on #353241 background

This text has white color on #353241 background.