COLOR #434A62

HEX: #434A62
RGB: (67,74,98)

Color info

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

RGB color model

#434A62 color RGB value is (67,74,98).

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

RGB channels and saturation

R 67 of 255 = 26%
G 74 of 255 = 29%
B 98 of 255 = 38%

67
74
98

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

Portions of RGB colors in percentages

R + G + B =
67 + 74 + 98 = 239 (100%)
R 67 of 239 ~ 28.03%
G 74 of 239 ~ 30.96%
B 98 of 239 ~ 41%

%28.03
%30.96
%41

CMYK color model

#434A62 color CMYK value is (32,24,0,62).

  • cyan value is 31.63%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(32,24,0,62)
C32M24Y0K62 
(32%,24%,0%,62%)
(0.32/0.24/0.00/0.62)	

CMYK percentages

%31.63
%24.49
%0
%61.57

Codes

Color #434A62 in popluar color models

434A62
RGB677498
HSL226°18.79%32.35%
HSB/HSV226°31.63%38.43%
CMYK31.63%24.49%0.00%
61.57%

Color #434A62 in popluar number systems.

HEX434A62
Decimal677498
Binary100001110010101100010
Octal103112142

Shades and tints

Shades of #434A62

#434A62
(67,74,98)
#3D445A
(61,68,90)
#373E52
(55,62,82)
#31384A
(49,56,74)
#2B3242
(43,50,66)
#252C3A
(37,44,58)
#1F2632
(31,38,50)
#19202A
(25,32,42)
#131A22
(19,26,34)
#0D141A
(13,20,26)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #434A62

#434A62
(67,74,98)
#545A70
(84,90,112)
#656A7E
(101,106,126)
#767A8C
(118,122,140)
#878A9A
(135,138,154)
#989AA8
(152,154,168)
#A9AAB6
(169,170,182)
#BABAC4
(186,186,196)
#CBCAD2
(203,202,210)
#DCDAE0
(220,218,224)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434A62; }

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

This text font color is #434A62.


Background Color

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

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

This div background color is #434A62.


Border color

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

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

This div border color is #434A62.


Opacity

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

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

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

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

This text has shadow with #434A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434A62 on black background.


Color preview on white background

This text has color #434A62 on white background.



Black color preview on #434A62 background

This text has black color on #434A62 background.


White color preview on #434A62 background

This text has white color on #434A62 background.