COLOR #353243

HEX: #353243
RGB: (53,50,67)

Color info

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

RGB color model

#353243 color RGB value is (53,50,67).

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

RGB channels and saturation

R 53 of 255 = 21%
G 50 of 255 = 20%
B 67 of 255 = 26%

53
50
67

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

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 67 = 170 (100%)
R 53 of 170 ~ 31.18%
G 50 of 170 ~ 29.41%
B 67 of 170 ~ 39.41%

%31.18
%29.41
%39.41

CMYK color model

#353243 color CMYK value is (21,25,0,74).

  • cyan value is 20.90%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(21,25,0,74)
C21M25Y0K74 
(21%,25%,0%,74%)
(0.21/0.25/0.00/0.74)	

CMYK percentages

%20.9
%25.37
%0
%73.73

Codes

Color #353243 in popluar color models

353243
RGB535067
HSL251°14.53%22.94%
HSB/HSV251°25.37%26.27%
CMYK20.90%25.37%0.00%
73.73%

Color #353243 in popluar number systems.

HEX353243
Decimal535067
Binary1101011100101000011
Octal6562103

Shades and tints

Shades of #353243

#353243
(53,50,67)
#312E3D
(49,46,61)
#2D2A37
(45,42,55)
#292631
(41,38,49)
#25222B
(37,34,43)
#211E25
(33,30,37)
#1D1A1F
(29,26,31)
#191619
(25,22,25)
#151213
(21,18,19)
#110E0D
(17,14,13)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #353243

#353243
(53,50,67)
#474454
(71,68,84)
#595665
(89,86,101)
#6B6876
(107,104,118)
#7D7A87
(125,122,135)
#8F8C98
(143,140,152)
#A19EA9
(161,158,169)
#B3B0BA
(179,176,186)
#C5C2CB
(197,194,203)
#D7D4DC
(215,212,220)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353243; }

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

This text font color is #353243.


Background Color

.myBgColor { background-color: #353243; }

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

This div background color is #353243.


Border color

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

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

This div border color is #353243.


Opacity

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

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

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

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

This text has shadow with #353243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353243 on black background.


Color preview on white background

This text has color #353243 on white background.



Black color preview on #353243 background

This text has black color on #353243 background.


White color preview on #353243 background

This text has white color on #353243 background.