Color Hex Logo

#76230f Color Hex

#76230F
(118,35,15)
0 Favorites   0 Comments

Color spaces of #76230f

RGB 1183515
HSL0.030.770.26
HSV12°87°46°
CMYK 0.000.700.87   0.54
XYZ8.15855.08811.0040
Yxy5.08810.57250.3570
Hunter Lab22.556825.086613.1508
CIE-Lab26.984335.283132.1716

#76230f color RGB value is (118,35,15).

#76230f hex color red value is 118, green value is 35 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #76230f hue: 0.03 , saturation: 0.77 and the lightness value of 76230f is 0.26.

The process color (four color CMYK) of #76230f color hex is 0.00, 0.70, 0.87, 0.54. Web safe color of #76230f is #663300. Color #76230f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100011 00001111
Octal 166 43 17
Decimal 118 35 15
Hex 76 23 F

RGB Percentages of Color #76230f

%70.24
%20.83
%8.93

CMYK Percentages of Color #76230f

%0
%70
%87
%54

Triadic Colors of #76230f

#76230f #0f7623 #230f76

Analogous Colors of #76230f

#76230f #76570f #760f2e

Monochromatic Colors of #76230f

#76230f

Complementary Color

#76230f #0f6276

#76230f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76230f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76230f Color CSS Codes

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

#76230f Text Font Color

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

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


#76230f Background Color

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

This div background color is #76230f


#76230f Border Color

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

This div border color is #76230f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,35,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76230f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76230f;
  -webkit-box-shadow: 1px 1px 3px 2px #76230f;
  box-shadow:         1px 1px 3px 2px #76230f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76230f


Comments

No comments written yet.

Please login to write comment.