Color Hex Logo

#35634b Color Hex

#35634B
(53,99,75)
0 Favorites   0 Comments

Color spaces of #35634b

RGB 539975
HSL0.410.300.30
HSV149°46°39°
CMYK 0.460.000.24   0.61
XYZ7.200010.18868.2437
Yxy10.18860.28090.3975
Hunter Lab31.9196-15.59567.0312
CIE-Lab38.1788-21.96888.8026

#35634b color RGB value is (53,99,75).

#35634b hex color red value is 53, green value is 99 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #35634b hue: 0.41 , saturation: 0.30 and the lightness value of 35634b is 0.30.

The process color (four color CMYK) of #35634b color hex is 0.46, 0.00, 0.24, 0.61. Web safe color of #35634b is #336633. Color #35634b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 01001011
Octal 65 143 113
Decimal 53 99 75
Hex 35 63 4B

RGB Percentages of Color #35634b

%23.35
%43.61
%33.04

CMYK Percentages of Color #35634b

%46
%0
%24
%61

Triadic Colors of #35634b

#35634b #4b3563 #634b35

Analogous Colors of #35634b

#35634b #356362 #366335

Monochromatic Colors of #35634b

#35634b

Complementary Color

#35634b #63354d

#35634b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35634b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35634b Color CSS Codes

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

#35634b Text Font Color

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

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


#35634b Background Color

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

This div background color is #35634b


#35634b Border Color

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

This div border color is #35634b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,99,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35634b


Comments

No comments written yet.

Please login to write comment.