COLOR #353726

HEX: #353726
RGB: (53,55,38)

Color info

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

RGB color model

#353726 color RGB value is (53,55,38).

  • red value is 53;
  • green value is 55;
  • blue value is 38.
RGB:
(53,55,38)
(21%,22%,15%)

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 38 of 255 = 15%

53
55
38

R + G + B ~ 19%. #353726 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 38 = 146 (100%)
R 53 of 146 ~ 36.3%
G 55 of 146 ~ 37.67%
B 38 of 146 ~ 26.03%

%36.3
%37.67
%26.03

CMYK color model

#353726 color CMYK value is (4,0,31,78).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 78.43%
CMYK:
(4,0,31,78)
C4M0Y31K78 
(4%,0%,31%,78%)
(0.04/0.00/0.31/0.78)	

CMYK percentages

%3.64
%0
%30.91
%78.43

Codes

Color #353726 in popluar color models

353726
RGB535538
HSL67°18.28%18.24%
HSB/HSV67°30.91%21.57%
CMYK3.64%0.00%30.91%
78.43%

Color #353726 in popluar number systems.

HEX353726
Decimal535538
Binary110101110111100110
Octal656746

Shades and tints

Shades of #353726

#353726
(53,55,38)
#313223
(49,50,35)
#2D2D20
(45,45,32)
#29281D
(41,40,29)
#25231A
(37,35,26)
#211E17
(33,30,23)
#1D1914
(29,25,20)
#191411
(25,20,17)
#150F0E
(21,15,14)
#110A0B
(17,10,11)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #353726

#353726
(53,55,38)
#474939
(71,73,57)
#595B4C
(89,91,76)
#6B6D5F
(107,109,95)
#7D7F72
(125,127,114)
#8F9185
(143,145,133)
#A1A398
(161,163,152)
#B3B5AB
(179,181,171)
#C5C7BE
(197,199,190)
#D7D9D1
(215,217,209)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353726 color. Also use rgb(53,55,38) instead hex code.

Text Font Color

.myTextColor { color: #353726; }

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

This text font color is #353726.


Background Color

.myBgColor { background-color: #353726; }

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

This div background color is #353726.


Border color

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

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

This div border color is #353726.


Opacity

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

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

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

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

This text has shadow with #353726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353726 on black background.


Color preview on white background

This text has color #353726 on white background.



Black color preview on #353726 background

This text has black color on #353726 background.


White color preview on #353726 background

This text has white color on #353726 background.