Color Hex Logo

#274220 Color Hex

#274220
(39,66,32)
0 Favorites   0 Comments

Color spaces of #274220

RGB 396632
HSL0.300.350.19
HSV108°52°26°
CMYK 0.410.000.52   0.74
XYZ3.04564.43202.0614
Yxy4.43200.31930.4646
Hunter Lab21.0523-11.01838.9311
CIE-Lab25.0511-18.133017.4732

#274220 color RGB value is (39,66,32).

#274220 hex color red value is 39, green value is 66 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #274220 hue: 0.30 , saturation: 0.35 and the lightness value of 274220 is 0.19.

The process color (four color CMYK) of #274220 color hex is 0.41, 0.00, 0.52, 0.74. Web safe color of #274220 is #333333. Color #274220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000010 00100000
Octal 47 102 40
Decimal 39 66 32
Hex 27 42 20

RGB Percentages of Color #274220

%28.47
%48.18
%23.36

CMYK Percentages of Color #274220

%41
%0
%52
%74

Triadic Colors of #274220

#274220 #202742 #422027

Analogous Colors of #274220

#274220 #20422a #384220

Monochromatic Colors of #274220

#274220

Complementary Color

#274220 #3b2042

#274220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#274220 Color CSS Codes

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

#274220 Text Font Color

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

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


#274220 Background Color

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

This div background color is #274220


#274220 Border Color

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

This div border color is #274220


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,66,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #274220; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #274220;
  -webkit-box-shadow: 1px 1px 3px 2px #274220;
  box-shadow:         1px 1px 3px 2px #274220; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,66,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274220


Comments

No comments written yet.

Please login to write comment.