COLOR #352F43

HEX: #352F43 RGB: (53,47,67)

Color info

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

RGB color model

#352F43 color RGB value is (53,47,67).

RGB: (53,47,67) (21%, 18%, 26%)

RGB channels and saturation

R 53 of 255 = 21%
G 47 of 255 = 18%
B 67 of 255 = 26%

53
47
67

R + G + B ~ 22%. #352F43 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 47 + 67 = 167 (100%)
R 53 of 167 ~ 31.74%
G 47 of 167 ~ 28.14%
B 67 of 167 ~ 40.12'%

%31.74
%28.14
%40.12

CMYK color model

#352F43 color CMYK value is (21,30,0,74).

  • cyan value is 20.90%
  • magenta value is 29.85%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (21,30,0,74)
C21M30Y0K74 (21%, 30%, 0%, 74%)
(0.21 / 0.30 / 0.00 / 0.74)

CMYK percentages

%20.9
%29.85
%0
%73.73

Codes

Color #352F43 in popluar color models

35 2F 43
RGB 53 47 67
HSL 258° 17.54% 22.35%
HSB/HSV 258° 29.85% 26.27%
CMYK 20.90% 29.85% 0.00%
73.73%

Color #352F43 in popluar number systems.

HEX 35 2F 43
Decimal 53 47 67
Binary 110101 101111 1000011
Octal 65 57 103

Shades and tints

Shades of #352F43

#352F43
(53,47,67)
#312B3D
(49,43,61)
#2D2737
(45,39,55)
#292331
(41,35,49)
#251F2B
(37,31,43)
#211B25
(33,27,37)
#1D171F
(29,23,31)
#191319
(25,19,25)
#150F13
(21,15,19)
#110B0D
(17,11,13)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #352F43

#352F43
(53,47,67)
#474154
(71,65,84)
#595365
(89,83,101)
#6B6576
(107,101,118)
#7D7787
(125,119,135)
#8F8998
(143,137,152)
#A19BA9
(161,155,169)
#B3ADBA
(179,173,186)
#C5BFCB
(197,191,203)
#D7D1DC
(215,209,220)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352F43; }

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

This text font color is #352F43.

Background Color

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

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

This div background color is #352F43.

Border color

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

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

This div border color is #352F43.

Opacity

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

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

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

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

This text has shadow with #352F43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352F43.

Preview

Color preview on black background

This text has color #352F43 on black background.


Color preview on white background

This text has color #352F43 on white background.


Black color preview on #352F43 background

This text has black color on #352F43 background.


White color preview on #352F43 background

This text has white color on #352F43 background.


Related colors

Complementary color

Complementary color for #hex is #CAD0BC.


I love getcolorcode.com

Triadic colors

1 #43352F and #2F4335 with #352F43 are triadic colors.

2 #432F35 and #2F3543 with #352F43 are triadic colors.