Color Hex Logo

#007541 Color Hex

#007541
(0,117,65)
0 Favorites   0 Comments

Color spaces of #007541

RGB 011765
HSL0.431.000.23
HSV153°100°46°
CMYK 1.000.000.44   0.54
XYZ7.315413.10427.1448
Yxy13.10420.26540.4754
Hunter Lab36.1997-27.277413.6376
CIE-Lab42.9198-41.279920.9169

#007541 color RGB value is (0,117,65).

#007541 hex color red value is 0, green value is 117 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #007541 hue: 0.43 , saturation: 1.00 and the lightness value of 007541 is 0.23.

The process color (four color CMYK) of #007541 color hex is 1.00, 0.00, 0.44, 0.54. Web safe color of #007541 is #006633. Color #007541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110101 01000001
Octal 0 165 101
Decimal 0 117 65
Hex 0 75 41

RGB Percentages of Color #007541

%0.00
%64.29
%35.71

CMYK Percentages of Color #007541

%100
%0
%44
%54

Triadic Colors of #007541

#007541 #410075 #754100

Analogous Colors of #007541

#007541 #006f75 #007507

Monochromatic Colors of #007541

#007541

Complementary Color

#007541 #750034

#007541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007541 Color CSS Codes

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

#007541 Text Font Color

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

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


#007541 Background Color

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

This div background color is #007541


#007541 Border Color

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

This div border color is #007541


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,117,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #007541; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #007541;
  -webkit-box-shadow: 1px 1px 3px 2px #007541;
  box-shadow:         1px 1px 3px 2px #007541; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007541


Comments

No comments written yet.

Please login to write comment.