Color Hex Logo

#375015 Color Hex

#375015
(55,80,21)
0 Favorites   0 Comments

Color spaces of #375015

RGB 558021
HSL0.240.580.20
HSV85°74°31°
CMYK 0.310.000.74   0.69
XYZ4.57966.60371.7427
Yxy6.60370.35430.5109
Hunter Lab25.6977-13.160313.9676
CIE-Lab30.8871-20.157730.4375

#375015 color RGB value is (55,80,21).

#375015 hex color red value is 55, green value is 80 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #375015 hue: 0.24 , saturation: 0.58 and the lightness value of 375015 is 0.20.

The process color (four color CMYK) of #375015 color hex is 0.31, 0.00, 0.74, 0.69. Web safe color of #375015 is #336600. Color #375015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010000 00010101
Octal 67 120 25
Decimal 55 80 21
Hex 37 50 15

RGB Percentages of Color #375015

%35.26
%51.28
%13.46

CMYK Percentages of Color #375015

%31
%0
%74
%69

Triadic Colors of #375015

#375015 #153750 #501537

Analogous Colors of #375015

#375015 #1a5015 #504c15

Monochromatic Colors of #375015

#375015

Complementary Color

#375015 #2e1550

#375015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375015 Color CSS Codes

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

#375015 Text Font Color

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

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


#375015 Background Color

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

This div background color is #375015


#375015 Border Color

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

This div border color is #375015


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,80,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #375015; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #375015;
  -webkit-box-shadow: 1px 1px 3px 2px #375015;
  box-shadow:         1px 1px 3px 2px #375015; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,80,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375015


Comments

No comments written yet.

Please login to write comment.