COLOR #353138

HEX: #353138
RGB: (53,49,56)

Color info

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

RGB color model

#353138 color RGB value is (53,49,56).

  • red value is 53;
  • green value is 49;
  • blue value is 56.
RGB:
(53,49,56)
(21%,19%,22%)

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 56 of 255 = 22%

53
49
56

R + G + B ~ 21%. #353138 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 56 = 158 (100%)
R 53 of 158 ~ 33.54%
G 49 of 158 ~ 31.01%
B 56 of 158 ~ 35.44%

%33.54
%31.01
%35.44

CMYK color model

#353138 color CMYK value is (5,13,0,78).

  • cyan value is 5.36%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(5,13,0,78)
C5M13Y0K78 
(5%,13%,0%,78%)
(0.05/0.13/0.00/0.78)	

CMYK percentages

%5.36
%12.5
%0
%78.04

Codes

Color #353138 in popluar color models

353138
RGB534956
HSL274°6.67%20.59%
HSB/HSV274°12.50%21.96%
CMYK5.36%12.50%0.00%
78.04%

Color #353138 in popluar number systems.

HEX353138
Decimal534956
Binary110101110001111000
Octal656170

Shades and tints

Shades of #353138

#353138
(53,49,56)
#312D33
(49,45,51)
#2D292E
(45,41,46)
#292529
(41,37,41)
#252124
(37,33,36)
#211D1F
(33,29,31)
#1D191A
(29,25,26)
#191515
(25,21,21)
#151110
(21,17,16)
#110D0B
(17,13,11)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #353138

#353138
(53,49,56)
#47434A
(71,67,74)
#59555C
(89,85,92)
#6B676E
(107,103,110)
#7D7980
(125,121,128)
#8F8B92
(143,139,146)
#A19DA4
(161,157,164)
#B3AFB6
(179,175,182)
#C5C1C8
(197,193,200)
#D7D3DA
(215,211,218)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353138 color. Also use rgb(53,49,56) instead hex code.

Text Font Color

.myTextColor { color: #353138; }

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

This text font color is #353138.


Background Color

.myBgColor { background-color: #353138; }

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

This div background color is #353138.


Border color

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

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

This div border color is #353138.


Opacity

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

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

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

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

This text has shadow with #353138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353138 on black background.


Color preview on white background

This text has color #353138 on white background.



Black color preview on #353138 background

This text has black color on #353138 background.


White color preview on #353138 background

This text has white color on #353138 background.