Color Hex Logo

#75943d Color Hex

#75943D
(117,148,61)
0 Favorites   0 Comments

Color spaces of #75943d

RGB 11714861
HSL0.230.420.41
HSV81°59°58°
CMYK 0.210.000.59   0.42
XYZ18.768325.29868.3088
Yxy25.29860.35830.4830
Hunter Lab50.2977-21.414825.4141
CIE-Lab57.3652-25.069041.6604

#75943d color RGB value is (117,148,61).

#75943d hex color red value is 117, green value is 148 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #75943d hue: 0.23 , saturation: 0.42 and the lightness value of 75943d is 0.41.

The process color (four color CMYK) of #75943d color hex is 0.21, 0.00, 0.59, 0.42. Web safe color of #75943d is #669933. Color #75943d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010100 00111101
Octal 165 224 75
Decimal 117 148 61
Hex 75 94 3D

RGB Percentages of Color #75943d

%35.89
%45.40
%18.71

CMYK Percentages of Color #75943d

%21
%0
%59
%42

Triadic Colors of #75943d

#75943d #3d7594 #943d75

Analogous Colors of #75943d

#75943d #4a943d #94883d

Monochromatic Colors of #75943d

#75943d

Complementary Color

#75943d #5c3d94

#75943d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75943d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75943d Color CSS Codes

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

#75943d Text Font Color

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

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


#75943d Background Color

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

This div background color is #75943d


#75943d Border Color

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

This div border color is #75943d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75943d


Comments

No comments written yet.

Please login to write comment.