Color Hex Logo

#28735f Color Hex

#28735F
(40,115,95)
0 Favorites   0 Comments

Color spaces of #28735f

RGB 4011595
HSL0.460.480.30
HSV164°65°45°
CMYK 0.650.000.17   0.55
XYZ9.071413.538812.9616
Yxy13.53880.25500.3806
Hunter Lab36.7951-20.38444.8708
CIE-Lab43.5641-28.24414.3116

#28735f color RGB value is (40,115,95).

#28735f hex color red value is 40, green value is 115 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #28735f hue: 0.46 , saturation: 0.48 and the lightness value of 28735f is 0.30.

The process color (four color CMYK) of #28735f color hex is 0.65, 0.00, 0.17, 0.55. Web safe color of #28735f is #336666. Color #28735f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110011 01011111
Octal 50 163 137
Decimal 40 115 95
Hex 28 73 5F

RGB Percentages of Color #28735f

%16.00
%46.00
%38.00

CMYK Percentages of Color #28735f

%65
%0
%17
%55

Triadic Colors of #28735f

#28735f #5f2873 #735f28

Analogous Colors of #28735f

#28735f #286273 #28733a

Monochromatic Colors of #28735f

#28735f

Complementary Color

#28735f #73283c

#28735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#28735f Color CSS Codes

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

#28735f Text Font Color

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

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


#28735f Background Color

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

This div background color is #28735f


#28735f Border Color

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

This div border color is #28735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28735f


Comments

No comments written yet.

Please login to write comment.