COLOR #5D3435

HEX: #5D3435
RGB: (93,52,53)

Color info

#5D3435 contains red, green and blue colors in about the same proportion. Web safe color of #5D3435 is #663333 (or #633).

RGB color model

#5D3435 color RGB value is (93,52,53).

  • red value is 93;
  • green value is 52;
  • blue value is 53.
RGB:
(93,52,53)
(36%,20%,21%)

RGB channels and saturation

R 93 of 255 = 36%
G 52 of 255 = 20%
B 53 of 255 = 21%

93
52
53

R + G + B ~ 26%. #5D3435 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 52 + 53 = 198 (100%)
R 93 of 198 ~ 46.97%
G 52 of 198 ~ 26.26%
B 53 of 198 ~ 26.77%

%46.97
%26.26
%26.77

CMYK color model

#5D3435 color CMYK value is (0,44,43,64).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 43.01%
  • key color value is 63.53%
CMYK:
(0,44,43,64)
C0M44Y43K64 
(0%,44%,43%,64%)
(0.00/0.44/0.43/0.64)	

CMYK percentages

%0
%44.09
%43.01
%63.53

Codes

Color #5D3435 in popluar color models

5D3435
RGB935253
HSL359°28.28%28.43%
HSB/HSV359°44.09%36.47%
CMYK0.00%44.09%43.01%
63.53%

Color #5D3435 in popluar number systems.

HEX5D3435
Decimal935253
Binary1011101110100110101
Octal1356465

Shades and tints

Shades of #5D3435

#5D3435
(93,52,53)
#553031
(85,48,49)
#4D2C2D
(77,44,45)
#452829
(69,40,41)
#3D2425
(61,36,37)
#352021
(53,32,33)
#2D1C1D
(45,28,29)
#251819
(37,24,25)
#1D1415
(29,20,21)
#151011
(21,16,17)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #5D3435

#5D3435
(93,52,53)
#6B4647
(107,70,71)
#795859
(121,88,89)
#876A6B
(135,106,107)
#957C7D
(149,124,125)
#A38E8F
(163,142,143)
#B1A0A1
(177,160,161)
#BFB2B3
(191,178,179)
#CDC4C5
(205,196,197)
#DBD6D7
(219,214,215)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3435 color. Also use rgb(93,52,53) instead hex code.

Text Font Color

.myTextColor { color: #5D3435; }

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

This text font color is #5D3435.


Background Color

.myBgColor { background-color: #5D3435; }

<div style="background-color:#5D3435">Inner text</div>

This div background color is #5D3435.


Border color

.myBorderColor { border: 1px solid #5D3435; }

<div style="border:3px solid #5D3435">Div</div>

This div border color is #5D3435.


Opacity

.myOpacity80 { color: #5D3435; opacity: 0.8; }

<p style="color:#5D3435;opacity:0.8;">80%</p>

Text with #5D3435 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 #5D3435;}

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

This text has shadow with #5D3435 color.

.textShadow {text-shadow: 3px 3px 1px #5D3435, 3px 3px 1px red;}

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

This text has shadow with #5D3435 primary color and red secondary color.


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

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

This text has shadow with #5D3435 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5D3435;
-webkit-box-shadow: 1px 1px 3px 2px #5D3435;
box-shadow:1px 1px 3px 2px #5D3435;">
Div content here</div>
This div box has shadow with color #5D3435.

Preview

Color preview on black background

This text has color #5D3435 on black background.


Color preview on white background

This text has color #5D3435 on white background.



Black color preview on #5D3435 background

This text has black color on #5D3435 background.


White color preview on #5D3435 background

This text has white color on #5D3435 background.