COLOR #434A54

HEX: #434A54
RGB: (67,74,84)

Color info

#434A54 contains red, green and blue colors in about the same proportion. Web safe color of #434A54 is #333366 (or #336).

RGB color model

#434A54 color RGB value is (67,74,84).

  • red value is 67;
  • green value is 74;
  • blue value is 84.
RGB:
(67,74,84)
(26%,29%,33%)

RGB channels and saturation

R 67 of 255 = 26%
G 74 of 255 = 29%
B 84 of 255 = 33%

67
74
84

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

Portions of RGB colors in percentages

R + G + B =
67 + 74 + 84 = 225 (100%)
R 67 of 225 ~ 29.78%
G 74 of 225 ~ 32.89%
B 84 of 225 ~ 37.33%

%29.78
%32.89
%37.33

CMYK color model

#434A54 color CMYK value is (20,12,0,67).

  • cyan value is 20.24%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(20,12,0,67)
C20M12Y0K67 
(20%,12%,0%,67%)
(0.20/0.12/0.00/0.67)	

CMYK percentages

%20.24
%11.9
%0
%67.06

Codes

Color #434A54 in popluar color models

434A54
RGB677484
HSL215°11.26%29.61%
HSB/HSV215°20.24%32.94%
CMYK20.24%11.90%0.00%
67.06%

Color #434A54 in popluar number systems.

HEX434A54
Decimal677484
Binary100001110010101010100
Octal103112124

Shades and tints

Shades of #434A54

#434A54
(67,74,84)
#3D444D
(61,68,77)
#373E46
(55,62,70)
#31383F
(49,56,63)
#2B3238
(43,50,56)
#252C31
(37,44,49)
#1F262A
(31,38,42)
#192023
(25,32,35)
#131A1C
(19,26,28)
#0D1415
(13,20,21)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #434A54

#434A54
(67,74,84)
#545A63
(84,90,99)
#656A72
(101,106,114)
#767A81
(118,122,129)
#878A90
(135,138,144)
#989A9F
(152,154,159)
#A9AAAE
(169,170,174)
#BABABD
(186,186,189)
#CBCACC
(203,202,204)
#DCDADB
(220,218,219)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434A54; }

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

This text font color is #434A54.


Background Color

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

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

This div background color is #434A54.


Border color

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

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

This div border color is #434A54.


Opacity

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

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

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

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

This text has shadow with #434A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434A54 on black background.


Color preview on white background

This text has color #434A54 on white background.



Black color preview on #434A54 background

This text has black color on #434A54 background.


White color preview on #434A54 background

This text has white color on #434A54 background.