Color Hex Logo

#74855d Color Hex

#74855D
(116,133,93)
0 Favorites   0 Comments

Color spaces of #74855d

RGB 11613393
HSL0.240.180.44
HSV85°30°52°
CMYK 0.130.000.30   0.48
XYZ17.565821.278413.5372
Yxy21.27840.33530.4062
Hunter Lab46.1285-12.751914.8903
CIE-Lab53.2528-13.699419.5810

#74855d color RGB value is (116,133,93).

#74855d hex color red value is 116, green value is 133 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #74855d hue: 0.24 , saturation: 0.18 and the lightness value of 74855d is 0.44.

The process color (four color CMYK) of #74855d color hex is 0.13, 0.00, 0.30, 0.48. Web safe color of #74855d is #669966. Color #74855d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000101 01011101
Octal 164 205 135
Decimal 116 133 93
Hex 74 85 5D

RGB Percentages of Color #74855d

%33.92
%38.89
%27.19

CMYK Percentages of Color #74855d

%13
%0
%30
%48

Triadic Colors of #74855d

#74855d #5d7485 #855d74

Analogous Colors of #74855d

#74855d #60855d #85825d

Monochromatic Colors of #74855d

#74855d

Complementary Color

#74855d #6e5d85

#74855d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74855d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74855d Color CSS Codes

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

#74855d Text Font Color

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

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


#74855d Background Color

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

This div background color is #74855d


#74855d Border Color

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

This div border color is #74855d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,133,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74855d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74855d;
  -webkit-box-shadow: 1px 1px 3px 2px #74855d;
  box-shadow:         1px 1px 3px 2px #74855d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74855d


Comments

No comments written yet.

Please login to write comment.