COLOR #4D3E02

HEX: #4D3E02 RGB: (77,62,2)

Color info

#4D3E02 contains mainly red and green colors. Web safe color of #4D3E02 is #333300 (or #330).

RGB color model

#4D3E02 color RGB value is (77,62,2).

RGB: (77,62,2) (30%, 24%, 1%)

RGB channels and saturation

R 77 of 255 = 30%
G 62 of 255 = 24%
B 2 of 255 = 1%

77
62
2

R + G + B ~ 18%. #4D3E02 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 62 + 2 = 141 (100%)
R 77 of 141 ~ 54.61%
G 62 of 141 ~ 43.97%
B 2 of 141 ~ 1.42'%

%54.61
%43.97

CMYK color model

#4D3E02 color CMYK value is (0,19,97,70).

  • cyan value is 0.00%
  • magenta value is 19.48%
  • yellow value is 97.40%
  • key color value is 69.80%

CMYK: (0,19,97,70)
C0M19Y97K70 (0%, 19%, 97%, 70%)
(0.00 / 0.19 / 0.97 / 0.70)

CMYK percentages

%0
%19.48
%97.4
%69.8

Codes

Color #4D3E02 in popluar color models

4D 3E 02
RGB 77 62 2
HSL 48° 94.94% 15.49%
HSB/HSV 48° 97.40% 30.20%
CMYK 0.00% 19.48% 97.40%
69.80%

Color #4D3E02 in popluar number systems.

HEX 4D 3E 02
Decimal 77 62 2
Binary 1001101 111110 10
Octal 115 76 2

Shades and tints

Shades of #4D3E02

#4D3E02
(77,62,2)
#463902
(70,57,2)
#3F3402
(63,52,2)
#382F02
(56,47,2)
#312A02
(49,42,2)
#2A2502
(42,37,2)
#232002
(35,32,2)
#1C1B02
(28,27,2)
#151602
(21,22,2)
#0E1102
(14,17,2)
#070C02
(7,12,2)
#000000
(0,0,0)

Tints of #4D3E02

#4D3E02
(77,62,2)
#5D4F19
(93,79,25)
#6D6030
(109,96,48)
#7D7147
(125,113,71)
#8D825E
(141,130,94)
#9D9375
(157,147,117)
#ADA48C
(173,164,140)
#BDB5A3
(189,181,163)
#CDC6BA
(205,198,186)
#DDD7D1
(221,215,209)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3E02 color. Also use rgb(77,62,2) instead hex code.

Text Font Color

.myTextColor { color: #4D3E02; }

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

This text font color is #4D3E02.

Background Color

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

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

This div background color is #4D3E02.

Border color

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

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

This div border color is #4D3E02.

Opacity

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

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

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

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

This text has shadow with #4D3E02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3E02.

Preview

Color preview on black background

This text has color #4D3E02 on black background.


Color preview on white background

This text has color #4D3E02 on white background.


Black color preview on #4D3E02 background

This text has black color on #4D3E02 background.


White color preview on #4D3E02 background

This text has white color on #4D3E02 background.


Related colors

Complementary color

Complementary color for #hex is #B2C1FD.


I love getcolorcode.com

Triadic colors

1 #024D3E and #3E024D with #4D3E02 are triadic colors.

2 #023E4D and #3E4D02 with #4D3E02 are triadic colors.