COLOR #4D361D

HEX: #4D361D
RGB: (77,54,29)

Color info

#4D361D contains red, green and blue colors in about the same proportion. Web safe color of #4D361D is #333333 (or #333).

RGB color model

#4D361D color RGB value is (77,54,29).

  • red value is 77;
  • green value is 54;
  • blue value is 29.
RGB:
(77,54,29)
(30%,21%,11%)

RGB channels and saturation

R 77 of 255 = 30%
G 54 of 255 = 21%
B 29 of 255 = 11%

77
54
29

R + G + B ~ 21%. #4D361D is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 54 + 29 = 160 (100%)
R 77 of 160 ~ 48.13%
G 54 of 160 ~ 33.75%
B 29 of 160 ~ 18.13%

%48.13
%33.75
%18.13

CMYK color model

#4D361D color CMYK value is (0,30,62,70).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 62.34%
  • key color value is 69.80%
CMYK:
(0,30,62,70)
C0M30Y62K70 
(0%,30%,62%,70%)
(0.00/0.30/0.62/0.70)	

CMYK percentages

%0
%29.87
%62.34
%69.8

Codes

Color #4D361D in popluar color models

4D361D
RGB775429
HSL31°45.28%20.78%
HSB/HSV31°62.34%30.20%
CMYK0.00%29.87%62.34%
69.80%

Color #4D361D in popluar number systems.

HEX4D361D
Decimal775429
Binary100110111011011101
Octal1156635

Shades and tints

Shades of #4D361D

#4D361D
(77,54,29)
#46321B
(70,50,27)
#3F2E19
(63,46,25)
#382A17
(56,42,23)
#312615
(49,38,21)
#2A2213
(42,34,19)
#231E11
(35,30,17)
#1C1A0F
(28,26,15)
#15160D
(21,22,13)
#0E120B
(14,18,11)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D361D

#4D361D
(77,54,29)
#5D4831
(93,72,49)
#6D5A45
(109,90,69)
#7D6C59
(125,108,89)
#8D7E6D
(141,126,109)
#9D9081
(157,144,129)
#ADA295
(173,162,149)
#BDB4A9
(189,180,169)
#CDC6BD
(205,198,189)
#DDD8D1
(221,216,209)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D361D color. Also use rgb(77,54,29) instead hex code.

Text Font Color

.myTextColor { color: #4D361D; }

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

This text font color is #4D361D.


Background Color

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

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

This div background color is #4D361D.


Border color

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

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

This div border color is #4D361D.


Opacity

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

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

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

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

This text has shadow with #4D361D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D361D on black background.


Color preview on white background

This text has color #4D361D on white background.



Black color preview on #4D361D background

This text has black color on #4D361D background.


White color preview on #4D361D background

This text has white color on #4D361D background.