Color Hex Logo

#4b7d2b Color Hex

#4B7D2B
(75,125,43)
0 Favorites   0 Comments

Color spaces of #4b7d2b

RGB 7512543
HSL0.270.490.33
HSV97°66°49°
CMYK 0.400.000.66   0.51
XYZ10.671316.33754.8765
Yxy16.33750.33470.5124
Hunter Lab40.4197-23.608221.1406
CIE-Lab47.4142-32.126538.3096

#4b7d2b color RGB value is (75,125,43).

#4b7d2b hex color red value is 75, green value is 125 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #4b7d2b hue: 0.27 , saturation: 0.49 and the lightness value of 4b7d2b is 0.33.

The process color (four color CMYK) of #4b7d2b color hex is 0.40, 0.00, 0.66, 0.51. Web safe color of #4b7d2b is #336633. Color #4b7d2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111101 00101011
Octal 113 175 53
Decimal 75 125 43
Hex 4B 7D 2B

RGB Percentages of Color #4b7d2b

%30.86
%51.44
%17.70

CMYK Percentages of Color #4b7d2b

%40
%0
%66
%51

Triadic Colors of #4b7d2b

#4b7d2b #2b4b7d #7d2b4b

Analogous Colors of #4b7d2b

#4b7d2b #2b7d34 #747d2b

Monochromatic Colors of #4b7d2b

#4b7d2b

Complementary Color

#4b7d2b #5d2b7d

#4b7d2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7d2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7d2b Color CSS Codes

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

#4b7d2b Text Font Color

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

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


#4b7d2b Background Color

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

This div background color is #4b7d2b


#4b7d2b Border Color

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

This div border color is #4b7d2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b7d2b


Comments

No comments written yet.

Please login to write comment.