COLOR #35361B

HEX: #35361B
RGB: (53,54,27)

Color info

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

RGB color model

#35361B color RGB value is (53,54,27).

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

RGB channels and saturation

R 53 of 255 = 21%
G 54 of 255 = 21%
B 27 of 255 = 11%

53
54
27

R + G + B ~ 18%. #35361B is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 54 + 27 = 134 (100%)
R 53 of 134 ~ 39.55%
G 54 of 134 ~ 40.3%
B 27 of 134 ~ 20.15%

%39.55
%40.3
%20.15

CMYK color model

#35361B color CMYK value is (2,0,50,79).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 78.82%
CMYK:
(2,0,50,79)
C2M0Y50K79 
(2%,0%,50%,79%)
(0.02/0.00/0.50/0.79)	

CMYK percentages

%1.85
%0
%50
%78.82

Codes

Color #35361B in popluar color models

35361B
RGB535427
HSL62°33.33%15.88%
HSB/HSV62°50.00%21.18%
CMYK1.85%0.00%50.00%
78.82%

Color #35361B in popluar number systems.

HEX35361B
Decimal535427
Binary11010111011011011
Octal656633

Shades and tints

Shades of #35361B

#35361B
(53,54,27)
#313219
(49,50,25)
#2D2E17
(45,46,23)
#292A15
(41,42,21)
#252613
(37,38,19)
#212211
(33,34,17)
#1D1E0F
(29,30,15)
#191A0D
(25,26,13)
#15160B
(21,22,11)
#111209
(17,18,9)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #35361B

#35361B
(53,54,27)
#47482F
(71,72,47)
#595A43
(89,90,67)
#6B6C57
(107,108,87)
#7D7E6B
(125,126,107)
#8F907F
(143,144,127)
#A1A293
(161,162,147)
#B3B4A7
(179,180,167)
#C5C6BB
(197,198,187)
#D7D8CF
(215,216,207)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35361B color. Also use rgb(53,54,27) instead hex code.

Text Font Color

.myTextColor { color: #35361B; }

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

This text font color is #35361B.


Background Color

.myBgColor { background-color: #35361B; }

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

This div background color is #35361B.


Border color

.myBorderColor { border: 1px solid #35361B; }

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

This div border color is #35361B.


Opacity

.myOpacity80 { color: #35361B; opacity: 0.8; }

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

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

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

This text has shadow with #35361B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35361B on black background.


Color preview on white background

This text has color #35361B on white background.



Black color preview on #35361B background

This text has black color on #35361B background.


White color preview on #35361B background

This text has white color on #35361B background.