COLOR #4D5834

HEX: #4D5834
RGB: (77,88,52)

Color info

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

RGB color model

#4D5834 color RGB value is (77,88,52).

  • red value is 77;
  • green value is 88;
  • blue value is 52.
RGB:
(77,88,52)
(30%,35%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 52 of 255 = 20%

77
88
52

R + G + B ~ 28%. #4D5834 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 52 = 217 (100%)
R 77 of 217 ~ 35.48%
G 88 of 217 ~ 40.55%
B 52 of 217 ~ 23.96%

%35.48
%40.55
%23.96

CMYK color model

#4D5834 color CMYK value is (13,0,41,65).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 65.49%
CMYK:
(13,0,41,65)
C13M0Y41K65 
(13%,0%,41%,65%)
(0.13/0.00/0.41/0.65)	

CMYK percentages

%12.5
%0
%40.91
%65.49

Codes

Color #4D5834 in popluar color models

4D5834
RGB778852
HSL78°25.71%27.45%
HSB/HSV78°40.91%34.51%
CMYK12.50%0.00%40.91%
65.49%

Color #4D5834 in popluar number systems.

HEX4D5834
Decimal778852
Binary10011011011000110100
Octal11513064

Shades and tints

Shades of #4D5834

#4D5834
(77,88,52)
#465030
(70,80,48)
#3F482C
(63,72,44)
#384028
(56,64,40)
#313824
(49,56,36)
#2A3020
(42,48,32)
#23281C
(35,40,28)
#1C2018
(28,32,24)
#151814
(21,24,20)
#0E1010
(14,16,16)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D5834

#4D5834
(77,88,52)
#5D6746
(93,103,70)
#6D7658
(109,118,88)
#7D856A
(125,133,106)
#8D947C
(141,148,124)
#9DA38E
(157,163,142)
#ADB2A0
(173,178,160)
#BDC1B2
(189,193,178)
#CDD0C4
(205,208,196)
#DDDFD6
(221,223,214)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5834 color. Also use rgb(77,88,52) instead hex code.

Text Font Color

.myTextColor { color: #4D5834; }

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

This text font color is #4D5834.


Background Color

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

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

This div background color is #4D5834.


Border color

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

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

This div border color is #4D5834.


Opacity

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

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

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

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

This text has shadow with #4D5834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5834 on black background.


Color preview on white background

This text has color #4D5834 on white background.



Black color preview on #4D5834 background

This text has black color on #4D5834 background.


White color preview on #4D5834 background

This text has white color on #4D5834 background.