COLOR #4B7D6D

HEX: #4B7D6D
RGB: (75,125,109)

Renk bilgisi

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

RGB renk modeli

#4B7D6D color RGB value is (75,125,109).

  • kırmız ton 75;
  • yeşil ton 125;
  • mavi ton 109.
RGB:
(75,125,109)
(29%,49%,43%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 125 of 255 = 49%
B 109 of 255 = 43%

75
125
109

R + G + B ~ 40%. #4B7D6D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 125 + 109 = 309 (100%)
R 75 of 309 ~ 24.27%
G 125 of 309 ~ 40.45%
B 109 of 309 ~ 35.28%

%24.27
%40.45
%35.28

CMYK RENK MODELİ

#4B7D6D rengi CMYK tonu (40,0,13,51).

  • camgöbeği tonu 40.00%
  • eflatun tonu 0.00%
  • sarı tonu 12.80%
  • ana renk tonu 50.98%
CMYK:
(40,0,13,51)
C40M0Y13K51 
(40%,0%,13%,51%)
(0.40/0.00/0.13/0.51)	

CMYK yüzdeleri

%40
%0
%12.8
%50.98

Codes

Color #4B7D6D in popluar color models

4B7D6D
RGB75125109
HSL161°25.00%39.22%
HSB/HSV161°40.00%49.02%
CMYK40.00%0.00%12.80%
50.98%

Color #4B7D6D in popluar number systems.

HEX4B7D6D
Decimal75125109
Binary100101111111011101101
Octal113175155

Shades and tints

Shades of #4B7D6D

#4B7D6D
(75,125,109)
#457264
(69,114,100)
#3F675B
(63,103,91)
#395C52
(57,92,82)
#335149
(51,81,73)
#2D4640
(45,70,64)
#273B37
(39,59,55)
#21302E
(33,48,46)
#1B2525
(27,37,37)
#151A1C
(21,26,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #4B7D6D

#4B7D6D
(75,125,109)
#5B887A
(91,136,122)
#6B9387
(107,147,135)
#7B9E94
(123,158,148)
#8BA9A1
(139,169,161)
#9BB4AE
(155,180,174)
#ABBFBB
(171,191,187)
#BBCAC8
(187,202,200)
#CBD5D5
(203,213,213)
#DBE0E2
(219,224,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7D6D color. Also use rgb(75,125,109) instead hex code.

Text Font Color

.myTextColor { color: #4B7D6D; }

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

This text font color is #4B7D6D.


Background Color

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

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

This div background color is #4B7D6D.


Border color

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

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

This div border color is #4B7D6D.


Opacity

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

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

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

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

This text has shadow with #4B7D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7D6D on black background.


Color preview on white background

This text has color #4B7D6D on white background.



Black color preview on #4B7D6D background

This text has black color on #4B7D6D background.


White color preview on #4B7D6D background

This text has white color on #4B7D6D background.