COLOR #35253A

HEX: #35253A RGB: (53,37,58)

Color info

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

RGB color model

#35253A color RGB value is (53,37,58).

RGB: (53,37,58) (21%, 15%, 23%)

RGB channels and saturation

R 53 of 255 = 21%
G 37 of 255 = 15%
B 58 of 255 = 23%

53
37
58

R + G + B ~ 20%. #35253A is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 37 + 58 = 148 (100%)
R 53 of 148 ~ 35.81%
G 37 of 148 ~ 25%
B 58 of 148 ~ 39.19'%

%35.81
%25
%39.19

CMYK color model

#35253A color CMYK value is (9,36,0,77).

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

CMYK: (9,36,0,77)
C9M36Y0K77 (9%, 36%, 0%, 77%)
(0.09 / 0.36 / 0.00 / 0.77)

CMYK percentages

%8.62
%36.21
%0
%77.25

Codes

Color #35253A in popluar color models

35 25 3A
RGB 53 37 58
HSL 286° 22.11% 18.63%
HSB/HSV 286° 36.21% 22.75%
CMYK 8.62% 36.21% 0.00%
77.25%

Color #35253A in popluar number systems.

HEX 35 25 3A
Decimal 53 37 58
Binary 110101 100101 111010
Octal 65 45 72

Shades and tints

Shades of #35253A

#35253A
(53,37,58)
#312235
(49,34,53)
#2D1F30
(45,31,48)
#291C2B
(41,28,43)
#251926
(37,25,38)
#211621
(33,22,33)
#1D131C
(29,19,28)
#191017
(25,16,23)
#150D12
(21,13,18)
#110A0D
(17,10,13)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #35253A

#35253A
(53,37,58)
#47384B
(71,56,75)
#594B5C
(89,75,92)
#6B5E6D
(107,94,109)
#7D717E
(125,113,126)
#8F848F
(143,132,143)
#A197A0
(161,151,160)
#B3AAB1
(179,170,177)
#C5BDC2
(197,189,194)
#D7D0D3
(215,208,211)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35253A; }

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

This text font color is #35253A.

Background Color

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

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

This div background color is #35253A.

Border color

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

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

This div border color is #35253A.

Opacity

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

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

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

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

This text has shadow with #35253A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35253A.

Preview

Color preview on black background

This text has color #35253A on black background.


Color preview on white background

This text has color #35253A on white background.


Black color preview on #35253A background

This text has black color on #35253A background.


White color preview on #35253A background

This text has white color on #35253A background.


Related colors

Complementary color

Complementary color for #hex is #CADAC5.


I love getcolorcode.com

Triadic colors

1 #3A3525 and #253A35 with #35253A are triadic colors.

2 #3A2535 and #25353A with #35253A are triadic colors.