Color Hex Logo

#267e3c Color Hex

#267E3C
(38,126,60)
0 Favorites   0 Comments

Color spaces of #267e3c

RGB 3812660
HSL0.380.540.32
HSV135°70°49°
CMYK 0.700.000.52   0.51
XYZ9.075815.66006.8193
Yxy15.66000.28760.4963
Hunter Lab39.5727-28.314217.4839
CIE-Lab46.5252-40.970628.3772

#267e3c color RGB value is (38,126,60).

#267e3c hex color red value is 38, green value is 126 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #267e3c hue: 0.38 , saturation: 0.54 and the lightness value of 267e3c is 0.32.

The process color (four color CMYK) of #267e3c color hex is 0.70, 0.00, 0.52, 0.51. Web safe color of #267e3c is #336633. Color #267e3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 00111100
Octal 46 176 74
Decimal 38 126 60
Hex 26 7E 3C

RGB Percentages of Color #267e3c

%16.96
%56.25
%26.79

CMYK Percentages of Color #267e3c

%70
%0
%52
%51

Triadic Colors of #267e3c

#267e3c #3c267e #7e3c26

Analogous Colors of #267e3c

#267e3c #267e68 #3c7e26

Monochromatic Colors of #267e3c

#267e3c

Complementary Color

#267e3c #7e2668

#267e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#267e3c Color CSS Codes

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

#267e3c Text Font Color

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

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


#267e3c Background Color

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

This div background color is #267e3c


#267e3c Border Color

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

This div border color is #267e3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,126,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #267e3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #267e3c;
  -webkit-box-shadow: 1px 1px 3px 2px #267e3c;
  box-shadow:         1px 1px 3px 2px #267e3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267e3c


Comments

No comments written yet.

Please login to write comment.