COLOR #4C7103

HEX: #4C7103 RGB: (76,113,3)

Color info

#4C7103 contains mainly red and green colors. Web safe color of #4C7103 is #336600 (or #360).

RGB color model

#4C7103 color RGB value is (76,113,3).

RGB: (76,113,3) (30%, 44%, 1%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 3 of 255 = 1%

76
113
3

R + G + B ~ 25%. #4C7103 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 113 + 3 = 192 (100%)
R 76 of 192 ~ 39.58%
G 113 of 192 ~ 58.85%
B 3 of 192 ~ 1.56'%

%39.58
%58.85

CMYK color model

#4C7103 color CMYK value is (33,0,97,56).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 97.35%
  • key color value is 55.69%

CMYK: (33,0,97,56)
C33M0Y97K56 (33%, 0%, 97%, 56%)
(0.33 / 0.00 / 0.97 / 0.56)

CMYK percentages

%32.74
%0
%97.35
%55.69

Codes

Color #4C7103 in popluar color models

4C 71 03
RGB 76 113 3
HSL 80° 94.83% 22.75%
HSB/HSV 80° 97.35% 44.31%
CMYK 32.74% 0.00% 97.35%
55.69%

Color #4C7103 in popluar number systems.

HEX 4C 71 03
Decimal 76 113 3
Binary 1001100 1110001 11
Octal 114 161 3

Shades and tints

Shades of #4C7103

#4C7103
(76,113,3)
#466703
(70,103,3)
#405D03
(64,93,3)
#3A5303
(58,83,3)
#344903
(52,73,3)
#2E3F03
(46,63,3)
#283503
(40,53,3)
#222B03
(34,43,3)
#1C2103
(28,33,3)
#161703
(22,23,3)
#100D03
(16,13,3)
#000000
(0,0,0)

Tints of #4C7103

#4C7103
(76,113,3)
#5C7D19
(92,125,25)
#6C892F
(108,137,47)
#7C9545
(124,149,69)
#8CA15B
(140,161,91)
#9CAD71
(156,173,113)
#ACB987
(172,185,135)
#BCC59D
(188,197,157)
#CCD1B3
(204,209,179)
#DCDDC9
(220,221,201)
#ECE9DF
(236,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7103 color. Also use rgb(76,113,3) instead hex code.

Text Font Color

.myTextColor { color: #4C7103; }

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

This text font color is #4C7103.

Background Color

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

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

This div background color is #4C7103.

Border color

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

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

This div border color is #4C7103.

Opacity

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

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

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

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

This text has shadow with #4C7103 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7103.

Preview

Color preview on black background

This text has color #4C7103 on black background.


Color preview on white background

This text has color #4C7103 on white background.


Black color preview on #4C7103 background

This text has black color on #4C7103 background.


White color preview on #4C7103 background

This text has white color on #4C7103 background.


Related colors

Complementary color

Complementary color for #hex is #B38EFC.


I love getcolorcode.com

Triadic colors

1 #034C71 and #71034C with #4C7103 are triadic colors.

2 #03714C and #714C03 with #4C7103 are triadic colors.