Color Hex Logo

#4b4133 Color Hex

#4B4133
(75,65,51)
0 Favorites   0 Comments

Color spaces of #4b4133

RGB 756551
HSL0.100.190.25
HSV35°32°29°
CMYK 0.000.130.32   0.71
XYZ5.38955.51553.9125
Yxy5.51550.36370.3722
Hunter Lab23.4851-0.13576.5622
CIE-Lab28.15571.764810.1328

#4b4133 color RGB value is (75,65,51).

#4b4133 hex color red value is 75, green value is 65 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #4b4133 hue: 0.10 , saturation: 0.19 and the lightness value of 4b4133 is 0.25.

The process color (four color CMYK) of #4b4133 color hex is 0.00, 0.13, 0.32, 0.71. Web safe color of #4b4133 is #333333. Color #4b4133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000001 00110011
Octal 113 101 63
Decimal 75 65 51
Hex 4B 41 33

RGB Percentages of Color #4b4133

%39.27
%34.03
%26.70

CMYK Percentages of Color #4b4133

%0
%13
%32
%71

Triadic Colors of #4b4133

#4b4133 #334b41 #41334b

Analogous Colors of #4b4133

#4b4133 #494b33 #4b3533

Monochromatic Colors of #4b4133

#4b4133

Complementary Color

#4b4133 #333d4b

#4b4133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4133 Color CSS Codes

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

#4b4133 Text Font Color

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

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


#4b4133 Background Color

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

This div background color is #4b4133


#4b4133 Border Color

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

This div border color is #4b4133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4133


Comments

No comments written yet.

Please login to write comment.