COLOR #35332F

HEX: #35332F
RGB: (53,51,47)

Color info

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

RGB color model

#35332F color RGB value is (53,51,47).

  • red value is 53;
  • green value is 51;
  • blue value is 47.
RGB:
(53,51,47)
(21%,20%,18%)

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 47 of 255 = 18%

53
51
47

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

Portions of RGB colors in percentages

R + G + B =
53 + 51 + 47 = 151 (100%)
R 53 of 151 ~ 35.1%
G 51 of 151 ~ 33.77%
B 47 of 151 ~ 31.13%

%35.1
%33.77
%31.13

CMYK color model

#35332F color CMYK value is (0,4,11,79).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 11.32%
  • key color value is 79.22%
CMYK:
(0,4,11,79)
C0M4Y11K79 
(0%,4%,11%,79%)
(0.00/0.04/0.11/0.79)	

CMYK percentages

%0
%3.77
%11.32
%79.22

Codes

Color #35332F in popluar color models

35332F
RGB535147
HSL40°6.00%19.61%
HSB/HSV40°11.32%20.78%
CMYK0.00%3.77%11.32%
79.22%

Color #35332F in popluar number systems.

HEX35332F
Decimal535147
Binary110101110011101111
Octal656357

Shades and tints

Shades of #35332F

#35332F
(53,51,47)
#312F2B
(49,47,43)
#2D2B27
(45,43,39)
#292723
(41,39,35)
#25231F
(37,35,31)
#211F1B
(33,31,27)
#1D1B17
(29,27,23)
#191713
(25,23,19)
#15130F
(21,19,15)
#110F0B
(17,15,11)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #35332F

#35332F
(53,51,47)
#474541
(71,69,65)
#595753
(89,87,83)
#6B6965
(107,105,101)
#7D7B77
(125,123,119)
#8F8D89
(143,141,137)
#A19F9B
(161,159,155)
#B3B1AD
(179,177,173)
#C5C3BF
(197,195,191)
#D7D5D1
(215,213,209)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35332F color. Also use rgb(53,51,47) instead hex code.

Text Font Color

.myTextColor { color: #35332F; }

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

This text font color is #35332F.


Background Color

.myBgColor { background-color: #35332F; }

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

This div background color is #35332F.


Border color

.myBorderColor { border: 1px solid #35332F; }

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

This div border color is #35332F.


Opacity

.myOpacity80 { color: #35332F; opacity: 0.8; }

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

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

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

This text has shadow with #35332F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35332F on black background.


Color preview on white background

This text has color #35332F on white background.



Black color preview on #35332F background

This text has black color on #35332F background.


White color preview on #35332F background

This text has white color on #35332F background.