COLOR #434C6C

HEX: #434C6C
RGB: (67,76,108)

Color info

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

RGB color model

#434C6C color RGB value is (67,76,108).

  • red value is 67;
  • green value is 76;
  • blue value is 108.
RGB:
(67,76,108)
(26%,30%,42%)

RGB channels and saturation

R 67 of 255 = 26%
G 76 of 255 = 30%
B 108 of 255 = 42%

67
76
108

R + G + B ~ 33%. #434C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 76 + 108 = 251 (100%)
R 67 of 251 ~ 26.69%
G 76 of 251 ~ 30.28%
B 108 of 251 ~ 43.03%

%26.69
%30.28
%43.03

CMYK color model

#434C6C color CMYK value is (38,30,0,58).

  • cyan value is 37.96%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(38,30,0,58)
C38M30Y0K58 
(38%,30%,0%,58%)
(0.38/0.30/0.00/0.58)	

CMYK percentages

%37.96
%29.63
%0
%57.65

Codes

Color #434C6C in popluar color models

434C6C
RGB6776108
HSL227°23.43%34.31%
HSB/HSV227°37.96%42.35%
CMYK37.96%29.63%0.00%
57.65%

Color #434C6C in popluar number systems.

HEX434C6C
Decimal6776108
Binary100001110011001101100
Octal103114154

Shades and tints

Shades of #434C6C

#434C6C
(67,76,108)
#3D4663
(61,70,99)
#37405A
(55,64,90)
#313A51
(49,58,81)
#2B3448
(43,52,72)
#252E3F
(37,46,63)
#1F2836
(31,40,54)
#19222D
(25,34,45)
#131C24
(19,28,36)
#0D161B
(13,22,27)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #434C6C

#434C6C
(67,76,108)
#545C79
(84,92,121)
#656C86
(101,108,134)
#767C93
(118,124,147)
#878CA0
(135,140,160)
#989CAD
(152,156,173)
#A9ACBA
(169,172,186)
#BABCC7
(186,188,199)
#CBCCD4
(203,204,212)
#DCDCE1
(220,220,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434C6C color. Also use rgb(67,76,108) instead hex code.

Text Font Color

.myTextColor { color: #434C6C; }

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

This text font color is #434C6C.


Background Color

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

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

This div background color is #434C6C.


Border color

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

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

This div border color is #434C6C.


Opacity

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

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

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

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

This text has shadow with #434C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434C6C on black background.


Color preview on white background

This text has color #434C6C on white background.



Black color preview on #434C6C background

This text has black color on #434C6C background.


White color preview on #434C6C background

This text has white color on #434C6C background.