COLOR #434B5F

HEX: #434B5F
RGB: (67,75,95)

Color info

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

RGB color model

#434B5F color RGB value is (67,75,95).

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

RGB channels and saturation

R 67 of 255 = 26%
G 75 of 255 = 29%
B 95 of 255 = 37%

67
75
95

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

Portions of RGB colors in percentages

R + G + B =
67 + 75 + 95 = 237 (100%)
R 67 of 237 ~ 28.27%
G 75 of 237 ~ 31.65%
B 95 of 237 ~ 40.08%

%28.27
%31.65
%40.08

CMYK color model

#434B5F color CMYK value is (29,21,0,63).

  • cyan value is 29.47%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(29,21,0,63)
C29M21Y0K63 
(29%,21%,0%,63%)
(0.29/0.21/0.00/0.63)	

CMYK percentages

%29.47
%21.05
%0
%62.75

Codes

Color #434B5F in popluar color models

434B5F
RGB677595
HSL223°17.28%31.76%
HSB/HSV223°29.47%37.25%
CMYK29.47%21.05%0.00%
62.75%

Color #434B5F in popluar number systems.

HEX434B5F
Decimal677595
Binary100001110010111011111
Octal103113137

Shades and tints

Shades of #434B5F

#434B5F
(67,75,95)
#3D4557
(61,69,87)
#373F4F
(55,63,79)
#313947
(49,57,71)
#2B333F
(43,51,63)
#252D37
(37,45,55)
#1F272F
(31,39,47)
#192127
(25,33,39)
#131B1F
(19,27,31)
#0D1517
(13,21,23)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #434B5F

#434B5F
(67,75,95)
#545B6D
(84,91,109)
#656B7B
(101,107,123)
#767B89
(118,123,137)
#878B97
(135,139,151)
#989BA5
(152,155,165)
#A9ABB3
(169,171,179)
#BABBC1
(186,187,193)
#CBCBCF
(203,203,207)
#DCDBDD
(220,219,221)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434B5F; }

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

This text font color is #434B5F.


Background Color

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

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

This div background color is #434B5F.


Border color

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

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

This div border color is #434B5F.


Opacity

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

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

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

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

This text has shadow with #434B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434B5F on black background.


Color preview on white background

This text has color #434B5F on white background.



Black color preview on #434B5F background

This text has black color on #434B5F background.


White color preview on #434B5F background

This text has white color on #434B5F background.