COLOR #4C753D

HEX: #4C753D RGB: (76,117,61)

Color info

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

RGB color model

#4C753D color RGB value is (76,117,61).

RGB: (76,117,61) (30%, 46%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 61 of 255 = 24%

76
117
61

R + G + B ~ 33%. #4C753D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 117 + 61 = 254 (100%)
R 76 of 254 ~ 29.92%
G 117 of 254 ~ 46.06%
B 61 of 254 ~ 24.02'%

%29.92
%46.06
%24.02

CMYK color model

#4C753D color CMYK value is (35,0,48,54).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 54.12%

CMYK: (35,0,48,54)
C35M0Y48K54 (35%, 0%, 48%, 54%)
(0.35 / 0.00 / 0.48 / 0.54)

CMYK percentages

%35.04
%0
%47.86
%54.12

Codes

Color #4C753D in popluar color models

4C 75 3D
RGB 76 117 61
HSL 104° 31.46% 34.90%
HSB/HSV 104° 47.86% 45.88%
CMYK 35.04% 0.00% 47.86%
54.12%

Color #4C753D in popluar number systems.

HEX 4C 75 3D
Decimal 76 117 61
Binary 1001100 1110101 111101
Octal 114 165 75

Shades and tints

Shades of #4C753D

#4C753D
(76,117,61)
#466B38
(70,107,56)
#406133
(64,97,51)
#3A572E
(58,87,46)
#344D29
(52,77,41)
#2E4324
(46,67,36)
#28391F
(40,57,31)
#222F1A
(34,47,26)
#1C2515
(28,37,21)
#161B10
(22,27,16)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #4C753D

#4C753D
(76,117,61)
#5C814E
(92,129,78)
#6C8D5F
(108,141,95)
#7C9970
(124,153,112)
#8CA581
(140,165,129)
#9CB192
(156,177,146)
#ACBDA3
(172,189,163)
#BCC9B4
(188,201,180)
#CCD5C5
(204,213,197)
#DCE1D6
(220,225,214)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C753D color. Also use rgb(76,117,61) instead hex code.

Text Font Color

.myTextColor { color: #4C753D; }

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

This text font color is #4C753D.

Background Color

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

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

This div background color is #4C753D.

Border color

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

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

This div border color is #4C753D.

Opacity

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

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

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

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

This text has shadow with #4C753D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C753D.

Preview

Color preview on black background

This text has color #4C753D on black background.


Color preview on white background

This text has color #4C753D on white background.


Black color preview on #4C753D background

This text has black color on #4C753D background.


White color preview on #4C753D background

This text has white color on #4C753D background.


Related colors

Complementary color

Complementary color for #hex is #B38AC2.


I love getcolorcode.com

Triadic colors

1 #3D4C75 and #753D4C with #4C753D are triadic colors.

2 #3D754C and #754C3D with #4C753D are triadic colors.