COLOR #435259

HEX: #435259
RGB: (67,82,89)

Color info

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

RGB color model

#435259 color RGB value is (67,82,89).

  • red value is 67;
  • green value is 82;
  • blue value is 89.
RGB:
(67,82,89)
(26%,32%,35%)

RGB channels and saturation

R 67 of 255 = 26%
G 82 of 255 = 32%
B 89 of 255 = 35%

67
82
89

R + G + B ~ 31%. #435259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 82 + 89 = 238 (100%)
R 67 of 238 ~ 28.15%
G 82 of 238 ~ 34.45%
B 89 of 238 ~ 37.39%

%28.15
%34.45
%37.39

CMYK color model

#435259 color CMYK value is (25,8,0,65).

  • cyan value is 24.72%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(25,8,0,65)
C25M8Y0K65 
(25%,8%,0%,65%)
(0.25/0.08/0.00/0.65)	

CMYK percentages

%24.72
%7.87
%0
%65.1

Codes

Color #435259 in popluar color models

435259
RGB678289
HSL199°14.10%30.59%
HSB/HSV199°24.72%34.90%
CMYK24.72%7.87%0.00%
65.10%

Color #435259 in popluar number systems.

HEX435259
Decimal678289
Binary100001110100101011001
Octal103122131

Shades and tints

Shades of #435259

#435259
(67,82,89)
#3D4B51
(61,75,81)
#374449
(55,68,73)
#313D41
(49,61,65)
#2B3639
(43,54,57)
#252F31
(37,47,49)
#1F2829
(31,40,41)
#192121
(25,33,33)
#131A19
(19,26,25)
#0D1311
(13,19,17)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #435259

#435259
(67,82,89)
#546168
(84,97,104)
#657077
(101,112,119)
#767F86
(118,127,134)
#878E95
(135,142,149)
#989DA4
(152,157,164)
#A9ACB3
(169,172,179)
#BABBC2
(186,187,194)
#CBCAD1
(203,202,209)
#DCD9E0
(220,217,224)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #435259 color. Also use rgb(67,82,89) instead hex code.

Text Font Color

.myTextColor { color: #435259; }

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

This text font color is #435259.


Background Color

.myBgColor { background-color: #435259; }

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

This div background color is #435259.


Border color

.myBorderColor { border: 1px solid #435259; }

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

This div border color is #435259.


Opacity

.myOpacity80 { color: #435259; opacity: 0.8; }

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

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

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

This text has shadow with #435259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #435259 on black background.


Color preview on white background

This text has color #435259 on white background.



Black color preview on #435259 background

This text has black color on #435259 background.


White color preview on #435259 background

This text has white color on #435259 background.