COLOR #353934

HEX: #353934
RGB: (53,57,52)

Color info

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

RGB color model

#353934 color RGB value is (53,57,52).

  • red value is 53;
  • green value is 57;
  • blue value is 52.
RGB:
(53,57,52)
(21%,22%,20%)

RGB channels and saturation

R 53 of 255 = 21%
G 57 of 255 = 22%
B 52 of 255 = 20%

53
57
52

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

Portions of RGB colors in percentages

R + G + B =
53 + 57 + 52 = 162 (100%)
R 53 of 162 ~ 32.72%
G 57 of 162 ~ 35.19%
B 52 of 162 ~ 32.1%

%32.72
%35.19
%32.1

CMYK color model

#353934 color CMYK value is (7,0,9,78).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 77.65%
CMYK:
(7,0,9,78)
C7M0Y9K78 
(7%,0%,9%,78%)
(0.07/0.00/0.09/0.78)	

CMYK percentages

%7.02
%0
%8.77
%77.65

Codes

Color #353934 in popluar color models

353934
RGB535752
HSL108°4.59%21.37%
HSB/HSV108°8.77%22.35%
CMYK7.02%0.00%8.77%
77.65%

Color #353934 in popluar number systems.

HEX353934
Decimal535752
Binary110101111001110100
Octal657164

Shades and tints

Shades of #353934

#353934
(53,57,52)
#313430
(49,52,48)
#2D2F2C
(45,47,44)
#292A28
(41,42,40)
#252524
(37,37,36)
#212020
(33,32,32)
#1D1B1C
(29,27,28)
#191618
(25,22,24)
#151114
(21,17,20)
#110C10
(17,12,16)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #353934

#353934
(53,57,52)
#474B46
(71,75,70)
#595D58
(89,93,88)
#6B6F6A
(107,111,106)
#7D817C
(125,129,124)
#8F938E
(143,147,142)
#A1A5A0
(161,165,160)
#B3B7B2
(179,183,178)
#C5C9C4
(197,201,196)
#D7DBD6
(215,219,214)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353934 color. Also use rgb(53,57,52) instead hex code.

Text Font Color

.myTextColor { color: #353934; }

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

This text font color is #353934.


Background Color

.myBgColor { background-color: #353934; }

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

This div background color is #353934.


Border color

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

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

This div border color is #353934.


Opacity

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

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

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

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

This text has shadow with #353934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353934 on black background.


Color preview on white background

This text has color #353934 on white background.



Black color preview on #353934 background

This text has black color on #353934 background.


White color preview on #353934 background

This text has white color on #353934 background.