Color Hex Logo

#3c3750 Color Hex

#3C3750
(60,55,80)
0 Favorites   0 Comments

Color spaces of #3c3750

RGB 605580
HSL0.700.190.26
HSV252°31°31°
CMYK 0.250.310.00   0.69
XYZ4.67764.27228.1675
Yxy4.27220.27330.2496
Hunter Lab20.66934.2245-8.9600
CIE-Lab24.55168.4391-14.4310

#3c3750 color RGB value is (60,55,80).

#3c3750 hex color red value is 60, green value is 55 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #3c3750 hue: 0.70 , saturation: 0.19 and the lightness value of 3c3750 is 0.26.

The process color (four color CMYK) of #3c3750 color hex is 0.25, 0.31, 0.00, 0.69. Web safe color of #3c3750 is #333366. Color #3c3750 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00110111 01010000
Octal 74 67 120
Decimal 60 55 80
Hex 3C 37 50

RGB Percentages of Color #3c3750

%30.77
%28.21
%41.03

CMYK Percentages of Color #3c3750

%25
%31
%0
%69

Triadic Colors of #3c3750

#3c3750 #503c37 #37503c

Analogous Colors of #3c3750

#3c3750 #493750 #373f50

Monochromatic Colors of #3c3750

#3c3750

Complementary Color

#3c3750 #4b5037

#3c3750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c3750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c3750 Color CSS Codes

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

#3c3750 Text Font Color

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

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


#3c3750 Background Color

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

This div background color is #3c3750


#3c3750 Border Color

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

This div border color is #3c3750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c3750


Comments

No comments written yet.

Please login to write comment.