Color Hex Logo

#434153 Color Hex

#434153
(67,65,83)
0 Favorites   0 Comments

Color spaces of #434153

RGB 676583
HSL0.690.120.29
HSV247°22°33°
CMYK 0.190.220.00   0.67
XYZ5.76645.59848.9603
Yxy5.59840.28370.2754
Hunter Lab23.66092.0955-5.8902
CIE-Lab28.37585.1932-10.4830

#434153 color RGB value is (67,65,83).

#434153 hex color red value is 67, green value is 65 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #434153 hue: 0.69 , saturation: 0.12 and the lightness value of 434153 is 0.29.

The process color (four color CMYK) of #434153 color hex is 0.19, 0.22, 0.00, 0.67. Web safe color of #434153 is #333366. Color #434153 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000001 01010011
Octal 103 101 123
Decimal 67 65 83
Hex 43 41 53

RGB Percentages of Color #434153

%31.16
%30.23
%38.60

CMYK Percentages of Color #434153

%19
%22
%0
%67

Triadic Colors of #434153

#434153 #534341 #415343

Analogous Colors of #434153

#434153 #4c4153 #414853

Monochromatic Colors of #434153

#434153

Complementary Color

#434153 #515341

#434153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434153 Color CSS Codes

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

#434153 Text Font Color

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

This sample text font color is #434153
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.


#434153 Background Color

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

This div background color is #434153


#434153 Border Color

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

This div border color is #434153


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,65,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #434153; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #434153;
  -webkit-box-shadow: 1px 1px 3px 2px #434153;
  box-shadow:         1px 1px 3px 2px #434153; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434153


Comments

No comments written yet.

Please login to write comment.