COLOR #4B752D

HEX: #4B752D
RGB: (75,117,45)

Color info

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

RGB color model

#4B752D color RGB value is (75,117,45).

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

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 45 of 255 = 18%

75
117
45

R + G + B ~ 31%. #4B752D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 45 = 237 (100%)
R 75 of 237 ~ 31.65%
G 117 of 237 ~ 49.37%
B 45 of 237 ~ 18.99%

%31.65
%49.37
%18.99

CMYK color model

#4B752D color CMYK value is (36,0,62,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 54.12%
CMYK:
(36,0,62,54)
C36M0Y62K54 
(36%,0%,62%,54%)
(0.36/0.00/0.62/0.54)	

CMYK percentages

%35.9
%0
%61.54
%54.12

Codes

Color #4B752D in popluar color models

4B752D
RGB7511745
HSL95°44.44%31.76%
HSB/HSV95°61.54%45.88%
CMYK35.90%0.00%61.54%
54.12%

Color #4B752D in popluar number systems.

HEX4B752D
Decimal7511745
Binary10010111110101101101
Octal11316555

Shades and tints

Shades of #4B752D

#4B752D
(75,117,45)
#456B29
(69,107,41)
#3F6125
(63,97,37)
#395721
(57,87,33)
#334D1D
(51,77,29)
#2D4319
(45,67,25)
#273915
(39,57,21)
#212F11
(33,47,17)
#1B250D
(27,37,13)
#151B09
(21,27,9)
#0F1105
(15,17,5)
#000000
(0,0,0)

Tints of #4B752D

#4B752D
(75,117,45)
#5B8140
(91,129,64)
#6B8D53
(107,141,83)
#7B9966
(123,153,102)
#8BA579
(139,165,121)
#9BB18C
(155,177,140)
#ABBD9F
(171,189,159)
#BBC9B2
(187,201,178)
#CBD5C5
(203,213,197)
#DBE1D8
(219,225,216)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B752D; }

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

This text font color is #4B752D.


Background Color

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

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

This div background color is #4B752D.


Border color

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

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

This div border color is #4B752D.


Opacity

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

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

Text with #4B752D 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 #4B752D;}

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

This text has shadow with #4B752D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B752D on black background.


Color preview on white background

This text has color #4B752D on white background.



Black color preview on #4B752D background

This text has black color on #4B752D background.


White color preview on #4B752D background

This text has white color on #4B752D background.