COLOR #4B6D5C

HEX: #4B6D5C
RGB: (75,109,92)

Renk bilgisi

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

RGB renk modeli

#4B6D5C color RGB value is (75,109,92).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 109 of 255 = 43%
B 92 of 255 = 36%

75
109
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 109 + 92 = 276 (100%)
R 75 of 276 ~ 27.17%
G 109 of 276 ~ 39.49%
B 92 of 276 ~ 33.33%

%27.17
%39.49
%33.33

CMYK RENK MODELİ

#4B6D5C rengi CMYK tonu (31,0,16,57).

  • camgöbeği tonu 31.19%
  • eflatun tonu 0.00%
  • sarı tonu 15.60%
  • ana renk tonu 57.25%
CMYK:
(31,0,16,57)
C31M0Y16K57 
(31%,0%,16%,57%)
(0.31/0.00/0.16/0.57)	

CMYK yüzdeleri

%31.19
%0
%15.6
%57.25

Codes

Color #4B6D5C in popluar color models

4B6D5C
RGB7510992
HSL150°18.48%36.08%
HSB/HSV150°31.19%42.75%
CMYK31.19%0.00%15.60%
57.25%

Color #4B6D5C in popluar number systems.

HEX4B6D5C
Decimal7510992
Binary100101111011011011100
Octal113155134

Shades and tints

Shades of #4B6D5C

#4B6D5C
(75,109,92)
#456454
(69,100,84)
#3F5B4C
(63,91,76)
#395244
(57,82,68)
#33493C
(51,73,60)
#2D4034
(45,64,52)
#27372C
(39,55,44)
#212E24
(33,46,36)
#1B251C
(27,37,28)
#151C14
(21,28,20)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #4B6D5C

#4B6D5C
(75,109,92)
#5B7A6A
(91,122,106)
#6B8778
(107,135,120)
#7B9486
(123,148,134)
#8BA194
(139,161,148)
#9BAEA2
(155,174,162)
#ABBBB0
(171,187,176)
#BBC8BE
(187,200,190)
#CBD5CC
(203,213,204)
#DBE2DA
(219,226,218)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6D5C; }

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

This text font color is #4B6D5C.


Background Color

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

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

This div background color is #4B6D5C.


Border color

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

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

This div border color is #4B6D5C.


Opacity

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

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

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

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

This text has shadow with #4B6D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6D5C on black background.


Color preview on white background

This text has color #4B6D5C on white background.



Black color preview on #4B6D5C background

This text has black color on #4B6D5C background.


White color preview on #4B6D5C background

This text has white color on #4B6D5C background.