Color Hex Logo

#3a767b Color Hex

#3A767B
(58,118,123)
0 Favorites   0 Comments

Color spaces of #3a767b

RGB 58118123
HSL0.510.360.35
HSV185°53°48°
CMYK 0.530.040.00   0.52
XYZ11.798515.286521.0676
Yxy15.28650.24500.3175
Hunter Lab39.0980-14.5559-4.5793
CIE-Lab46.0241-17.9245-8.7392

#3a767b color RGB value is (58,118,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110110 01111011
Octal 72 166 173
Decimal 58 118 123
Hex 3A 76 7B

RGB Percentages of Color #3a767b

%19.40
%39.46
%41.14

CMYK Percentages of Color #3a767b

%53
%4
%0
%52

Triadic Colors of #3a767b

#3a767b #7b3a76 #767b3a

Analogous Colors of #3a767b

#3a767b #3a567b #3a7b60

Monochromatic Colors of #3a767b

#3a767b

Complementary Color

#3a767b #7b3f3a

#3a767b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a767b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a767b Color CSS Codes

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

#3a767b Text Font Color

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

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


#3a767b Background Color

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

This div background color is #3a767b


#3a767b Border Color

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

This div border color is #3a767b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a767b


Comments

No comments written yet.

Please login to write comment.