Color Hex Logo

#4b354d Color Hex

#4B354D
(75,53,77)
0 Favorites   0 Comments

Color spaces of #4b354d

RGB 755377
HSL0.820.180.25
HSV295°31°30°
CMYK 0.030.310.00   0.70
XYZ5.51434.57797.6142
Yxy4.57790.31140.2585
Hunter Lab21.39608.5609-6.1223
CIE-Lab25.496714.6972-10.8523

#4b354d color RGB value is (75,53,77).

#4b354d hex color red value is 75, green value is 53 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4b354d hue: 0.82 , saturation: 0.18 and the lightness value of 4b354d is 0.25.

The process color (four color CMYK) of #4b354d color hex is 0.03, 0.31, 0.00, 0.70. Web safe color of #4b354d is #333366. Color #4b354d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00110101 01001101
Octal 113 65 115
Decimal 75 53 77
Hex 4B 35 4D

RGB Percentages of Color #4b354d

%36.59
%25.85
%37.56

CMYK Percentages of Color #4b354d

%3
%31
%0
%70

Triadic Colors of #4b354d

#4b354d #4d4b35 #354d4b

Analogous Colors of #4b354d

#4b354d #4d3543 #3f354d

Monochromatic Colors of #4b354d

#4b354d

Complementary Color

#4b354d #374d35

#4b354d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b354d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b354d Color CSS Codes

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

#4b354d Text Font Color

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

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


#4b354d Background Color

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

This div background color is #4b354d


#4b354d Border Color

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

This div border color is #4b354d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b354d


Comments

No comments written yet.

Please login to write comment.