COLOR #35423D

HEX: #35423D
RGB: (53,66,61)

Color info

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

RGB color model

#35423D color RGB value is (53,66,61).

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

RGB channels and saturation

R 53 of 255 = 21%
G 66 of 255 = 26%
B 61 of 255 = 24%

53
66
61

R + G + B ~ 24%. #35423D is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 66 + 61 = 180 (100%)
R 53 of 180 ~ 29.44%
G 66 of 180 ~ 36.67%
B 61 of 180 ~ 33.89%

%29.44
%36.67
%33.89

CMYK color model

#35423D color CMYK value is (20,0,8,74).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 74.12%
CMYK:
(20,0,8,74)
C20M0Y8K74 
(20%,0%,8%,74%)
(0.20/0.00/0.08/0.74)	

CMYK percentages

%19.7
%0
%7.58
%74.12

Codes

Color #35423D in popluar color models

35423D
RGB536661
HSL157°10.92%23.33%
HSB/HSV157°19.70%25.88%
CMYK19.70%0.00%7.58%
74.12%

Color #35423D in popluar number systems.

HEX35423D
Decimal536661
Binary1101011000010111101
Octal6510275

Shades and tints

Shades of #35423D

#35423D
(53,66,61)
#313C38
(49,60,56)
#2D3633
(45,54,51)
#29302E
(41,48,46)
#252A29
(37,42,41)
#212424
(33,36,36)
#1D1E1F
(29,30,31)
#19181A
(25,24,26)
#151215
(21,18,21)
#110C10
(17,12,16)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #35423D

#35423D
(53,66,61)
#47534E
(71,83,78)
#59645F
(89,100,95)
#6B7570
(107,117,112)
#7D8681
(125,134,129)
#8F9792
(143,151,146)
#A1A8A3
(161,168,163)
#B3B9B4
(179,185,180)
#C5CAC5
(197,202,197)
#D7DBD6
(215,219,214)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35423D; }

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

This text font color is #35423D.


Background Color

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

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

This div background color is #35423D.


Border color

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

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

This div border color is #35423D.


Opacity

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

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

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

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

This text has shadow with #35423D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35423D on black background.


Color preview on white background

This text has color #35423D on white background.



Black color preview on #35423D background

This text has black color on #35423D background.


White color preview on #35423D background

This text has white color on #35423D background.