COLOR #35383F

HEX: #35383F RGB: (53,56,63)

Color info

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

RGB color model

#35383F color RGB value is (53,56,63).

RGB: (53,56,63) (21%, 22%, 25%)

RGB channels and saturation

R 53 of 255 = 21%
G 56 of 255 = 22%
B 63 of 255 = 25%

53
56
63

R + G + B ~ 23%. #35383F is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 56 + 63 = 172 (100%)
R 53 of 172 ~ 30.81%
G 56 of 172 ~ 32.56%
B 63 of 172 ~ 36.63'%

%30.81
%32.56
%36.63

CMYK color model

#35383F color CMYK value is (16,11,0,75).

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

CMYK: (16,11,0,75)
C16M11Y0K75 (16%, 11%, 0%, 75%)
(0.16 / 0.11 / 0.00 / 0.75)

CMYK percentages

%15.87
%11.11
%0
%75.29

Codes

Color #35383F in popluar color models

35 38 3F
RGB 53 56 63
HSL 222° 8.62% 22.75%
HSB/HSV 222° 15.87% 24.71%
CMYK 15.87% 11.11% 0.00%
75.29%

Color #35383F in popluar number systems.

HEX 35 38 3F
Decimal 53 56 63
Binary 110101 111000 111111
Octal 65 70 77

Shades and tints

Shades of #35383F

#35383F
(53,56,63)
#31333A
(49,51,58)
#2D2E35
(45,46,53)
#292930
(41,41,48)
#25242B
(37,36,43)
#211F26
(33,31,38)
#1D1A21
(29,26,33)
#19151C
(25,21,28)
#151017
(21,16,23)
#110B12
(17,11,18)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #35383F

#35383F
(53,56,63)
#474A50
(71,74,80)
#595C61
(89,92,97)
#6B6E72
(107,110,114)
#7D8083
(125,128,131)
#8F9294
(143,146,148)
#A1A4A5
(161,164,165)
#B3B6B6
(179,182,182)
#C5C8C7
(197,200,199)
#D7DAD8
(215,218,216)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35383F; }

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

This text font color is #35383F.

Background Color

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

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

This div background color is #35383F.

Border color

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

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

This div border color is #35383F.

Opacity

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

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

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

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

This text has shadow with #35383F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35383F.

Preview

Color preview on black background

This text has color #35383F on black background.


Color preview on white background

This text has color #35383F on white background.


Black color preview on #35383F background

This text has black color on #35383F background.


White color preview on #35383F background

This text has white color on #35383F background.


Related colors

Complementary color

Complementary color for #hex is #CAC7C0.


I love getcolorcode.com

Triadic colors

1 #3F3538 and #383F35 with #35383F are triadic colors.

2 #3F3835 and #38353F with #35383F are triadic colors.