Color Hex Logo

#4b7638 Color Hex

#4B7638
(75,118,56)
0 Favorites   0 Comments

Color spaces of #4b7638

RGB 7511856
HSL0.280.360.34
HSV102°53°46°
CMYK 0.360.000.53   0.54
XYZ10.093914.73826.0541
Yxy14.73820.32680.4772
Hunter Lab38.3904-20.250517.5233
CIE-Lab45.2735-27.330829.3085

#4b7638 color RGB value is (75,118,56).

#4b7638 hex color red value is 75, green value is 118 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #4b7638 hue: 0.28 , saturation: 0.36 and the lightness value of 4b7638 is 0.34.

The process color (four color CMYK) of #4b7638 color hex is 0.36, 0.00, 0.53, 0.54. Web safe color of #4b7638 is #336633. Color #4b7638 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01110110 00111000
Octal 113 166 70
Decimal 75 118 56
Hex 4B 76 38

RGB Percentages of Color #4b7638

%30.12
%47.39
%22.49

CMYK Percentages of Color #4b7638

%36
%0
%53
%54

Triadic Colors of #4b7638

#4b7638 #384b76 #76384b

Analogous Colors of #4b7638

#4b7638 #387644 #6a7638

Monochromatic Colors of #4b7638

#4b7638

Complementary Color

#4b7638 #633876

#4b7638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7638 Color CSS Codes

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

#4b7638 Text Font Color

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

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


#4b7638 Background Color

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

This div background color is #4b7638


#4b7638 Border Color

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

This div border color is #4b7638


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,118,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b7638; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b7638;
  -webkit-box-shadow: 1px 1px 3px 2px #4b7638;
  box-shadow:         1px 1px 3px 2px #4b7638; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,118,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b7638


Comments

No comments written yet.

Please login to write comment.