COLOR #434E4E

HEX: #434E4E
RGB: (67,78,78)

Color info

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

RGB color model

#434E4E color RGB value is (67,78,78).

  • red value is 67;
  • green value is 78;
  • blue value is 78.
RGB: (67,78,78) (26%,31%,31%)

RGB channels and saturation

R 67 of 255 = 26%
G 78 of 255 = 31%
B 78 of 255 = 31%

67
78
78

R + G + B ~ 29%. #434E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 78 + 78 = 223 (100%)
R 67 of 223 ~ 30.04%
G 78 of 223 ~ 34.98%
B 78 of 223 ~ 34.98%

%30.04
%34.98
%34.98

CMYK color model

#434E4E color CMYK value is (14,0,0,69).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (14,0,0,69) C14M0Y0K69 (14%,0%,0%,69%) (0.14/0.00/0.00/0.69)

CMYK percentages

%14.1
%0
%0
%69.41

Codes

Color #434E4E in popluar color models

434E4E
RGB677878
HSL180°7.59%28.43%
HSB/HSV180°14.10%30.59%
CMYK14.10%0.00%0.00%
69.41%

Color #434E4E in popluar number systems.

HEX434E4E
Decimal677878
Binary100001110011101001110
Octal103116116

Shades and tints

Shades of #434E4E

#434E4E
(67,78,78)
#3D4747
(61,71,71)
#374040
(55,64,64)
#313939
(49,57,57)
#2B3232
(43,50,50)
#252B2B
(37,43,43)
#1F2424
(31,36,36)
#191D1D
(25,29,29)
#131616
(19,22,22)
#0D0F0F
(13,15,15)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #434E4E

#434E4E
(67,78,78)
#545E5E
(84,94,94)
#656E6E
(101,110,110)
#767E7E
(118,126,126)
#878E8E
(135,142,142)
#989E9E
(152,158,158)
#A9AEAE
(169,174,174)
#BABEBE
(186,190,190)
#CBCECE
(203,206,206)
#DCDEDE
(220,222,222)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434E4E color. Also use rgb(67,78,78) instead hex code.

Text Font Color

.myTextColor { color: #434E4E; }

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

This text font color is #434E4E.


Background Color

.myBgColor { background-color: #434E4E; }

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

This div background color is #434E4E.


Border color

.myBorderColor { border: 1px solid #434E4E; }

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

This div border color is #434E4E.


Opacity

.myOpacity80 { color: #434E4E; opacity: 0.8; }

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

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

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

This text has shadow with #434E4E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #434E4E on black background.


Color preview on white background

This text has color #434E4E on white background.



Black color preview on #434E4E background

This text has black color on #434E4E background.


White color preview on #434E4E background

This text has white color on #434E4E background.