COLOR #4C5838

HEX: #4C5838 RGB: (76,88,56)

Color info

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

RGB color model

#4C5838 color RGB value is (76,88,56).

RGB: (76,88,56) (30%, 35%, 22%)

RGB channels and saturation

R 76 of 255 = 30%
G 88 of 255 = 35%
B 56 of 255 = 22%

76
88
56

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

Portions of RGB colors in percentages

R + G + B = 76 + 88 + 56 = 220 (100%)
R 76 of 220 ~ 34.55%
G 88 of 220 ~ 40%
B 56 of 220 ~ 25.45'%

%34.55
%40
%25.45

CMYK color model

#4C5838 color CMYK value is (14,0,36,65).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 65.49%

CMYK: (14,0,36,65)
C14M0Y36K65 (14%, 0%, 36%, 65%)
(0.14 / 0.00 / 0.36 / 0.65)

CMYK percentages

%13.64
%0
%36.36
%65.49

Codes

Color #4C5838 in popluar color models

4C 58 38
RGB 76 88 56
HSL 83° 22.22% 28.24%
HSB/HSV 83° 36.36% 34.51%
CMYK 13.64% 0.00% 36.36%
65.49%

Color #4C5838 in popluar number systems.

HEX 4C 58 38
Decimal 76 88 56
Binary 1001100 1011000 111000
Octal 114 130 70

Shades and tints

Shades of #4C5838

#4C5838
(76,88,56)
#465033
(70,80,51)
#40482E
(64,72,46)
#3A4029
(58,64,41)
#343824
(52,56,36)
#2E301F
(46,48,31)
#28281A
(40,40,26)
#222015
(34,32,21)
#1C1810
(28,24,16)
#16100B
(22,16,11)
#100806
(16,8,6)
#000000
(0,0,0)

Tints of #4C5838

#4C5838
(76,88,56)
#5C674A
(92,103,74)
#6C765C
(108,118,92)
#7C856E
(124,133,110)
#8C9480
(140,148,128)
#9CA392
(156,163,146)
#ACB2A4
(172,178,164)
#BCC1B6
(188,193,182)
#CCD0C8
(204,208,200)
#DCDFDA
(220,223,218)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5838 color. Also use rgb(76,88,56) instead hex code.

Text Font Color

.myTextColor { color: #4C5838; }

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

This text font color is #4C5838.

Background Color

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

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

This div background color is #4C5838.

Border color

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

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

This div border color is #4C5838.

Opacity

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

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

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

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

This text has shadow with #4C5838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5838.

Preview

Color preview on black background

This text has color #4C5838 on black background.


Color preview on white background

This text has color #4C5838 on white background.


Black color preview on #4C5838 background

This text has black color on #4C5838 background.


White color preview on #4C5838 background

This text has white color on #4C5838 background.


Related colors

Complementary color

Complementary color for #hex is #B3A7C7.


I love getcolorcode.com

Triadic colors

1 #384C58 and #58384C with #4C5838 are triadic colors.

2 #38584C and #584C38 with #4C5838 are triadic colors.