COLOR #435E49

HEX: #435E49
RGB: (67,94,73)

Color info

#435E49 contains red, green and blue colors in about the same proportion. Web safe color of #435E49 is #336633 (or #363).

RGB color model

#435E49 color RGB value is (67,94,73).

  • red value is 67;
  • green value is 94;
  • blue value is 73.
RGB:
(67,94,73)
(26%,37%,29%)

RGB channels and saturation

R 67 of 255 = 26%
G 94 of 255 = 37%
B 73 of 255 = 29%

67
94
73

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

Portions of RGB colors in percentages

R + G + B =
67 + 94 + 73 = 234 (100%)
R 67 of 234 ~ 28.63%
G 94 of 234 ~ 40.17%
B 73 of 234 ~ 31.2%

%28.63
%40.17
%31.2

CMYK color model

#435E49 color CMYK value is (29,0,22,63).

  • cyan value is 28.72%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • key color value is 63.14%
CMYK:
(29,0,22,63)
C29M0Y22K63 
(29%,0%,22%,63%)
(0.29/0.00/0.22/0.63)	

CMYK percentages

%28.72
%0
%22.34
%63.14

Codes

Color #435E49 in popluar color models

435E49
RGB679473
HSL133°16.77%31.57%
HSB/HSV133°28.72%36.86%
CMYK28.72%0.00%22.34%
63.14%

Color #435E49 in popluar number systems.

HEX435E49
Decimal679473
Binary100001110111101001001
Octal103136111

Shades and tints

Shades of #435E49

#435E49
(67,94,73)
#3D5643
(61,86,67)
#374E3D
(55,78,61)
#314637
(49,70,55)
#2B3E31
(43,62,49)
#25362B
(37,54,43)
#1F2E25
(31,46,37)
#19261F
(25,38,31)
#131E19
(19,30,25)
#0D1613
(13,22,19)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #435E49

#435E49
(67,94,73)
#546C59
(84,108,89)
#657A69
(101,122,105)
#768879
(118,136,121)
#879689
(135,150,137)
#98A499
(152,164,153)
#A9B2A9
(169,178,169)
#BAC0B9
(186,192,185)
#CBCEC9
(203,206,201)
#DCDCD9
(220,220,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #435E49 color. Also use rgb(67,94,73) instead hex code.

Text Font Color

.myTextColor { color: #435E49; }

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

This text font color is #435E49.


Background Color

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

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

This div background color is #435E49.


Border color

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

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

This div border color is #435E49.


Opacity

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

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

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

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

This text has shadow with #435E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #435E49 on black background.


Color preview on white background

This text has color #435E49 on white background.



Black color preview on #435E49 background

This text has black color on #435E49 background.


White color preview on #435E49 background

This text has white color on #435E49 background.