COLOR #4B751D

HEX: #4B751D
RGB: (75,117,29)

Color info

#4B751D contains mainly red and green colors. Web safe color of #4B751D is #336633 (or #363).

RGB color model

#4B751D color RGB value is (75,117,29).

  • red value is 75;
  • green value is 117;
  • blue value is 29.
RGB:
(75,117,29)
(29%,46%,11%)

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 29 of 255 = 11%

75
117
29

R + G + B ~ 29%. #4B751D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 29 = 221 (100%)
R 75 of 221 ~ 33.94%
G 117 of 221 ~ 52.94%
B 29 of 221 ~ 13.12%

%33.94
%52.94
%13.12

CMYK color model

#4B751D color CMYK value is (36,0,75,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 75.21%
  • key color value is 54.12%
CMYK:
(36,0,75,54)
C36M0Y75K54 
(36%,0%,75%,54%)
(0.36/0.00/0.75/0.54)	

CMYK percentages

%35.9
%0
%75.21
%54.12

Codes

Color #4B751D in popluar color models

4B751D
RGB7511729
HSL89°60.27%28.63%
HSB/HSV89°75.21%45.88%
CMYK35.90%0.00%75.21%
54.12%

Color #4B751D in popluar number systems.

HEX4B751D
Decimal7511729
Binary1001011111010111101
Octal11316535

Shades and tints

Shades of #4B751D

#4B751D
(75,117,29)
#456B1B
(69,107,27)
#3F6119
(63,97,25)
#395717
(57,87,23)
#334D15
(51,77,21)
#2D4313
(45,67,19)
#273911
(39,57,17)
#212F0F
(33,47,15)
#1B250D
(27,37,13)
#151B0B
(21,27,11)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #4B751D

#4B751D
(75,117,29)
#5B8131
(91,129,49)
#6B8D45
(107,141,69)
#7B9959
(123,153,89)
#8BA56D
(139,165,109)
#9BB181
(155,177,129)
#ABBD95
(171,189,149)
#BBC9A9
(187,201,169)
#CBD5BD
(203,213,189)
#DBE1D1
(219,225,209)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B751D color. Also use rgb(75,117,29) instead hex code.

Text Font Color

.myTextColor { color: #4B751D; }

<p style="color:#4B751D">This sample text font color is #4B751D.</p>

This text font color is #4B751D.


Background Color

.myBgColor { background-color: #4B751D; }

<div style="background-color:#4B751D">Inner text</div>

This div background color is #4B751D.


Border color

.myBorderColor { border: 1px solid #4B751D; }

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

This div border color is #4B751D.


Opacity

.myOpacity80 { color: #4B751D; opacity: 0.8; }

<p style="color:#4B751D;opacity:0.8;">80%</p>

Text with #4B751D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4B751D;}

<p style="text-shadow: 3px 3px 1px #4B751D">Text here.</p>

This text has shadow with #4B751D color.

.textShadow {text-shadow: 3px 3px 1px #4B751D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4B751D, 5px 5px 20px red">Text here.</p>

This text has shadow with #4B751D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B751D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4B751D, Direction=45, Strength=4)">Text</p>

This text has shadow with #4B751D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4B751D;
  -webkit-box-shadow:	1px 1px 3px 2px #4B751D;
  box-shadow:		1px 1px 3px 2px #4B751D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B751D;
-webkit-box-shadow: 1px 1px 3px 2px #4B751D;
box-shadow:1px 1px 3px 2px #4B751D;">
Div content here</div>
This div box has shadow with color #4B751D.

Preview

Color preview on black background

This text has color #4B751D on black background.


Color preview on white background

This text has color #4B751D on white background.



Black color preview on #4B751D background

This text has black color on #4B751D background.


White color preview on #4B751D background

This text has white color on #4B751D background.