COLOR #434B5C

HEX: #434B5C
RGB: (67,75,92)

Color info

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

RGB color model

#434B5C color RGB value is (67,75,92).

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

RGB channels and saturation

R 67 of 255 = 26%
G 75 of 255 = 29%
B 92 of 255 = 36%

67
75
92

R + G + B ~ 30%. #434B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 75 + 92 = 234 (100%)
R 67 of 234 ~ 28.63%
G 75 of 234 ~ 32.05%
B 92 of 234 ~ 39.32%

%28.63
%32.05
%39.32

CMYK color model

#434B5C color CMYK value is (27,18,0,64).

  • cyan value is 27.17%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(27,18,0,64)
C27M18Y0K64 
(27%,18%,0%,64%)
(0.27/0.18/0.00/0.64)	

CMYK percentages

%27.17
%18.48
%0
%63.92

Codes

Color #434B5C in popluar color models

434B5C
RGB677592
HSL221°15.72%31.18%
HSB/HSV221°27.17%36.08%
CMYK27.17%18.48%0.00%
63.92%

Color #434B5C in popluar number systems.

HEX434B5C
Decimal677592
Binary100001110010111011100
Octal103113134

Shades and tints

Shades of #434B5C

#434B5C
(67,75,92)
#3D4554
(61,69,84)
#373F4C
(55,63,76)
#313944
(49,57,68)
#2B333C
(43,51,60)
#252D34
(37,45,52)
#1F272C
(31,39,44)
#192124
(25,33,36)
#131B1C
(19,27,28)
#0D1514
(13,21,20)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #434B5C

#434B5C
(67,75,92)
#545B6A
(84,91,106)
#656B78
(101,107,120)
#767B86
(118,123,134)
#878B94
(135,139,148)
#989BA2
(152,155,162)
#A9ABB0
(169,171,176)
#BABBBE
(186,187,190)
#CBCBCC
(203,203,204)
#DCDBDA
(220,219,218)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434B5C; }

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

This text font color is #434B5C.


Background Color

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

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

This div background color is #434B5C.


Border color

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

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

This div border color is #434B5C.


Opacity

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

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

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

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

This text has shadow with #434B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434B5C on black background.


Color preview on white background

This text has color #434B5C on white background.



Black color preview on #434B5C background

This text has black color on #434B5C background.


White color preview on #434B5C background

This text has white color on #434B5C background.