COLOR #35343A

HEX: #35343A RGB: (53,52,58)

Color info

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

RGB color model

#35343A color RGB value is (53,52,58).

RGB: (53,52,58) (21%, 20%, 23%)

RGB channels and saturation

R 53 of 255 = 21%
G 52 of 255 = 20%
B 58 of 255 = 23%

53
52
58

R + G + B ~ 21%. #35343A is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 52 + 58 = 163 (100%)
R 53 of 163 ~ 32.52%
G 52 of 163 ~ 31.9%
B 58 of 163 ~ 35.58'%

%32.52
%31.9
%35.58

CMYK color model

#35343A color CMYK value is (9,10,0,77).

  • cyan value is 8.62%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (9,10,0,77)
C9M10Y0K77 (9%, 10%, 0%, 77%)
(0.09 / 0.10 / 0.00 / 0.77)

CMYK percentages

%8.62
%10.34
%0
%77.25

Codes

Color #35343A in popluar color models

35 34 3A
RGB 53 52 58
HSL 250° 5.45% 21.57%
HSB/HSV 250° 10.34% 22.75%
CMYK 8.62% 10.34% 0.00%
77.25%

Color #35343A in popluar number systems.

HEX 35 34 3A
Decimal 53 52 58
Binary 110101 110100 111010
Octal 65 64 72

Shades and tints

Shades of #35343A

#35343A
(53,52,58)
#313035
(49,48,53)
#2D2C30
(45,44,48)
#29282B
(41,40,43)
#252426
(37,36,38)
#212021
(33,32,33)
#1D1C1C
(29,28,28)
#191817
(25,24,23)
#151412
(21,20,18)
#11100D
(17,16,13)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #35343A

#35343A
(53,52,58)
#47464B
(71,70,75)
#59585C
(89,88,92)
#6B6A6D
(107,106,109)
#7D7C7E
(125,124,126)
#8F8E8F
(143,142,143)
#A1A0A0
(161,160,160)
#B3B2B1
(179,178,177)
#C5C4C2
(197,196,194)
#D7D6D3
(215,214,211)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35343A color. Also use rgb(53,52,58) instead hex code.

Text Font Color

.myTextColor { color: #35343A; }

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

This text font color is #35343A.

Background Color

.myBgColor { background-color: #35343A; }

<div style="background-color:#35343A">Inner text</div>

This div background color is #35343A.

Border color

.myBorderColor { border: 1px solid #35343A; }

<div style="border:3px solid #35343A">Div</div>

This div border color is #35343A.

Opacity

.myOpacity80 { color: #35343A; opacity: 0.8; }

<p style="color:#35343A;opacity:0.8;">80%</p>

Text with #35343A 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 #35343A;}

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

This text has shadow with #35343A color.


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

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

This text has shadow with #35343A primary color and red secondary color.


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

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

This text has shadow with #35343A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35343A.

Preview

Color preview on black background

This text has color #35343A on black background.


Color preview on white background

This text has color #35343A on white background.


Black color preview on #35343A background

This text has black color on #35343A background.


White color preview on #35343A background

This text has white color on #35343A background.


Related colors

Complementary color

Complementary color for #hex is #CACBC5.


I love getcolorcode.com

Triadic colors

1 #3A3534 and #343A35 with #35343A are triadic colors.

2 #3A3435 and #34353A with #35343A are triadic colors.