COLOR #4B635E

HEX: #4B635E
RGB: (75,99,94)

Renk bilgisi

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

RGB renk modeli

#4B635E color RGB value is (75,99,94).

  • kırmız ton 75;
  • yeşil ton 99;
  • mavi ton 94.
RGB:
(75,99,94)
(29%,39%,37%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 99 of 255 = 39%
B 94 of 255 = 37%

75
99
94

R + G + B ~ 35%. #4B635E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 99 + 94 = 268 (100%)
R 75 of 268 ~ 27.99%
G 99 of 268 ~ 36.94%
B 94 of 268 ~ 35.07%

%27.99
%36.94
%35.07

CMYK RENK MODELİ

#4B635E rengi CMYK tonu (24,0,5,61).

  • camgöbeği tonu 24.24%
  • eflatun tonu 0.00%
  • sarı tonu 5.05%
  • ana renk tonu 61.18%
CMYK:
(24,0,5,61)
C24M0Y5K61 
(24%,0%,5%,61%)
(0.24/0.00/0.05/0.61)	

CMYK yüzdeleri

%24.24
%0
%5.05
%61.18

Codes

Color #4B635E in popluar color models

4B635E
RGB759994
HSL168°13.79%34.12%
HSB/HSV168°24.24%38.82%
CMYK24.24%0.00%5.05%
61.18%

Color #4B635E in popluar number systems.

HEX4B635E
Decimal759994
Binary100101111000111011110
Octal113143136

Shades and tints

Shades of #4B635E

#4B635E
(75,99,94)
#455A56
(69,90,86)
#3F514E
(63,81,78)
#394846
(57,72,70)
#333F3E
(51,63,62)
#2D3636
(45,54,54)
#272D2E
(39,45,46)
#212426
(33,36,38)
#1B1B1E
(27,27,30)
#151216
(21,18,22)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #4B635E

#4B635E
(75,99,94)
#5B716C
(91,113,108)
#6B7F7A
(107,127,122)
#7B8D88
(123,141,136)
#8B9B96
(139,155,150)
#9BA9A4
(155,169,164)
#ABB7B2
(171,183,178)
#BBC5C0
(187,197,192)
#CBD3CE
(203,211,206)
#DBE1DC
(219,225,220)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B635E color. Also use rgb(75,99,94) instead hex code.

Text Font Color

.myTextColor { color: #4B635E; }

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

This text font color is #4B635E.


Background Color

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

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

This div background color is #4B635E.


Border color

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

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

This div border color is #4B635E.


Opacity

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

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

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

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

This text has shadow with #4B635E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B635E on black background.


Color preview on white background

This text has color #4B635E on white background.



Black color preview on #4B635E background

This text has black color on #4B635E background.


White color preview on #4B635E background

This text has white color on #4B635E background.