COLOR #35413D

HEX: #35413D
RGB: (53,65,61)

Color info

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

RGB color model

#35413D color RGB value is (53,65,61).

  • red value is 53;
  • green value is 65;
  • blue value is 61.
RGB:
(53,65,61)
(21%,25%,24%)

RGB channels and saturation

R 53 of 255 = 21%
G 65 of 255 = 25%
B 61 of 255 = 24%

53
65
61

R + G + B ~ 23%. #35413D is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 65 + 61 = 179 (100%)
R 53 of 179 ~ 29.61%
G 65 of 179 ~ 36.31%
B 61 of 179 ~ 34.08%

%29.61
%36.31
%34.08

CMYK color model

#35413D color CMYK value is (18,0,6,75).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 74.51%
CMYK:
(18,0,6,75)
C18M0Y6K75 
(18%,0%,6%,75%)
(0.18/0.00/0.06/0.75)	

CMYK percentages

%18.46
%0
%6.15
%74.51

Codes

Color #35413D in popluar color models

35413D
RGB536561
HSL160°10.17%23.14%
HSB/HSV160°18.46%25.49%
CMYK18.46%0.00%6.15%
74.51%

Color #35413D in popluar number systems.

HEX35413D
Decimal536561
Binary1101011000001111101
Octal6510175

Shades and tints

Shades of #35413D

#35413D
(53,65,61)
#313C38
(49,60,56)
#2D3733
(45,55,51)
#29322E
(41,50,46)
#252D29
(37,45,41)
#212824
(33,40,36)
#1D231F
(29,35,31)
#191E1A
(25,30,26)
#151915
(21,25,21)
#111410
(17,20,16)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #35413D

#35413D
(53,65,61)
#47524E
(71,82,78)
#59635F
(89,99,95)
#6B7470
(107,116,112)
#7D8581
(125,133,129)
#8F9692
(143,150,146)
#A1A7A3
(161,167,163)
#B3B8B4
(179,184,180)
#C5C9C5
(197,201,197)
#D7DAD6
(215,218,214)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35413D color. Also use rgb(53,65,61) instead hex code.

Text Font Color

.myTextColor { color: #35413D; }

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

This text font color is #35413D.


Background Color

.myBgColor { background-color: #35413D; }

<div style="background-color:#35413D">Inner text</div>

This div background color is #35413D.


Border color

.myBorderColor { border: 1px solid #35413D; }

<div style="border:3px solid #35413D">Div</div>

This div border color is #35413D.


Opacity

.myOpacity80 { color: #35413D; opacity: 0.8; }

<p style="color:#35413D;opacity:0.8;">80%</p>

Text with #35413D 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 #35413D;}

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

This text has shadow with #35413D color.

.textShadow {text-shadow: 3px 3px 1px #35413D, 3px 3px 1px red;}

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

This text has shadow with #35413D primary color and red secondary color.


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

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

This text has shadow with #35413D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35413D on black background.


Color preview on white background

This text has color #35413D on white background.



Black color preview on #35413D background

This text has black color on #35413D background.


White color preview on #35413D background

This text has white color on #35413D background.