COLOR #35252E

HEX: #35252E RGB: (53,37,46)

Color info

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

RGB color model

#35252E color RGB value is (53,37,46).

RGB: (53,37,46) (21%, 15%, 18%)

RGB channels and saturation

R 53 of 255 = 21%
G 37 of 255 = 15%
B 46 of 255 = 18%

53
37
46

R + G + B ~ 18%. #35252E is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 37 + 46 = 136 (100%)
R 53 of 136 ~ 38.97%
G 37 of 136 ~ 27.21%
B 46 of 136 ~ 33.82'%

%38.97
%27.21
%33.82

CMYK color model

#35252E color CMYK value is (0,30,13,79).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 13.21%
  • key color value is 79.22%

CMYK: (0,30,13,79)
C0M30Y13K79 (0%, 30%, 13%, 79%)
(0.00 / 0.30 / 0.13 / 0.79)

CMYK percentages

%0
%30.19
%13.21
%79.22

Codes

Color #35252E in popluar color models

35 25 2E
RGB 53 37 46
HSL 326° 17.78% 17.65%
HSB/HSV 326° 30.19% 20.78%
CMYK 0.00% 30.19% 13.21%
79.22%

Color #35252E in popluar number systems.

HEX 35 25 2E
Decimal 53 37 46
Binary 110101 100101 101110
Octal 65 45 56

Shades and tints

Shades of #35252E

#35252E
(53,37,46)
#31222A
(49,34,42)
#2D1F26
(45,31,38)
#291C22
(41,28,34)
#25191E
(37,25,30)
#21161A
(33,22,26)
#1D1316
(29,19,22)
#191012
(25,16,18)
#150D0E
(21,13,14)
#110A0A
(17,10,10)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #35252E

#35252E
(53,37,46)
#473841
(71,56,65)
#594B54
(89,75,84)
#6B5E67
(107,94,103)
#7D717A
(125,113,122)
#8F848D
(143,132,141)
#A197A0
(161,151,160)
#B3AAB3
(179,170,179)
#C5BDC6
(197,189,198)
#D7D0D9
(215,208,217)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35252E color. Also use rgb(53,37,46) instead hex code.

Text Font Color

.myTextColor { color: #35252E; }

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

This text font color is #35252E.

Background Color

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

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

This div background color is #35252E.

Border color

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

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

This div border color is #35252E.

Opacity

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

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

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

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

This text has shadow with #35252E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35252E.

Preview

Color preview on black background

This text has color #35252E on black background.


Color preview on white background

This text has color #35252E on white background.


Black color preview on #35252E background

This text has black color on #35252E background.


White color preview on #35252E background

This text has white color on #35252E background.


Related colors

Complementary color

Complementary color for #hex is #CADAD1.


I love getcolorcode.com

Triadic colors

1 #2E3525 and #252E35 with #35252E are triadic colors.

2 #2E2535 and #25352E with #35252E are triadic colors.