Color Hex Logo

#28795f Color Hex

#28795F
(40,121,95)
0 Favorites   0 Comments

Color spaces of #28795f

RGB 4012195
HSL0.450.500.32
HSV161°67°47°
CMYK 0.670.000.21   0.53
XYZ9.778014.952113.1972
Yxy14.95210.25780.3942
Hunter Lab38.6679-22.53146.8321
CIE-Lab45.5685-31.09877.1749

#28795f color RGB value is (40,121,95).

#28795f hex color red value is 40, green value is 121 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #28795f hue: 0.45 , saturation: 0.50 and the lightness value of 28795f is 0.32.

The process color (four color CMYK) of #28795f color hex is 0.67, 0.00, 0.21, 0.53. Web safe color of #28795f is #336666. Color #28795f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01111001 01011111
Octal 50 171 137
Decimal 40 121 95
Hex 28 79 5F

RGB Percentages of Color #28795f

%15.63
%47.27
%37.11

CMYK Percentages of Color #28795f

%67
%0
%21
%53

Triadic Colors of #28795f

#28795f #5f2879 #795f28

Analogous Colors of #28795f

#28795f #286b79 #287937

Monochromatic Colors of #28795f

#28795f

Complementary Color

#28795f #792842

#28795f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28795f Color Preview on White Background

Lorem ipsum dolor sit amet.

#28795f Color CSS Codes

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

#28795f Text Font Color

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

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


#28795f Background Color

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

This div background color is #28795f


#28795f Border Color

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

This div border color is #28795f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28795f


Comments

No comments written yet.

Please login to write comment.