Color Hex Logo

#743435 Color Hex

#743435
(116,52,53)
0 Favorites   0 Comments

Color spaces of #743435

RGB 1165253
HSL1.000.380.33
HSV359°55°45°
CMYK 0.000.550.54   0.55
XYZ9.07316.42604.1303
Yxy6.42600.46220.3274
Hunter Lab25.349619.52698.0843
CIE-Lab30.462728.241612.9080

#743435 color RGB value is (116,52,53).

#743435 hex color red value is 116, green value is 52 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #743435 hue: 1.00 , saturation: 0.38 and the lightness value of 743435 is 0.33.

The process color (four color CMYK) of #743435 color hex is 0.00, 0.55, 0.54, 0.55. Web safe color of #743435 is #663333. Color #743435 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110100 00110101
Octal 164 64 65
Decimal 116 52 53
Hex 74 34 35

RGB Percentages of Color #743435

%52.49
%23.53
%23.98

CMYK Percentages of Color #743435

%0
%55
%54
%55

Triadic Colors of #743435

#743435 #357434 #343574

Analogous Colors of #743435

#743435 #745334 #743455

Monochromatic Colors of #743435

#743435

Complementary Color

#743435 #347473

#743435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743435 Color CSS Codes

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

#743435 Text Font Color

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

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


#743435 Background Color

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

This div background color is #743435


#743435 Border Color

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

This div border color is #743435


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,52,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743435; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743435;
  -webkit-box-shadow: 1px 1px 3px 2px #743435;
  box-shadow:         1px 1px 3px 2px #743435; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,52,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743435


Comments

No comments written yet.

Please login to write comment.