Color Hex Logo

#28774f Color Hex

#28774F
(40,119,79)
0 Favorites   0 Comments

Color spaces of #28774f

RGB 4011979
HSL0.420.500.31
HSV150°66°47°
CMYK 0.660.000.34   0.53
XYZ8.883214.20939.6716
Yxy14.20930.27110.4337
Hunter Lab37.6952-23.901611.1744
CIE-Lab44.5316-34.005615.1283

#28774f color RGB value is (40,119,79).

#28774f hex color red value is 40, green value is 119 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #28774f hue: 0.42 , saturation: 0.50 and the lightness value of 28774f is 0.31.

The process color (four color CMYK) of #28774f color hex is 0.66, 0.00, 0.34, 0.53. Web safe color of #28774f is #336666. Color #28774f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110111 01001111
Octal 50 167 117
Decimal 40 119 79
Hex 28 77 4F

RGB Percentages of Color #28774f

%16.81
%50.00
%33.19

CMYK Percentages of Color #28774f

%66
%0
%34
%53

Triadic Colors of #28774f

#28774f #4f2877 #774f28

Analogous Colors of #28774f

#28774f #287777 #297728

Monochromatic Colors of #28774f

#28774f

Complementary Color

#28774f #772850

#28774f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28774f Color Preview on White Background

Lorem ipsum dolor sit amet.

#28774f Color CSS Codes

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

#28774f Text Font Color

<p style="color:#28774f">Text here</p>

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


#28774f Background Color

<div style="background-color:#28774f">
Div content here</div>

This div background color is #28774f


#28774f Border Color

<div style="border:3px solid #28774f">
Div here</div>

This div border color is #28774f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,119,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28774f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28774f;
  -webkit-box-shadow: 1px 1px 3px 2px #28774f;
  box-shadow:         1px 1px 3px 2px #28774f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28774f


Comments

No comments written yet.

Please login to write comment.