COLOR #35373E

HEX: #35373E RGB: (53,55,62)

Color info

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

RGB color model

#35373E color RGB value is (53,55,62).

RGB: (53,55,62) (21%, 22%, 24%)

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 62 of 255 = 24%

53
55
62

R + G + B ~ 22%. #35373E is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 55 + 62 = 170 (100%)
R 53 of 170 ~ 31.18%
G 55 of 170 ~ 32.35%
B 62 of 170 ~ 36.47'%

%31.18
%32.35
%36.47

CMYK color model

#35373E color CMYK value is (15,11,0,76).

  • cyan value is 14.52%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (15,11,0,76)
C15M11Y0K76 (15%, 11%, 0%, 76%)
(0.15 / 0.11 / 0.00 / 0.76)

CMYK percentages

%14.52
%11.29
%0
%75.69

Codes

Color #35373E in popluar color models

35 37 3E
RGB 53 55 62
HSL 227° 7.83% 22.55%
HSB/HSV 227° 14.52% 24.31%
CMYK 14.52% 11.29% 0.00%
75.69%

Color #35373E in popluar number systems.

HEX 35 37 3E
Decimal 53 55 62
Binary 110101 110111 111110
Octal 65 67 76

Shades and tints

Shades of #35373E

#35373E
(53,55,62)
#313239
(49,50,57)
#2D2D34
(45,45,52)
#29282F
(41,40,47)
#25232A
(37,35,42)
#211E25
(33,30,37)
#1D1920
(29,25,32)
#19141B
(25,20,27)
#150F16
(21,15,22)
#110A11
(17,10,17)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #35373E

#35373E
(53,55,62)
#47494F
(71,73,79)
#595B60
(89,91,96)
#6B6D71
(107,109,113)
#7D7F82
(125,127,130)
#8F9193
(143,145,147)
#A1A3A4
(161,163,164)
#B3B5B5
(179,181,181)
#C5C7C6
(197,199,198)
#D7D9D7
(215,217,215)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35373E color. Also use rgb(53,55,62) instead hex code.

Text Font Color

.myTextColor { color: #35373E; }

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

This text font color is #35373E.

Background Color

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

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

This div background color is #35373E.

Border color

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

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

This div border color is #35373E.

Opacity

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

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

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

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

This text has shadow with #35373E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35373E.

Preview

Color preview on black background

This text has color #35373E on black background.


Color preview on white background

This text has color #35373E on white background.


Black color preview on #35373E background

This text has black color on #35373E background.


White color preview on #35373E background

This text has white color on #35373E background.


Related colors

Complementary color

Complementary color for #hex is #CAC8C1.


I love getcolorcode.com

Triadic colors

1 #3E3537 and #373E35 with #35373E are triadic colors.

2 #3E3735 and #37353E with #35373E are triadic colors.