COLOR #4D7252

HEX: #4D7252
RGB: (77,114,82)

Renk bilgisi

#4D7252 contains red, green and blue colors in about the same proportion. #4D7252 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4D7252 color RGB value is (77,114,82).

  • kırmız ton 77;
  • yeşil ton 114;
  • mavi ton 82.
RGB:
(77,114,82)
(30%,45%,32%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 114 of 255 = 45%
B 82 of 255 = 32%

77
114
82

R + G + B ~ 36%. #4D7252 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 114 + 82 = 273 (100%)
R 77 of 273 ~ 28.21%
G 114 of 273 ~ 41.76%
B 82 of 273 ~ 30.04%

%28.21
%41.76
%30.04

CMYK RENK MODELİ

#4D7252 rengi CMYK tonu (32,0,28,55).

  • camgöbeği tonu 32.46%
  • eflatun tonu 0.00%
  • sarı tonu 28.07%
  • ana renk tonu 55.29%
CMYK:
(32,0,28,55)
C32M0Y28K55 
(32%,0%,28%,55%)
(0.32/0.00/0.28/0.55)	

CMYK yüzdeleri

%32.46
%0
%28.07
%55.29

Codes

Color #4D7252 in popluar color models

4D7252
RGB7711482
HSL128°19.37%37.45%
HSB/HSV128°32.46%44.71%
CMYK32.46%0.00%28.07%
55.29%

Color #4D7252 in popluar number systems.

HEX4D7252
Decimal7711482
Binary100110111100101010010
Octal115162122

Shades and tints

Shades of #4D7252

#4D7252
(77,114,82)
#46684B
(70,104,75)
#3F5E44
(63,94,68)
#38543D
(56,84,61)
#314A36
(49,74,54)
#2A402F
(42,64,47)
#233628
(35,54,40)
#1C2C21
(28,44,33)
#15221A
(21,34,26)
#0E1813
(14,24,19)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #4D7252

#4D7252
(77,114,82)
#5D7E61
(93,126,97)
#6D8A70
(109,138,112)
#7D967F
(125,150,127)
#8DA28E
(141,162,142)
#9DAE9D
(157,174,157)
#ADBAAC
(173,186,172)
#BDC6BB
(189,198,187)
#CDD2CA
(205,210,202)
#DDDED9
(221,222,217)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7252 color. Also use rgb(77,114,82) instead hex code.

Text Font Color

.myTextColor { color: #4D7252; }

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

This text font color is #4D7252.


Background Color

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

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

This div background color is #4D7252.


Border color

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

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

This div border color is #4D7252.


Opacity

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

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

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

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

This text has shadow with #4D7252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7252 on black background.


Color preview on white background

This text has color #4D7252 on white background.



Black color preview on #4D7252 background

This text has black color on #4D7252 background.


White color preview on #4D7252 background

This text has white color on #4D7252 background.