Color Hex Logo

#3a787b Color Hex

#3A787B
(58,120,123)
0 Favorites   0 Comments

Color spaces of #3a787b

RGB 58120123
HSL0.510.360.35
HSV183°53°48°
CMYK 0.530.020.00   0.52
XYZ12.036515.762521.1470
Yxy15.76250.24590.3220
Hunter Lab39.7020-15.3625-3.7890
CIE-Lab46.6613-19.0052-7.7857

#3a787b color RGB value is (58,120,123).

#3a787b hex color red value is 58, green value is 120 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #3a787b hue: 0.51 , saturation: 0.36 and the lightness value of 3a787b is 0.35.

The process color (four color CMYK) of #3a787b color hex is 0.53, 0.02, 0.00, 0.52. Web safe color of #3a787b is #336666. Color #3a787b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111000 01111011
Octal 72 170 173
Decimal 58 120 123
Hex 3A 78 7B

RGB Percentages of Color #3a787b

%19.27
%39.87
%40.86

CMYK Percentages of Color #3a787b

%53
%2
%0
%52

Triadic Colors of #3a787b

#3a787b #7b3a78 #787b3a

Analogous Colors of #3a787b

#3a787b #3a587b #3a7b5e

Monochromatic Colors of #3a787b

#3a787b

Complementary Color

#3a787b #7b3d3a

#3a787b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a787b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a787b Color CSS Codes

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

#3a787b Text Font Color

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

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


#3a787b Background Color

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

This div background color is #3a787b


#3a787b Border Color

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

This div border color is #3a787b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,120,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a787b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a787b;
  -webkit-box-shadow: 1px 1px 3px 2px #3a787b;
  box-shadow:         1px 1px 3px 2px #3a787b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,120,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a787b


Comments

No comments written yet.

Please login to write comment.