COLOR #35362E

HEX: #35362E
RGB: (53,54,46)

Color info

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

RGB color model

#35362E color RGB value is (53,54,46).

  • red value is 53;
  • green value is 54;
  • blue value is 46.
RGB:
(53,54,46)
(21%,21%,18%)

RGB channels and saturation

R 53 of 255 = 21%
G 54 of 255 = 21%
B 46 of 255 = 18%

53
54
46

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

Portions of RGB colors in percentages

R + G + B =
53 + 54 + 46 = 153 (100%)
R 53 of 153 ~ 34.64%
G 54 of 153 ~ 35.29%
B 46 of 153 ~ 30.07%

%34.64
%35.29
%30.07

CMYK color model

#35362E color CMYK value is (2,0,15,79).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 78.82%
CMYK:
(2,0,15,79)
C2M0Y15K79 
(2%,0%,15%,79%)
(0.02/0.00/0.15/0.79)	

CMYK percentages

%1.85
%0
%14.81
%78.82

Codes

Color #35362E in popluar color models

35362E
RGB535446
HSL68°8.00%19.61%
HSB/HSV68°14.81%21.18%
CMYK1.85%0.00%14.81%
78.82%

Color #35362E in popluar number systems.

HEX35362E
Decimal535446
Binary110101110110101110
Octal656656

Shades and tints

Shades of #35362E

#35362E
(53,54,46)
#31322A
(49,50,42)
#2D2E26
(45,46,38)
#292A22
(41,42,34)
#25261E
(37,38,30)
#21221A
(33,34,26)
#1D1E16
(29,30,22)
#191A12
(25,26,18)
#15160E
(21,22,14)
#11120A
(17,18,10)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #35362E

#35362E
(53,54,46)
#474841
(71,72,65)
#595A54
(89,90,84)
#6B6C67
(107,108,103)
#7D7E7A
(125,126,122)
#8F908D
(143,144,141)
#A1A2A0
(161,162,160)
#B3B4B3
(179,180,179)
#C5C6C6
(197,198,198)
#D7D8D9
(215,216,217)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35362E color. Also use rgb(53,54,46) instead hex code.

Text Font Color

.myTextColor { color: #35362E; }

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

This text font color is #35362E.


Background Color

.myBgColor { background-color: #35362E; }

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

This div background color is #35362E.


Border color

.myBorderColor { border: 1px solid #35362E; }

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

This div border color is #35362E.


Opacity

.myOpacity80 { color: #35362E; opacity: 0.8; }

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

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

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

This text has shadow with #35362E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35362E on black background.


Color preview on white background

This text has color #35362E on white background.



Black color preview on #35362E background

This text has black color on #35362E background.


White color preview on #35362E background

This text has white color on #35362E background.