COLOR #4C6234

HEX: #4C6234
RGB: (76,98,52)

Color info

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

RGB color model

#4C6234 color RGB value is (76,98,52).

  • red value is 76;
  • green value is 98;
  • blue value is 52.
RGB:
(76,98,52)
(30%,38%,20%)

RGB channels and saturation

R 76 of 255 = 30%
G 98 of 255 = 38%
B 52 of 255 = 20%

76
98
52

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

Portions of RGB colors in percentages

R + G + B =
76 + 98 + 52 = 226 (100%)
R 76 of 226 ~ 33.63%
G 98 of 226 ~ 43.36%
B 52 of 226 ~ 23.01%

%33.63
%43.36
%23.01

CMYK color model

#4C6234 color CMYK value is (22,0,47,62).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 61.57%
CMYK:
(22,0,47,62)
C22M0Y47K62 
(22%,0%,47%,62%)
(0.22/0.00/0.47/0.62)	

CMYK percentages

%22.45
%0
%46.94
%61.57

Codes

Color #4C6234 in popluar color models

4C6234
RGB769852
HSL89°30.67%29.41%
HSB/HSV89°46.94%38.43%
CMYK22.45%0.00%46.94%
61.57%

Color #4C6234 in popluar number systems.

HEX4C6234
Decimal769852
Binary10011001100010110100
Octal11414264

Shades and tints

Shades of #4C6234

#4C6234
(76,98,52)
#465A30
(70,90,48)
#40522C
(64,82,44)
#3A4A28
(58,74,40)
#344224
(52,66,36)
#2E3A20
(46,58,32)
#28321C
(40,50,28)
#222A18
(34,42,24)
#1C2214
(28,34,20)
#161A10
(22,26,16)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #4C6234

#4C6234
(76,98,52)
#5C7046
(92,112,70)
#6C7E58
(108,126,88)
#7C8C6A
(124,140,106)
#8C9A7C
(140,154,124)
#9CA88E
(156,168,142)
#ACB6A0
(172,182,160)
#BCC4B2
(188,196,178)
#CCD2C4
(204,210,196)
#DCE0D6
(220,224,214)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6234 color. Also use rgb(76,98,52) instead hex code.

Text Font Color

.myTextColor { color: #4C6234; }

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

This text font color is #4C6234.


Background Color

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

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

This div background color is #4C6234.


Border color

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

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

This div border color is #4C6234.


Opacity

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

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

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

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

This text has shadow with #4C6234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6234 on black background.


Color preview on white background

This text has color #4C6234 on white background.



Black color preview on #4C6234 background

This text has black color on #4C6234 background.


White color preview on #4C6234 background

This text has white color on #4C6234 background.