COLOR #4B7B4C

HEX: #4B7B4C RGB: (75,123,76)

Color info

#4B7B4C contains red, green and blue colors in about the same proportion. Web safe color of #4B7B4C is #336633 (or #363).

RGB color model

#4B7B4C color RGB value is (75,123,76).

RGB: (75,123,76) (29%, 48%, 30%)

RGB channels and saturation

R 75 of 255 = 29%
G 123 of 255 = 48%
B 76 of 255 = 30%

75
123
76

R + G + B ~ 36%. #4B7B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 123 + 76 = 274 (100%)
R 75 of 274 ~ 27.37%
G 123 of 274 ~ 44.89%
B 76 of 274 ~ 27.74'%

%27.37
%44.89
%27.74

CMYK color model

#4B7B4C color CMYK value is (39,0,38,52).

  • cyan value is 39.02%
  • magenta value is 0.00%
  • yellow value is 38.21%
  • key color value is 51.76%

CMYK: (39,0,38,52)
C39M0Y38K52 (39%, 0%, 38%, 52%)
(0.39 / 0.00 / 0.38 / 0.52)

CMYK percentages

%39.02
%0
%38.21
%51.76

Codes

Color #4B7B4C in popluar color models

4B 7B 4C
RGB 75 123 76
HSL 121° 24.24% 38.82%
HSB/HSV 121° 39.02% 48.24%
CMYK 39.02% 0.00% 38.21%
51.76%

Color #4B7B4C in popluar number systems.

HEX 4B 7B 4C
Decimal 75 123 76
Binary 1001011 1111011 1001100
Octal 113 173 114

Shades and tints

Shades of #4B7B4C

#4B7B4C
(75,123,76)
#457046
(69,112,70)
#3F6540
(63,101,64)
#395A3A
(57,90,58)
#334F34
(51,79,52)
#2D442E
(45,68,46)
#273928
(39,57,40)
#212E22
(33,46,34)
#1B231C
(27,35,28)
#151816
(21,24,22)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #4B7B4C

#4B7B4C
(75,123,76)
#5B875C
(91,135,92)
#6B936C
(107,147,108)
#7B9F7C
(123,159,124)
#8BAB8C
(139,171,140)
#9BB79C
(155,183,156)
#ABC3AC
(171,195,172)
#BBCFBC
(187,207,188)
#CBDBCC
(203,219,204)
#DBE7DC
(219,231,220)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7B4C color. Also use rgb(75,123,76) instead hex code.

Text Font Color

.myTextColor { color: #4B7B4C; }

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

This text font color is #4B7B4C.

Background Color

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

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

This div background color is #4B7B4C.

Border color

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

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

This div border color is #4B7B4C.

Opacity

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

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

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

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

This text has shadow with #4B7B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7B4C.

Preview

Color preview on black background

This text has color #4B7B4C on black background.


Color preview on white background

This text has color #4B7B4C on white background.


Black color preview on #4B7B4C background

This text has black color on #4B7B4C background.


White color preview on #4B7B4C background

This text has white color on #4B7B4C background.


Related colors

Complementary color

Complementary color for #hex is #B484B3.


I love getcolorcode.com

Triadic colors

1 #4C4B7B and #7B4C4B with #4B7B4C are triadic colors.

2 #4C7B4B and #7B4B4C with #4B7B4C are triadic colors.