Color Hex Logo

#67750d Color Hex

#67750D
(103,117,13)
0 Favorites   0 Comments

Color spaces of #67750d

RGB 10311713
HSL0.190.800.25
HSV68°89°46°
CMYK 0.120.000.89   0.54
XYZ12.027515.63522.7648
Yxy15.63520.39530.5139
Hunter Lab39.5414-14.902123.5333
CIE-Lab46.4922-18.338748.9604

#67750d color RGB value is (103,117,13).

#67750d hex color red value is 103, green value is 117 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #67750d hue: 0.19 , saturation: 0.80 and the lightness value of 67750d is 0.25.

The process color (four color CMYK) of #67750d color hex is 0.12, 0.00, 0.89, 0.54. Web safe color of #67750d is #666600. Color #67750d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110101 00001101
Octal 147 165 15
Decimal 103 117 13
Hex 67 75 D

RGB Percentages of Color #67750d

%44.21
%50.21
%5.58

CMYK Percentages of Color #67750d

%12
%0
%89
%54

Triadic Colors of #67750d

#67750d #0d6775 #750d67

Analogous Colors of #67750d

#67750d #33750d #754f0d

Monochromatic Colors of #67750d

#67750d

Complementary Color

#67750d #1b0d75

#67750d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67750d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67750d Color CSS Codes

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

#67750d Text Font Color

<p style="color:#67750d">Text here</p>

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


#67750d Background Color

<div style="background-color:#67750d">
Div content here</div>

This div background color is #67750d


#67750d Border Color

<div style="border:3px solid #67750d">
Div here</div>

This div border color is #67750d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,117,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67750d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67750d;
  -webkit-box-shadow: 1px 1px 3px 2px #67750d;
  box-shadow:         1px 1px 3px 2px #67750d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67750d


Comments

No comments written yet.

Please login to write comment.