Color Hex Logo

#434b4a Color Hex

#434B4A
(67,75,74)
0 Favorites   0 Comments

Color spaces of #434b4a

RGB 677574
HSL0.480.060.28
HSV173°11°29°
CMYK 0.110.000.01   0.71
XYZ6.06686.71997.4559
Yxy6.71990.29970.3320
Hunter Lab25.9228-3.58981.0930
CIE-Lab31.1606-3.4561-0.5119

#434b4a color RGB value is (67,75,74).

#434b4a hex color red value is 67, green value is 75 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #434b4a hue: 0.48 , saturation: 0.06 and the lightness value of 434b4a is 0.28.

The process color (four color CMYK) of #434b4a color hex is 0.11, 0.00, 0.01, 0.71. Web safe color of #434b4a is #333333. Color #434b4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001011 01001010
Octal 103 113 112
Decimal 67 75 74
Hex 43 4B 4A

RGB Percentages of Color #434b4a

%31.02
%34.72
%34.26

CMYK Percentages of Color #434b4a

%11
%0
%1
%71

Triadic Colors of #434b4a

#434b4a #4a434b #4b4a43

Analogous Colors of #434b4a

#434b4a #43484b #434b46

Monochromatic Colors of #434b4a

#434b4a

Complementary Color

#434b4a #4b4344

#434b4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434b4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#434b4a Color CSS Codes

.mybgcolor {background-color:#434b4a; } 
.myforecolor {color:#434b4a; }
.mybordercolor {border:3px solid #434b4a; }

#434b4a Text Font Color

<p style="color:#434b4a">Text here</p>

This sample text font color is #434b4a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#434b4a Background Color

<div style="background-color:#434b4a">
Div content here</div>

This div background color is #434b4a


#434b4a Border Color

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

This div border color is #434b4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,75,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #434b4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #434b4a;
  -webkit-box-shadow: 1px 1px 3px 2px #434b4a;
  box-shadow:         1px 1px 3px 2px #434b4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,75,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #434b4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #434b4a;
  -webkit-box-shadow: 1px 1px 3px 2px #434b4a;
  box-shadow:         1px 1px 3px 2px #434b4a;">
Div content here</div>

This div box has shadow with color #434b4a


Comments

No comments written yet.

Please login to write comment.