COLOR #4D6826

HEX: #4D6826
RGB: (77,104,38)

Renk bilgisi

#4D6826 contains mainly red and green colors. #4D6826 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4D6826 color RGB value is (77,104,38).

  • kırmız ton 77;
  • yeşil ton 104;
  • mavi ton 38.
RGB:
(77,104,38)
(30%,41%,15%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 104 of 255 = 41%
B 38 of 255 = 15%

77
104
38

R + G + B ~ 29%. #4D6826 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 104 + 38 = 219 (100%)
R 77 of 219 ~ 35.16%
G 104 of 219 ~ 47.49%
B 38 of 219 ~ 17.35%

%35.16
%47.49
%17.35

CMYK RENK MODELİ

#4D6826 rengi CMYK tonu (26,0,63,59).

  • camgöbeği tonu 25.96%
  • eflatun tonu 0.00%
  • sarı tonu 63.46%
  • ana renk tonu 59.22%
CMYK:
(26,0,63,59)
C26M0Y63K59 
(26%,0%,63%,59%)
(0.26/0.00/0.63/0.59)	

CMYK yüzdeleri

%25.96
%0
%63.46
%59.22

Codes

Color #4D6826 in popluar color models

4D6826
RGB7710438
HSL85°46.48%27.84%
HSB/HSV85°63.46%40.78%
CMYK25.96%0.00%63.46%
59.22%

Color #4D6826 in popluar number systems.

HEX4D6826
Decimal7710438
Binary10011011101000100110
Octal11515046

Shades and tints

Shades of #4D6826

#4D6826
(77,104,38)
#465F23
(70,95,35)
#3F5620
(63,86,32)
#384D1D
(56,77,29)
#31441A
(49,68,26)
#2A3B17
(42,59,23)
#233214
(35,50,20)
#1C2911
(28,41,17)
#15200E
(21,32,14)
#0E170B
(14,23,11)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #4D6826

#4D6826
(77,104,38)
#5D7539
(93,117,57)
#6D824C
(109,130,76)
#7D8F5F
(125,143,95)
#8D9C72
(141,156,114)
#9DA985
(157,169,133)
#ADB698
(173,182,152)
#BDC3AB
(189,195,171)
#CDD0BE
(205,208,190)
#DDDDD1
(221,221,209)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6826 color. Also use rgb(77,104,38) instead hex code.

Text Font Color

.myTextColor { color: #4D6826; }

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

This text font color is #4D6826.


Background Color

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

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

This div background color is #4D6826.


Border color

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

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

This div border color is #4D6826.


Opacity

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

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

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

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

This text has shadow with #4D6826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6826 on black background.


Color preview on white background

This text has color #4D6826 on white background.



Black color preview on #4D6826 background

This text has black color on #4D6826 background.


White color preview on #4D6826 background

This text has white color on #4D6826 background.