COLOR #353830

HEX: #353830
RGB: (53,56,48)

Color info

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

RGB color model

#353830 color RGB value is (53,56,48).

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

RGB channels and saturation

R 53 of 255 = 21%
G 56 of 255 = 22%
B 48 of 255 = 19%

53
56
48

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

Portions of RGB colors in percentages

R + G + B =
53 + 56 + 48 = 157 (100%)
R 53 of 157 ~ 33.76%
G 56 of 157 ~ 35.67%
B 48 of 157 ~ 30.57%

%33.76
%35.67
%30.57

CMYK color model

#353830 color CMYK value is (5,0,14,78).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(5,0,14,78)
C5M0Y14K78 
(5%,0%,14%,78%)
(0.05/0.00/0.14/0.78)	

CMYK percentages

%5.36
%0
%14.29
%78.04

Codes

Color #353830 in popluar color models

353830
RGB535648
HSL83°7.69%20.39%
HSB/HSV83°14.29%21.96%
CMYK5.36%0.00%14.29%
78.04%

Color #353830 in popluar number systems.

HEX353830
Decimal535648
Binary110101111000110000
Octal657060

Shades and tints

Shades of #353830

#353830
(53,56,48)
#31332C
(49,51,44)
#2D2E28
(45,46,40)
#292924
(41,41,36)
#252420
(37,36,32)
#211F1C
(33,31,28)
#1D1A18
(29,26,24)
#191514
(25,21,20)
#151010
(21,16,16)
#110B0C
(17,11,12)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #353830

#353830
(53,56,48)
#474A42
(71,74,66)
#595C54
(89,92,84)
#6B6E66
(107,110,102)
#7D8078
(125,128,120)
#8F928A
(143,146,138)
#A1A49C
(161,164,156)
#B3B6AE
(179,182,174)
#C5C8C0
(197,200,192)
#D7DAD2
(215,218,210)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353830; }

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

This text font color is #353830.


Background Color

.myBgColor { background-color: #353830; }

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

This div background color is #353830.


Border color

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

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

This div border color is #353830.


Opacity

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

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

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

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

This text has shadow with #353830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353830 on black background.


Color preview on white background

This text has color #353830 on white background.



Black color preview on #353830 background

This text has black color on #353830 background.


White color preview on #353830 background

This text has white color on #353830 background.