COLOR #353433

HEX: #353433
RGB: (53,52,51)

Color info

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

RGB color model

#353433 color RGB value is (53,52,51).

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

RGB channels and saturation

R 53 of 255 = 21%
G 52 of 255 = 20%
B 51 of 255 = 20%

53
52
51

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

Portions of RGB colors in percentages

R + G + B =
53 + 52 + 51 = 156 (100%)
R 53 of 156 ~ 33.97%
G 52 of 156 ~ 33.33%
B 51 of 156 ~ 32.69%

%33.97
%33.33
%32.69

CMYK color model

#353433 color CMYK value is (0,2,4,79).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 3.77%
  • key color value is 79.22%
CMYK:
(0,2,4,79)
C0M2Y4K79 
(0%,2%,4%,79%)
(0.00/0.02/0.04/0.79)	

CMYK percentages

%0
%1.89
%3.77
%79.22

Codes

Color #353433 in popluar color models

353433
RGB535251
HSL30°1.92%20.39%
HSB/HSV30°3.77%20.78%
CMYK0.00%1.89%3.77%
79.22%

Color #353433 in popluar number systems.

HEX353433
Decimal535251
Binary110101110100110011
Octal656463

Shades and tints

Shades of #353433

#353433
(53,52,51)
#31302F
(49,48,47)
#2D2C2B
(45,44,43)
#292827
(41,40,39)
#252423
(37,36,35)
#21201F
(33,32,31)
#1D1C1B
(29,28,27)
#191817
(25,24,23)
#151413
(21,20,19)
#11100F
(17,16,15)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #353433

#353433
(53,52,51)
#474645
(71,70,69)
#595857
(89,88,87)
#6B6A69
(107,106,105)
#7D7C7B
(125,124,123)
#8F8E8D
(143,142,141)
#A1A09F
(161,160,159)
#B3B2B1
(179,178,177)
#C5C4C3
(197,196,195)
#D7D6D5
(215,214,213)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353433; }

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

This text font color is #353433.


Background Color

.myBgColor { background-color: #353433; }

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

This div background color is #353433.


Border color

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

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

This div border color is #353433.


Opacity

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

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

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

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

This text has shadow with #353433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353433 on black background.


Color preview on white background

This text has color #353433 on white background.



Black color preview on #353433 background

This text has black color on #353433 background.


White color preview on #353433 background

This text has white color on #353433 background.