Color Hex Logo

#265339 Color Hex

#265339
(38,83,57)
0 Favorites   0 Comments

Color spaces of #265339

RGB 388357
HSL0.400.370.24
HSV145°54°33°
CMYK 0.540.000.31   0.67
XYZ4.63116.89404.9575
Yxy6.89400.28100.4183
Hunter Lab26.2564-14.46507.1849
CIE-Lab31.5644-22.397310.5912

#265339 color RGB value is (38,83,57).

#265339 hex color red value is 38, green value is 83 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #265339 hue: 0.40 , saturation: 0.37 and the lightness value of 265339 is 0.24.

The process color (four color CMYK) of #265339 color hex is 0.54, 0.00, 0.31, 0.67. Web safe color of #265339 is #336633. Color #265339 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01010011 00111001
Octal 46 123 71
Decimal 38 83 57
Hex 26 53 39

RGB Percentages of Color #265339

%21.35
%46.63
%32.02

CMYK Percentages of Color #265339

%54
%0
%31
%67

Triadic Colors of #265339

#265339 #392653 #533926

Analogous Colors of #265339

#265339 #265350 #2a5326

Monochromatic Colors of #265339

#265339

Complementary Color

#265339 #532640

#265339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#265339 Color CSS Codes

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

#265339 Text Font Color

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

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


#265339 Background Color

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

This div background color is #265339


#265339 Border Color

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

This div border color is #265339


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,83,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #265339; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #265339;
  -webkit-box-shadow: 1px 1px 3px 2px #265339;
  box-shadow:         1px 1px 3px 2px #265339; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,83,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265339


Comments

No comments written yet.

Please login to write comment.