COLOR #435C5B

HEX: #435C5B
RGB: (67,92,91)

Color info

#435C5B contains red, green and blue colors in about the same proportion. Web safe color of #435C5B is #336666 (or #366).

RGB color model

#435C5B color RGB value is (67,92,91).

  • red value is 67;
  • green value is 92;
  • blue value is 91.
RGB:
(67,92,91)
(26%,36%,36%)

RGB channels and saturation

R 67 of 255 = 26%
G 92 of 255 = 36%
B 91 of 255 = 36%

67
92
91

R + G + B ~ 33%. #435C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 92 + 91 = 250 (100%)
R 67 of 250 ~ 26.8%
G 92 of 250 ~ 36.8%
B 91 of 250 ~ 36.4%

%26.8
%36.8
%36.4

CMYK color model

#435C5B color CMYK value is (27,0,1,64).

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 63.92%
CMYK:
(27,0,1,64)
C27M0Y1K64 
(27%,0%,1%,64%)
(0.27/0.00/0.01/0.64)	

CMYK percentages

%27.17
%0
%1.09
%63.92

Codes

Color #435C5B in popluar color models

435C5B
RGB679291
HSL178°15.72%31.18%
HSB/HSV178°27.17%36.08%
CMYK27.17%0.00%1.09%
63.92%

Color #435C5B in popluar number systems.

HEX435C5B
Decimal679291
Binary100001110111001011011
Octal103134133

Shades and tints

Shades of #435C5B

#435C5B
(67,92,91)
#3D5453
(61,84,83)
#374C4B
(55,76,75)
#314443
(49,68,67)
#2B3C3B
(43,60,59)
#253433
(37,52,51)
#1F2C2B
(31,44,43)
#192423
(25,36,35)
#131C1B
(19,28,27)
#0D1413
(13,20,19)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #435C5B

#435C5B
(67,92,91)
#546A69
(84,106,105)
#657877
(101,120,119)
#768685
(118,134,133)
#879493
(135,148,147)
#98A2A1
(152,162,161)
#A9B0AF
(169,176,175)
#BABEBD
(186,190,189)
#CBCCCB
(203,204,203)
#DCDAD9
(220,218,217)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #435C5B color. Also use rgb(67,92,91) instead hex code.

Text Font Color

.myTextColor { color: #435C5B; }

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

This text font color is #435C5B.


Background Color

.myBgColor { background-color: #435C5B; }

<div style="background-color:#435C5B">Inner text</div>

This div background color is #435C5B.


Border color

.myBorderColor { border: 1px solid #435C5B; }

<div style="border:3px solid #435C5B">Div</div>

This div border color is #435C5B.


Opacity

.myOpacity80 { color: #435C5B; opacity: 0.8; }

<p style="color:#435C5B;opacity:0.8;">80%</p>

Text with #435C5B 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 #435C5B;}

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

This text has shadow with #435C5B color.

.textShadow {text-shadow: 3px 3px 1px #435C5B, 3px 3px 1px red;}

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

This text has shadow with #435C5B primary color and red secondary color.


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

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

This text has shadow with #435C5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #435C5B on black background.


Color preview on white background

This text has color #435C5B on white background.



Black color preview on #435C5B background

This text has black color on #435C5B background.


White color preview on #435C5B background

This text has white color on #435C5B background.