COLOR #353430

HEX: #353430
RGB: (53,52,48)

Color info

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

RGB color model

#353430 color RGB value is (53,52,48).

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

RGB channels and saturation

R 53 of 255 = 21%
G 52 of 255 = 20%
B 48 of 255 = 19%

53
52
48

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

Portions of RGB colors in percentages

R + G + B =
53 + 52 + 48 = 153 (100%)
R 53 of 153 ~ 34.64%
G 52 of 153 ~ 33.99%
B 48 of 153 ~ 31.37%

%34.64
%33.99
%31.37

CMYK color model

#353430 color CMYK value is (0,2,9,79).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 9.43%
  • key color value is 79.22%
CMYK:
(0,2,9,79)
C0M2Y9K79 
(0%,2%,9%,79%)
(0.00/0.02/0.09/0.79)	

CMYK percentages

%0
%1.89
%9.43
%79.22

Codes

Color #353430 in popluar color models

353430
RGB535248
HSL48°4.95%19.80%
HSB/HSV48°9.43%20.78%
CMYK0.00%1.89%9.43%
79.22%

Color #353430 in popluar number systems.

HEX353430
Decimal535248
Binary110101110100110000
Octal656460

Shades and tints

Shades of #353430

#353430
(53,52,48)
#31302C
(49,48,44)
#2D2C28
(45,44,40)
#292824
(41,40,36)
#252420
(37,36,32)
#21201C
(33,32,28)
#1D1C18
(29,28,24)
#191814
(25,24,20)
#151410
(21,20,16)
#11100C
(17,16,12)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #353430

#353430
(53,52,48)
#474642
(71,70,66)
#595854
(89,88,84)
#6B6A66
(107,106,102)
#7D7C78
(125,124,120)
#8F8E8A
(143,142,138)
#A1A09C
(161,160,156)
#B3B2AE
(179,178,174)
#C5C4C0
(197,196,192)
#D7D6D2
(215,214,210)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353430; }

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

This text font color is #353430.


Background Color

.myBgColor { background-color: #353430; }

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

This div background color is #353430.


Border color

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

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

This div border color is #353430.


Opacity

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

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

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

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

This text has shadow with #353430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353430 on black background.


Color preview on white background

This text has color #353430 on white background.



Black color preview on #353430 background

This text has black color on #353430 background.


White color preview on #353430 background

This text has white color on #353430 background.