Color Hex Logo

#35877b Color Hex

#35877B
(53,135,123)
0 Favorites   0 Comments

Color spaces of #35877b

RGB 53135123
HSL0.480.440.37
HSV171°61°53°
CMYK 0.610.000.09   0.47
XYZ13.707319.514921.7832
Yxy19.51490.24920.3548
Hunter Lab44.1757-21.92051.6868
CIE-Lab51.2843-27.8132-0.9652

#35877b color RGB value is (53,135,123).

#35877b hex color red value is 53, green value is 135 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #35877b hue: 0.48 , saturation: 0.44 and the lightness value of 35877b is 0.37.

The process color (four color CMYK) of #35877b color hex is 0.61, 0.00, 0.09, 0.47. Web safe color of #35877b is #339966. Color #35877b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000111 01111011
Octal 65 207 173
Decimal 53 135 123
Hex 35 87 7B

RGB Percentages of Color #35877b

%17.04
%43.41
%39.55

CMYK Percentages of Color #35877b

%61
%0
%9
%47

Triadic Colors of #35877b

#35877b #7b3587 #877b35

Analogous Colors of #35877b

#35877b #356a87 #358752

Monochromatic Colors of #35877b

#35877b

Complementary Color

#35877b #873541

#35877b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35877b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35877b Color CSS Codes

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

#35877b Text Font Color

<p style="color:#35877b">Text here</p>

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


#35877b Background Color

<div style="background-color:#35877b">
Div content here</div>

This div background color is #35877b


#35877b Border Color

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

This div border color is #35877b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,135,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35877b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35877b;
  -webkit-box-shadow: 1px 1px 3px 2px #35877b;
  box-shadow:         1px 1px 3px 2px #35877b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,135,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 #35877b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35877b


Comments

No comments written yet.

Please login to write comment.