COLOR #434B7B

HEX: #434B7B
RGB: (67,75,123)

Color info

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

RGB color model

#434B7B color RGB value is (67,75,123).

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

RGB channels and saturation

R 67 of 255 = 26%
G 75 of 255 = 29%
B 123 of 255 = 48%

67
75
123

R + G + B ~ 34%. #434B7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 75 + 123 = 265 (100%)
R 67 of 265 ~ 25.28%
G 75 of 265 ~ 28.3%
B 123 of 265 ~ 46.42%

%25.28
%28.3
%46.42

CMYK color model

#434B7B color CMYK value is (46,39,0,52).

  • cyan value is 45.53%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(46,39,0,52)
C46M39Y0K52 
(46%,39%,0%,52%)
(0.46/0.39/0.00/0.52)	

CMYK percentages

%45.53
%39.02
%0
%51.76

Codes

Color #434B7B in popluar color models

434B7B
RGB6775123
HSL231°29.47%37.25%
HSB/HSV231°45.53%48.24%
CMYK45.53%39.02%0.00%
51.76%

Color #434B7B in popluar number systems.

HEX434B7B
Decimal6775123
Binary100001110010111111011
Octal103113173

Shades and tints

Shades of #434B7B

#434B7B
(67,75,123)
#3D4570
(61,69,112)
#373F65
(55,63,101)
#31395A
(49,57,90)
#2B334F
(43,51,79)
#252D44
(37,45,68)
#1F2739
(31,39,57)
#19212E
(25,33,46)
#131B23
(19,27,35)
#0D1518
(13,21,24)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #434B7B

#434B7B
(67,75,123)
#545B87
(84,91,135)
#656B93
(101,107,147)
#767B9F
(118,123,159)
#878BAB
(135,139,171)
#989BB7
(152,155,183)
#A9ABC3
(169,171,195)
#BABBCF
(186,187,207)
#CBCBDB
(203,203,219)
#DCDBE7
(220,219,231)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434B7B; }

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

This text font color is #434B7B.


Background Color

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

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

This div background color is #434B7B.


Border color

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

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

This div border color is #434B7B.


Opacity

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

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

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

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

This text has shadow with #434B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434B7B on black background.


Color preview on white background

This text has color #434B7B on white background.



Black color preview on #434B7B background

This text has black color on #434B7B background.


White color preview on #434B7B background

This text has white color on #434B7B background.