COLOR #353338

HEX: #353338 RGB: (53,51,56)

Color info

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

RGB color model

#353338 color RGB value is (53,51,56).

RGB: (53,51,56) (21%, 20%, 22%)

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 56 of 255 = 22%

53
51
56

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

Portions of RGB colors in percentages

R + G + B = 53 + 51 + 56 = 160 (100%)
R 53 of 160 ~ 33.13%
G 51 of 160 ~ 31.88%
B 56 of 160 ~ 35'%

%33.13
%31.88
%35

CMYK color model

#353338 color CMYK value is (5,9,0,78).

  • cyan value is 5.36%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (5,9,0,78)
C5M9Y0K78 (5%, 9%, 0%, 78%)
(0.05 / 0.09 / 0.00 / 0.78)

CMYK percentages

%5.36
%8.93
%0
%78.04

Codes

Color #353338 in popluar color models

35 33 38
RGB 53 51 56
HSL 264° 4.67% 20.98%
HSB/HSV 264° 8.93% 21.96%
CMYK 5.36% 8.93% 0.00%
78.04%

Color #353338 in popluar number systems.

HEX 35 33 38
Decimal 53 51 56
Binary 110101 110011 111000
Octal 65 63 70

Shades and tints

Shades of #353338

#353338
(53,51,56)
#312F33
(49,47,51)
#2D2B2E
(45,43,46)
#292729
(41,39,41)
#252324
(37,35,36)
#211F1F
(33,31,31)
#1D1B1A
(29,27,26)
#191715
(25,23,21)
#151310
(21,19,16)
#110F0B
(17,15,11)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #353338

#353338
(53,51,56)
#47454A
(71,69,74)
#59575C
(89,87,92)
#6B696E
(107,105,110)
#7D7B80
(125,123,128)
#8F8D92
(143,141,146)
#A19FA4
(161,159,164)
#B3B1B6
(179,177,182)
#C5C3C8
(197,195,200)
#D7D5DA
(215,213,218)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353338; }

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

This text font color is #353338.

Background Color

.myBgColor { background-color: #353338; }

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

This div background color is #353338.

Border color

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

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

This div border color is #353338.

Opacity

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

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

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

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

This text has shadow with #353338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353338.

Preview

Color preview on black background

This text has color #353338 on black background.


Color preview on white background

This text has color #353338 on white background.


Black color preview on #353338 background

This text has black color on #353338 background.


White color preview on #353338 background

This text has white color on #353338 background.


Related colors

Complementary color

Complementary color for #hex is #CACCC7.


I love getcolorcode.com

Triadic colors

1 #383533 and #333835 with #353338 are triadic colors.

2 #383335 and #333538 with #353338 are triadic colors.