COLOR #353230

HEX: #353230
RGB: (53,50,48)

Color info

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

RGB color model

#353230 color RGB value is (53,50,48).

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

RGB channels and saturation

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

53
50
48

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

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 48 = 151 (100%)
R 53 of 151 ~ 35.1%
G 50 of 151 ~ 33.11%
B 48 of 151 ~ 31.79%

%35.1
%33.11
%31.79

CMYK color model

#353230 color CMYK value is (0,6,9,79).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 9.43%
  • key color value is 79.22%
CMYK:
(0,6,9,79)
C0M6Y9K79 
(0%,6%,9%,79%)
(0.00/0.06/0.09/0.79)	

CMYK percentages

%0
%5.66
%9.43
%79.22

Codes

Color #353230 in popluar color models

353230
RGB535048
HSL24°4.95%19.80%
HSB/HSV24°9.43%20.78%
CMYK0.00%5.66%9.43%
79.22%

Color #353230 in popluar number systems.

HEX353230
Decimal535048
Binary110101110010110000
Octal656260

Shades and tints

Shades of #353230

#353230
(53,50,48)
#312E2C
(49,46,44)
#2D2A28
(45,42,40)
#292624
(41,38,36)
#252220
(37,34,32)
#211E1C
(33,30,28)
#1D1A18
(29,26,24)
#191614
(25,22,20)
#151210
(21,18,16)
#110E0C
(17,14,12)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #353230

#353230
(53,50,48)
#474442
(71,68,66)
#595654
(89,86,84)
#6B6866
(107,104,102)
#7D7A78
(125,122,120)
#8F8C8A
(143,140,138)
#A19E9C
(161,158,156)
#B3B0AE
(179,176,174)
#C5C2C0
(197,194,192)
#D7D4D2
(215,212,210)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353230; }

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

This text font color is #353230.


Background Color

.myBgColor { background-color: #353230; }

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

This div background color is #353230.


Border color

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

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

This div border color is #353230.


Opacity

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

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

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

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

This text has shadow with #353230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353230 on black background.


Color preview on white background

This text has color #353230 on white background.



Black color preview on #353230 background

This text has black color on #353230 background.


White color preview on #353230 background

This text has white color on #353230 background.