COLOR #434B6A

HEX: #434B6A
RGB: (67,75,106)

Color info

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

RGB color model

#434B6A color RGB value is (67,75,106).

  • red value is 67;
  • green value is 75;
  • blue value is 106.
RGB:
(67,75,106)
(26%,29%,42%)

RGB channels and saturation

R 67 of 255 = 26%
G 75 of 255 = 29%
B 106 of 255 = 42%

67
75
106

R + G + B ~ 32%. #434B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 75 + 106 = 248 (100%)
R 67 of 248 ~ 27.02%
G 75 of 248 ~ 30.24%
B 106 of 248 ~ 42.74%

%27.02
%30.24
%42.74

CMYK color model

#434B6A color CMYK value is (37,29,0,58).

  • cyan value is 36.79%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(37,29,0,58)
C37M29Y0K58 
(37%,29%,0%,58%)
(0.37/0.29/0.00/0.58)	

CMYK percentages

%36.79
%29.25
%0
%58.43

Codes

Color #434B6A in popluar color models

434B6A
RGB6775106
HSL228°22.54%33.92%
HSB/HSV228°36.79%41.57%
CMYK36.79%29.25%0.00%
58.43%

Color #434B6A in popluar number systems.

HEX434B6A
Decimal6775106
Binary100001110010111101010
Octal103113152

Shades and tints

Shades of #434B6A

#434B6A
(67,75,106)
#3D4561
(61,69,97)
#373F58
(55,63,88)
#31394F
(49,57,79)
#2B3346
(43,51,70)
#252D3D
(37,45,61)
#1F2734
(31,39,52)
#19212B
(25,33,43)
#131B22
(19,27,34)
#0D1519
(13,21,25)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #434B6A

#434B6A
(67,75,106)
#545B77
(84,91,119)
#656B84
(101,107,132)
#767B91
(118,123,145)
#878B9E
(135,139,158)
#989BAB
(152,155,171)
#A9ABB8
(169,171,184)
#BABBC5
(186,187,197)
#CBCBD2
(203,203,210)
#DCDBDF
(220,219,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434B6A; }

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

This text font color is #434B6A.


Background Color

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

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

This div background color is #434B6A.


Border color

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

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

This div border color is #434B6A.


Opacity

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

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

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

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

This text has shadow with #434B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434B6A on black background.


Color preview on white background

This text has color #434B6A on white background.



Black color preview on #434B6A background

This text has black color on #434B6A background.


White color preview on #434B6A background

This text has white color on #434B6A background.