COLOR #4C673D

HEX: #4C673D
RGB: (76,103,61)

Color info

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

RGB color model

#4C673D color RGB value is (76,103,61).

  • red value is 76;
  • green value is 103;
  • blue value is 61.
RGB:
(76,103,61)
(30%,40%,24%)

RGB channels and saturation

R 76 of 255 = 30%
G 103 of 255 = 40%
B 61 of 255 = 24%

76
103
61

R + G + B ~ 31%. #4C673D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 103 + 61 = 240 (100%)
R 76 of 240 ~ 31.67%
G 103 of 240 ~ 42.92%
B 61 of 240 ~ 25.42%

%31.67
%42.92
%25.42

CMYK color model

#4C673D color CMYK value is (26,0,41,60).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 59.61%
CMYK:
(26,0,41,60)
C26M0Y41K60 
(26%,0%,41%,60%)
(0.26/0.00/0.41/0.60)	

CMYK percentages

%26.21
%0
%40.78
%59.61

Codes

Color #4C673D in popluar color models

4C673D
RGB7610361
HSL99°25.61%32.16%
HSB/HSV99°40.78%40.39%
CMYK26.21%0.00%40.78%
59.61%

Color #4C673D in popluar number systems.

HEX4C673D
Decimal7610361
Binary10011001100111111101
Octal11414775

Shades and tints

Shades of #4C673D

#4C673D
(76,103,61)
#465E38
(70,94,56)
#405533
(64,85,51)
#3A4C2E
(58,76,46)
#344329
(52,67,41)
#2E3A24
(46,58,36)
#28311F
(40,49,31)
#22281A
(34,40,26)
#1C1F15
(28,31,21)
#161610
(22,22,16)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C673D

#4C673D
(76,103,61)
#5C744E
(92,116,78)
#6C815F
(108,129,95)
#7C8E70
(124,142,112)
#8C9B81
(140,155,129)
#9CA892
(156,168,146)
#ACB5A3
(172,181,163)
#BCC2B4
(188,194,180)
#CCCFC5
(204,207,197)
#DCDCD6
(220,220,214)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C673D; }

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

This text font color is #4C673D.


Background Color

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

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

This div background color is #4C673D.


Border color

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

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

This div border color is #4C673D.


Opacity

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

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

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

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

This text has shadow with #4C673D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C673D on black background.


Color preview on white background

This text has color #4C673D on white background.



Black color preview on #4C673D background

This text has black color on #4C673D background.


White color preview on #4C673D background

This text has white color on #4C673D background.