COLOR #352F34

HEX: #352F34 RGB: (53,47,52)

Color info

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

RGB color model

#352F34 color RGB value is (53,47,52).

RGB: (53,47,52) (21%, 18%, 20%)

RGB channels and saturation

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

53
47
52

R + G + B ~ 20%. #352F34 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 47 + 52 = 152 (100%)
R 53 of 152 ~ 34.87%
G 47 of 152 ~ 30.92%
B 52 of 152 ~ 34.21'%

%34.87
%30.92
%34.21

CMYK color model

#352F34 color CMYK value is (0,11,2,79).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 1.89%
  • key color value is 79.22%

CMYK: (0,11,2,79)
C0M11Y2K79 (0%, 11%, 2%, 79%)
(0.00 / 0.11 / 0.02 / 0.79)

CMYK percentages

%0
%11.32
%1.89
%79.22

Codes

Color #352F34 in popluar color models

35 2F 34
RGB 53 47 52
HSL 310° 6.00% 19.61%
HSB/HSV 310° 11.32% 20.78%
CMYK 0.00% 11.32% 1.89%
79.22%

Color #352F34 in popluar number systems.

HEX 35 2F 34
Decimal 53 47 52
Binary 110101 101111 110100
Octal 65 57 64

Shades and tints

Shades of #352F34

#352F34
(53,47,52)
#312B30
(49,43,48)
#2D272C
(45,39,44)
#292328
(41,35,40)
#251F24
(37,31,36)
#211B20
(33,27,32)
#1D171C
(29,23,28)
#191318
(25,19,24)
#150F14
(21,15,20)
#110B10
(17,11,16)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #352F34

#352F34
(53,47,52)
#474146
(71,65,70)
#595358
(89,83,88)
#6B656A
(107,101,106)
#7D777C
(125,119,124)
#8F898E
(143,137,142)
#A19BA0
(161,155,160)
#B3ADB2
(179,173,178)
#C5BFC4
(197,191,196)
#D7D1D6
(215,209,214)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352F34 color. Also use rgb(53,47,52) instead hex code.

Text Font Color

.myTextColor { color: #352F34; }

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

This text font color is #352F34.

Background Color

.myBgColor { background-color: #352F34; }

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

This div background color is #352F34.

Border color

.myBorderColor { border: 1px solid #352F34; }

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

This div border color is #352F34.

Opacity

.myOpacity80 { color: #352F34; opacity: 0.8; }

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

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

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

This text has shadow with #352F34 color.


.textShadow {text-shadow: 3px 3px 1px #352F34', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #352F34; -webkit-box-shadow: 1px 1px 3px 2px #352F34; box-shadow:1px 1px 3px 2px #352F34;">
Div content here
</div>

This div box has shadow with color #352F34.

Preview

Color preview on black background

This text has color #352F34 on black background.


Color preview on white background

This text has color #352F34 on white background.


Black color preview on #352F34 background

This text has black color on #352F34 background.


White color preview on #352F34 background

This text has white color on #352F34 background.


Related colors

Complementary color

Complementary color for #hex is #CAD0CB.


I love getcolorcode.com

Triadic colors

1 #34352F and #2F3435 with #352F34 are triadic colors.

2 #342F35 and #2F3534 with #352F34 are triadic colors.