COLOR #4D5123

HEX: #4D5123
RGB: (77,81,35)

Color info

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

RGB color model

#4D5123 color RGB value is (77,81,35).

  • red value is 77;
  • green value is 81;
  • blue value is 35.
RGB:
(77,81,35)
(30%,32%,14%)

RGB channels and saturation

R 77 of 255 = 30%
G 81 of 255 = 32%
B 35 of 255 = 14%

77
81
35

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

Portions of RGB colors in percentages

R + G + B =
77 + 81 + 35 = 193 (100%)
R 77 of 193 ~ 39.9%
G 81 of 193 ~ 41.97%
B 35 of 193 ~ 18.13%

%39.9
%41.97
%18.13

CMYK color model

#4D5123 color CMYK value is (5,0,57,68).

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 56.79%
  • key color value is 68.24%
CMYK:
(5,0,57,68)
C5M0Y57K68 
(5%,0%,57%,68%)
(0.05/0.00/0.57/0.68)	

CMYK percentages

%4.94
%0
%56.79
%68.24

Codes

Color #4D5123 in popluar color models

4D5123
RGB778135
HSL65°39.66%22.75%
HSB/HSV65°56.79%31.76%
CMYK4.94%0.00%56.79%
68.24%

Color #4D5123 in popluar number systems.

HEX4D5123
Decimal778135
Binary10011011010001100011
Octal11512143

Shades and tints

Shades of #4D5123

#4D5123
(77,81,35)
#464A20
(70,74,32)
#3F431D
(63,67,29)
#383C1A
(56,60,26)
#313517
(49,53,23)
#2A2E14
(42,46,20)
#232711
(35,39,17)
#1C200E
(28,32,14)
#15190B
(21,25,11)
#0E1208
(14,18,8)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #4D5123

#4D5123
(77,81,35)
#5D6037
(93,96,55)
#6D6F4B
(109,111,75)
#7D7E5F
(125,126,95)
#8D8D73
(141,141,115)
#9D9C87
(157,156,135)
#ADAB9B
(173,171,155)
#BDBAAF
(189,186,175)
#CDC9C3
(205,201,195)
#DDD8D7
(221,216,215)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5123 color. Also use rgb(77,81,35) instead hex code.

Text Font Color

.myTextColor { color: #4D5123; }

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

This text font color is #4D5123.


Background Color

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

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

This div background color is #4D5123.


Border color

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

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

This div border color is #4D5123.


Opacity

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

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

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

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

This text has shadow with #4D5123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5123 on black background.


Color preview on white background

This text has color #4D5123 on white background.



Black color preview on #4D5123 background

This text has black color on #4D5123 background.


White color preview on #4D5123 background

This text has white color on #4D5123 background.