Color Hex Logo

#4c232b Color Hex

#4C232B
(76,35,43)
0 Favorites   0 Comments

Color spaces of #4c232b

RGB 763543
HSL0.970.370.22
HSV348°54°30°
CMYK 0.000.540.43   0.70
XYZ4.01762.91302.6360
Yxy2.91300.42000.3045
Hunter Lab17.067512.14982.7902
CIE-Lab19.692020.32743.6807

#4c232b color RGB value is (76,35,43).

#4c232b hex color red value is 76, green value is 35 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #4c232b hue: 0.97 , saturation: 0.37 and the lightness value of 4c232b is 0.22.

The process color (four color CMYK) of #4c232b color hex is 0.00, 0.54, 0.43, 0.70. Web safe color of #4c232b is #333333. Color #4c232b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00100011 00101011
Octal 114 43 53
Decimal 76 35 43
Hex 4C 23 2B

RGB Percentages of Color #4c232b

%49.35
%22.73
%27.92

CMYK Percentages of Color #4c232b

%0
%54
%43
%70

Triadic Colors of #4c232b

#4c232b #2b4c23 #232b4c

Analogous Colors of #4c232b

#4c232b #4c3023 #4c2340

Monochromatic Colors of #4c232b

#4c232b

Complementary Color

#4c232b #234c44

#4c232b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c232b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c232b Color CSS Codes

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

#4c232b Text Font Color

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

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


#4c232b Background Color

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

This div background color is #4c232b


#4c232b Border Color

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

This div border color is #4c232b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,35,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c232b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c232b;
  -webkit-box-shadow: 1px 1px 3px 2px #4c232b;
  box-shadow:         1px 1px 3px 2px #4c232b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,35,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c232b


Comments

No comments written yet.

Please login to write comment.