COLOR #35293F

HEX: #35293F RGB: (53,41,63)

Color info

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

RGB color model

#35293F color RGB value is (53,41,63).

RGB: (53,41,63) (21%, 16%, 25%)

RGB channels and saturation

R 53 of 255 = 21%
G 41 of 255 = 16%
B 63 of 255 = 25%

53
41
63

R + G + B ~ 21%. #35293F is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 41 + 63 = 157 (100%)
R 53 of 157 ~ 33.76%
G 41 of 157 ~ 26.11%
B 63 of 157 ~ 40.13'%

%33.76
%26.11
%40.13

CMYK color model

#35293F color CMYK value is (16,35,0,75).

  • cyan value is 15.87%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (16,35,0,75)
C16M35Y0K75 (16%, 35%, 0%, 75%)
(0.16 / 0.35 / 0.00 / 0.75)

CMYK percentages

%15.87
%34.92
%0
%75.29

Codes

Color #35293F in popluar color models

35 29 3F
RGB 53 41 63
HSL 273° 21.15% 20.39%
HSB/HSV 273° 34.92% 24.71%
CMYK 15.87% 34.92% 0.00%
75.29%

Color #35293F in popluar number systems.

HEX 35 29 3F
Decimal 53 41 63
Binary 110101 101001 111111
Octal 65 51 77

Shades and tints

Shades of #35293F

#35293F
(53,41,63)
#31263A
(49,38,58)
#2D2335
(45,35,53)
#292030
(41,32,48)
#251D2B
(37,29,43)
#211A26
(33,26,38)
#1D1721
(29,23,33)
#19141C
(25,20,28)
#151117
(21,17,23)
#110E12
(17,14,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #35293F

#35293F
(53,41,63)
#473C50
(71,60,80)
#594F61
(89,79,97)
#6B6272
(107,98,114)
#7D7583
(125,117,131)
#8F8894
(143,136,148)
#A19BA5
(161,155,165)
#B3AEB6
(179,174,182)
#C5C1C7
(197,193,199)
#D7D4D8
(215,212,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35293F color. Also use rgb(53,41,63) instead hex code.

Text Font Color

.myTextColor { color: #35293F; }

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

This text font color is #35293F.

Background Color

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

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

This div background color is #35293F.

Border color

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

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

This div border color is #35293F.

Opacity

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

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

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

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

This text has shadow with #35293F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35293F.

Preview

Color preview on black background

This text has color #35293F on black background.


Color preview on white background

This text has color #35293F on white background.


Black color preview on #35293F background

This text has black color on #35293F background.


White color preview on #35293F background

This text has white color on #35293F background.


Related colors

Complementary color

Complementary color for #hex is #CAD6C0.


I love getcolorcode.com

Triadic colors

1 #3F3529 and #293F35 with #35293F are triadic colors.

2 #3F2935 and #29353F with #35293F are triadic colors.