Color Hex Logo

#4b7441 Color Hex

#4B7441
(75,116,65)
0 Favorites   0 Comments

Color spaces of #4b7441

RGB 7511665
HSL0.300.280.35
HSV108°44°45°
CMYK 0.350.000.44   0.55
XYZ10.101214.36837.2420
Yxy14.36830.31850.4531
Hunter Lab37.9055-18.767415.2063
CIE-Lab44.7566-25.045423.7195

#4b7441 color RGB value is (75,116,65).

#4b7441 hex color red value is 75, green value is 116 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #4b7441 hue: 0.30 , saturation: 0.28 and the lightness value of 4b7441 is 0.35.

The process color (four color CMYK) of #4b7441 color hex is 0.35, 0.00, 0.44, 0.55. Web safe color of #4b7441 is #336633. Color #4b7441 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01110100 01000001
Octal 113 164 101
Decimal 75 116 65
Hex 4B 74 41

RGB Percentages of Color #4b7441

%29.30
%45.31
%25.39

CMYK Percentages of Color #4b7441

%35
%0
%44
%55

Triadic Colors of #4b7441

#4b7441 #414b74 #74414b

Analogous Colors of #4b7441

#4b7441 #417451 #657441

Monochromatic Colors of #4b7441

#4b7441

Complementary Color

#4b7441 #6a4174

#4b7441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7441 Color CSS Codes

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

#4b7441 Text Font Color

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

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


#4b7441 Background Color

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

This div background color is #4b7441


#4b7441 Border Color

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

This div border color is #4b7441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b7441


Comments

No comments written yet.

Please login to write comment.