Color Hex Logo

#265c29 Color Hex

#265C29
(38,92,41)
0 Favorites   0 Comments

Color spaces of #265c29

RGB 389241
HSL0.340.420.25
HSV123°59°36°
CMYK 0.590.000.55   0.64
XYZ5.02678.22653.4208
Yxy8.22650.30150.4934
Hunter Lab28.6819-18.909913.0060
CIE-Lab34.4502-29.777723.8749

#265c29 color RGB value is (38,92,41).

#265c29 hex color red value is 38, green value is 92 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #265c29 hue: 0.34 , saturation: 0.42 and the lightness value of 265c29 is 0.25.

The process color (four color CMYK) of #265c29 color hex is 0.59, 0.00, 0.55, 0.64. Web safe color of #265c29 is #336633. Color #265c29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011100 00101001
Octal 46 134 51
Decimal 38 92 41
Hex 26 5C 29

RGB Percentages of Color #265c29

%22.22
%53.80
%23.98

CMYK Percentages of Color #265c29

%59
%0
%55
%64

Triadic Colors of #265c29

#265c29 #29265c #5c2926

Analogous Colors of #265c29

#265c29 #265c44 #3e5c26

Monochromatic Colors of #265c29

#265c29

Complementary Color

#265c29 #5c2659

#265c29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265c29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#265c29 Color CSS Codes

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

#265c29 Text Font Color

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

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


#265c29 Background Color

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

This div background color is #265c29


#265c29 Border Color

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

This div border color is #265c29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,92,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #265c29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #265c29;
  -webkit-box-shadow: 1px 1px 3px 2px #265c29;
  box-shadow:         1px 1px 3px 2px #265c29; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265c29


Comments

No comments written yet.

Please login to write comment.