Color Hex Logo

#3b5450 Color Hex

#3B5450
(59,84,80)
0 Favorites   0 Comments

Color spaces of #3b5450

RGB 598480
HSL0.470.170.28
HSV170°30°33°
CMYK 0.300.000.05   0.67
XYZ6.42197.84968.7661
Yxy7.84960.27880.3407
Hunter Lab28.0171-8.11541.0611
CIE-Lab33.6677-10.4376-0.7260

#3b5450 color RGB value is (59,84,80).

#3b5450 hex color red value is 59, green value is 84 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #3b5450 hue: 0.47 , saturation: 0.17 and the lightness value of 3b5450 is 0.28.

The process color (four color CMYK) of #3b5450 color hex is 0.30, 0.00, 0.05, 0.67. Web safe color of #3b5450 is #336666. Color #3b5450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01010100 01010000
Octal 73 124 120
Decimal 59 84 80
Hex 3B 54 50

RGB Percentages of Color #3b5450

%26.46
%37.67
%35.87

CMYK Percentages of Color #3b5450

%30
%0
%5
%67

Triadic Colors of #3b5450

#3b5450 #503b54 #54503b

Analogous Colors of #3b5450

#3b5450 #3b4c54 #3b5444

Monochromatic Colors of #3b5450

#3b5450

Complementary Color

#3b5450 #543b3f

#3b5450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b5450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b5450 Color CSS Codes

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

#3b5450 Text Font Color

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

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


#3b5450 Background Color

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

This div background color is #3b5450


#3b5450 Border Color

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

This div border color is #3b5450


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,84,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 #3b5450">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b5450


Comments

No comments written yet.

Please login to write comment.