COLOR #353130

HEX: #353130
RGB: (53,49,48)

Color info

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

RGB color model

#353130 color RGB value is (53,49,48).

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

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 48 of 255 = 19%

53
49
48

R + G + B ~ 20%. #353130 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 48 = 150 (100%)
R 53 of 150 ~ 35.33%
G 49 of 150 ~ 32.67%
B 48 of 150 ~ 32%

%35.33
%32.67
%32

CMYK color model

#353130 color CMYK value is (0,8,9,79).

  • cyan value is 0.00%
  • magenta value is 7.55%
  • yellow value is 9.43%
  • key color value is 79.22%
CMYK:
(0,8,9,79)
C0M8Y9K79 
(0%,8%,9%,79%)
(0.00/0.08/0.09/0.79)	

CMYK percentages

%0
%7.55
%9.43
%79.22

Codes

Color #353130 in popluar color models

353130
RGB534948
HSL12°4.95%19.80%
HSB/HSV12°9.43%20.78%
CMYK0.00%7.55%9.43%
79.22%

Color #353130 in popluar number systems.

HEX353130
Decimal534948
Binary110101110001110000
Octal656160

Shades and tints

Shades of #353130

#353130
(53,49,48)
#312D2C
(49,45,44)
#2D2928
(45,41,40)
#292524
(41,37,36)
#252120
(37,33,32)
#211D1C
(33,29,28)
#1D1918
(29,25,24)
#191514
(25,21,20)
#151110
(21,17,16)
#110D0C
(17,13,12)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #353130

#353130
(53,49,48)
#474342
(71,67,66)
#595554
(89,85,84)
#6B6766
(107,103,102)
#7D7978
(125,121,120)
#8F8B8A
(143,139,138)
#A19D9C
(161,157,156)
#B3AFAE
(179,175,174)
#C5C1C0
(197,193,192)
#D7D3D2
(215,211,210)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353130; }

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

This text font color is #353130.


Background Color

.myBgColor { background-color: #353130; }

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

This div background color is #353130.


Border color

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

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

This div border color is #353130.


Opacity

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

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

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

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

This text has shadow with #353130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353130 on black background.


Color preview on white background

This text has color #353130 on white background.



Black color preview on #353130 background

This text has black color on #353130 background.


White color preview on #353130 background

This text has white color on #353130 background.