Color Hex Logo

#67954d Color Hex

#67954D
(103,149,77)
0 Favorites   0 Comments

Color spaces of #67954d

RGB 10314977
HSL0.270.320.44
HSV98°48°58°
CMYK 0.310.000.48   0.42
XYZ17.680524.914310.8983
Yxy24.91430.33050.4657
Hunter Lab49.9142-24.122021.9945
CIE-Lab56.9918-29.197132.9878

#67954d color RGB value is (103,149,77).

#67954d hex color red value is 103, green value is 149 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #67954d hue: 0.27 , saturation: 0.32 and the lightness value of 67954d is 0.44.

The process color (four color CMYK) of #67954d color hex is 0.31, 0.00, 0.48, 0.42. Web safe color of #67954d is #669966. Color #67954d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010101 01001101
Octal 147 225 115
Decimal 103 149 77
Hex 67 95 4D

RGB Percentages of Color #67954d

%31.31
%45.29
%23.40

CMYK Percentages of Color #67954d

%31
%0
%48
%42

Triadic Colors of #67954d

#67954d #4d6795 #954d67

Analogous Colors of #67954d

#67954d #4d9557 #8b954d

Monochromatic Colors of #67954d

#67954d

Complementary Color

#67954d #7b4d95

#67954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67954d Color CSS Codes

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

#67954d Text Font Color

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

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


#67954d Background Color

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

This div background color is #67954d


#67954d Border Color

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

This div border color is #67954d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67954d


Comments

No comments written yet.

Please login to write comment.