Color Hex Logo

#00652b Color Hex

#00652B
(0,101,43)
0 Favorites   0 Comments

Color spaces of #00652b

RGB 010143
HSL0.401.000.20
HSV146°100°40°
CMYK 1.000.000.57   0.60
XYZ5.08979.48183.8474
Yxy9.48180.27630.5148
Hunter Lab30.7925-24.382714.1467
CIE-Lab36.8958-39.538425.5702

#00652b color RGB value is (0,101,43).

#00652b hex color red value is 0, green value is 101 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #00652b hue: 0.40 , saturation: 1.00 and the lightness value of 00652b is 0.20.

The process color (four color CMYK) of #00652b color hex is 1.00, 0.00, 0.57, 0.60. Web safe color of #00652b is #006633. Color #00652b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 00101011
Octal 0 145 53
Decimal 0 101 43
Hex 0 65 2B

RGB Percentages of Color #00652b

%0.00
%70.14
%29.86

CMYK Percentages of Color #00652b

%100
%0
%57
%60

Triadic Colors of #00652b

#00652b #2b0065 #652b00

Analogous Colors of #00652b

#00652b #00655e #086500

Monochromatic Colors of #00652b

#00652b

Complementary Color

#00652b #65003a

#00652b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00652b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00652b Color CSS Codes

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

#00652b Text Font Color

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

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


#00652b Background Color

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

This div background color is #00652b


#00652b Border Color

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

This div border color is #00652b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,101,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00652b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00652b;
  -webkit-box-shadow: 1px 1px 3px 2px #00652b;
  box-shadow:         1px 1px 3px 2px #00652b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,101,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00652b


Comments

No comments written yet.

Please login to write comment.