Color Hex Logo

#28745f Color Hex

#28745F
(40,116,95)
0 Favorites   0 Comments

Color spaces of #28745f

RGB 4011695
HSL0.450.490.31
HSV163°66°45°
CMYK 0.660.000.18   0.55
XYZ9.186013.768112.9998
Yxy13.76810.25550.3829
Hunter Lab37.1054-20.74415.2016
CIE-Lab43.8985-28.72734.7916

#28745f color RGB value is (40,116,95).

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

The process color (four color CMYK) of #28745f color hex is 0.66, 0.00, 0.18, 0.55. Web safe color of #28745f is #336666. Color #28745f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110100 01011111
Octal 50 164 137
Decimal 40 116 95
Hex 28 74 5F

RGB Percentages of Color #28745f

%15.94
%46.22
%37.85

CMYK Percentages of Color #28745f

%66
%0
%18
%55

Triadic Colors of #28745f

#28745f #5f2874 #745f28

Analogous Colors of #28745f

#28745f #286374 #287439

Monochromatic Colors of #28745f

#28745f

Complementary Color

#28745f #74283d

#28745f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28745f Color Preview on White Background

Lorem ipsum dolor sit amet.

#28745f Color CSS Codes

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

#28745f Text Font Color

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

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


#28745f Background Color

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

This div background color is #28745f


#28745f Border Color

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

This div border color is #28745f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,116,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 #28745f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28745f


Comments

No comments written yet.

Please login to write comment.