Color Hex Logo

#28350e Color Hex

#28350E
(40,53,14)
0 Favorites   0 Comments

Color spaces of #28350e

RGB 405314
HSL0.220.580.13
HSV80°74°21°
CMYK 0.250.000.74   0.79
XYZ2.22743.02900.8827
Yxy3.02900.36280.4934
Hunter Lab17.4040-7.61239.1757
CIE-Lab20.1597-12.777022.1324

#28350e color RGB value is (40,53,14).

#28350e hex color red value is 40, green value is 53 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #28350e hue: 0.22 , saturation: 0.58 and the lightness value of 28350e is 0.13.

The process color (four color CMYK) of #28350e color hex is 0.25, 0.00, 0.74, 0.79. Web safe color of #28350e is #333300. Color #28350e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00110101 00001110
Octal 50 65 16
Decimal 40 53 14
Hex 28 35 E

RGB Percentages of Color #28350e

%37.38
%49.53
%13.08

CMYK Percentages of Color #28350e

%25
%0
%74
%79

Triadic Colors of #28350e

#28350e #0e2835 #350e28

Analogous Colors of #28350e

#28350e #15350e #352f0e

Monochromatic Colors of #28350e

#28350e

Complementary Color

#28350e #1b0e35

#28350e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28350e Color Preview on White Background

Lorem ipsum dolor sit amet.

#28350e Color CSS Codes

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

#28350e Text Font Color

<p style="color:#28350e">Text here</p>

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


#28350e Background Color

<div style="background-color:#28350e">
Div content here</div>

This div background color is #28350e


#28350e Border Color

<div style="border:3px solid #28350e">
Div here</div>

This div border color is #28350e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,53,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28350e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28350e;
  -webkit-box-shadow: 1px 1px 3px 2px #28350e;
  box-shadow:         1px 1px 3px 2px #28350e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28350e


Comments

No comments written yet.

Please login to write comment.