Color Hex Logo

#3a767a Color Hex

#3A767A
(58,118,122)
0 Favorites   0 Comments

Color spaces of #3a767a

RGB 58118122
HSL0.510.360.35
HSV184°52°48°
CMYK 0.520.030.00   0.52
XYZ11.736215.261520.7396
Yxy15.26150.24580.3197
Hunter Lab39.0660-14.7405-4.1301
CIE-Lab45.9903-18.2185-8.1941

#3a767a color RGB value is (58,118,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110110 01111010
Octal 72 166 172
Decimal 58 118 122
Hex 3A 76 7A

RGB Percentages of Color #3a767a

%19.46
%39.60
%40.94

CMYK Percentages of Color #3a767a

%52
%3
%0
%52

Triadic Colors of #3a767a

#3a767a #7a3a76 #767a3a

Analogous Colors of #3a767a

#3a767a #3a567a #3a7a5e

Monochromatic Colors of #3a767a

#3a767a

Complementary Color

#3a767a #7a3e3a

#3a767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a767a Color CSS Codes

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

#3a767a Text Font Color

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

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


#3a767a Background Color

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

This div background color is #3a767a


#3a767a Border Color

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

This div border color is #3a767a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a767a


Comments

No comments written yet.

Please login to write comment.