COLOR #353738

HEX: #353738
RGB: (53,55,56)

Color info

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

RGB color model

#353738 color RGB value is (53,55,56).

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

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 56 of 255 = 22%

53
55
56

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

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 56 = 164 (100%)
R 53 of 164 ~ 32.32%
G 55 of 164 ~ 33.54%
B 56 of 164 ~ 34.15%

%32.32
%33.54
%34.15

CMYK color model

#353738 color CMYK value is (5,2,0,78).

  • cyan value is 5.36%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(5,2,0,78)
C5M2Y0K78 
(5%,2%,0%,78%)
(0.05/0.02/0.00/0.78)	

CMYK percentages

%5.36
%1.79
%0
%78.04

Codes

Color #353738 in popluar color models

353738
RGB535556
HSL200°2.75%21.37%
HSB/HSV200°5.36%21.96%
CMYK5.36%1.79%0.00%
78.04%

Color #353738 in popluar number systems.

HEX353738
Decimal535556
Binary110101110111111000
Octal656770

Shades and tints

Shades of #353738

#353738
(53,55,56)
#313233
(49,50,51)
#2D2D2E
(45,45,46)
#292829
(41,40,41)
#252324
(37,35,36)
#211E1F
(33,30,31)
#1D191A
(29,25,26)
#191415
(25,20,21)
#150F10
(21,15,16)
#110A0B
(17,10,11)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #353738

#353738
(53,55,56)
#47494A
(71,73,74)
#595B5C
(89,91,92)
#6B6D6E
(107,109,110)
#7D7F80
(125,127,128)
#8F9192
(143,145,146)
#A1A3A4
(161,163,164)
#B3B5B6
(179,181,182)
#C5C7C8
(197,199,200)
#D7D9DA
(215,217,218)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353738; }

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

This text font color is #353738.


Background Color

.myBgColor { background-color: #353738; }

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

This div background color is #353738.


Border color

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

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

This div border color is #353738.


Opacity

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

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

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

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

This text has shadow with #353738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353738 on black background.


Color preview on white background

This text has color #353738 on white background.



Black color preview on #353738 background

This text has black color on #353738 background.


White color preview on #353738 background

This text has white color on #353738 background.