Color Hex Logo

#6f5304 Color Hex

#6F5304
(111,83,4)
0 Favorites   0 Comments

Color spaces of #6f5304

RGB 111834
HSL0.120.930.23
HSV44°96°44°
CMYK 0.000.250.96   0.56
XYZ9.67079.57481.4533
Yxy9.57480.46720.4626
Hunter Lab30.94321.636218.8756
CIE-Lab37.06824.680444.0551

#6f5304 color RGB value is (111,83,4).

#6f5304 hex color red value is 111, green value is 83 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #6f5304 hue: 0.12 , saturation: 0.93 and the lightness value of 6f5304 is 0.23.

The process color (four color CMYK) of #6f5304 color hex is 0.00, 0.25, 0.96, 0.56. Web safe color of #6f5304 is #666600. Color #6f5304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010011 00000100
Octal 157 123 4
Decimal 111 83 4
Hex 6F 53 4

RGB Percentages of Color #6f5304

%56.06
%41.92
%2.02

CMYK Percentages of Color #6f5304

%0
%25
%96
%56

Triadic Colors of #6f5304

#6f5304 #046f53 #53046f

Analogous Colors of #6f5304

#6f5304 #566f04 #6f1e04

Monochromatic Colors of #6f5304

#6f5304

Complementary Color

#6f5304 #04206f

#6f5304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f5304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f5304 Color CSS Codes

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

#6f5304 Text Font Color

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

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


#6f5304 Background Color

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

This div background color is #6f5304


#6f5304 Border Color

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

This div border color is #6f5304


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,83,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f5304; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f5304;
  -webkit-box-shadow: 1px 1px 3px 2px #6f5304;
  box-shadow:         1px 1px 3px 2px #6f5304; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f5304


Comments

No comments written yet.

Please login to write comment.