Color Hex Logo

#28685b Color Hex

#28685B
(40,104,91)
0 Favorites   0 Comments

Color spaces of #28685b

RGB 4010491
HSL0.470.440.28
HSV168°62°41°
CMYK 0.620.000.13   0.59
XYZ7.713711.107111.6349
Yxy11.10710.25330.3647
Hunter Lab33.3273-17.00852.6304
CIE-Lab39.7603-23.86921.2316

#28685b color RGB value is (40,104,91).

#28685b hex color red value is 40, green value is 104 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #28685b hue: 0.47 , saturation: 0.44 and the lightness value of 28685b is 0.28.

The process color (four color CMYK) of #28685b color hex is 0.62, 0.00, 0.13, 0.59. Web safe color of #28685b is #336666. Color #28685b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01101000 01011011
Octal 50 150 133
Decimal 40 104 91
Hex 28 68 5B

RGB Percentages of Color #28685b

%17.02
%44.26
%38.72

CMYK Percentages of Color #28685b

%62
%0
%13
%59

Triadic Colors of #28685b

#28685b #5b2868 #685b28

Analogous Colors of #28685b

#28685b #285568 #28683b

Monochromatic Colors of #28685b

#28685b

Complementary Color

#28685b #682835

#28685b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28685b Color Preview on White Background

Lorem ipsum dolor sit amet.

#28685b Color CSS Codes

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

#28685b Text Font Color

<p style="color:#28685b">Text here</p>

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


#28685b Background Color

<div style="background-color:#28685b">
Div content here</div>

This div background color is #28685b


#28685b Border Color

<div style="border:3px solid #28685b">
Div here</div>

This div border color is #28685b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,104,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28685b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28685b;
  -webkit-box-shadow: 1px 1px 3px 2px #28685b;
  box-shadow:         1px 1px 3px 2px #28685b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28685b


Comments

No comments written yet.

Please login to write comment.