COLOR #4B695D

HEX: #4B695D
RGB: (75,105,93)

Renk bilgisi

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

RGB renk modeli

#4B695D color RGB value is (75,105,93).

  • kırmız ton 75;
  • yeşil ton 105;
  • mavi ton 93.
RGB:
(75,105,93)
(29%,41%,36%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 105 of 255 = 41%
B 93 of 255 = 36%

75
105
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 105 + 93 = 273 (100%)
R 75 of 273 ~ 27.47%
G 105 of 273 ~ 38.46%
B 93 of 273 ~ 34.07%

%27.47
%38.46
%34.07

CMYK RENK MODELİ

#4B695D rengi CMYK tonu (29,0,11,59).

  • camgöbeği tonu 28.57%
  • eflatun tonu 0.00%
  • sarı tonu 11.43%
  • ana renk tonu 58.82%
CMYK:
(29,0,11,59)
C29M0Y11K59 
(29%,0%,11%,59%)
(0.29/0.00/0.11/0.59)	

CMYK yüzdeleri

%28.57
%0
%11.43
%58.82

Codes

Color #4B695D in popluar color models

4B695D
RGB7510593
HSL156°16.67%35.29%
HSB/HSV156°28.57%41.18%
CMYK28.57%0.00%11.43%
58.82%

Color #4B695D in popluar number systems.

HEX4B695D
Decimal7510593
Binary100101111010011011101
Octal113151135

Shades and tints

Shades of #4B695D

#4B695D
(75,105,93)
#456055
(69,96,85)
#3F574D
(63,87,77)
#394E45
(57,78,69)
#33453D
(51,69,61)
#2D3C35
(45,60,53)
#27332D
(39,51,45)
#212A25
(33,42,37)
#1B211D
(27,33,29)
#151815
(21,24,21)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #4B695D

#4B695D
(75,105,93)
#5B766B
(91,118,107)
#6B8379
(107,131,121)
#7B9087
(123,144,135)
#8B9D95
(139,157,149)
#9BAAA3
(155,170,163)
#ABB7B1
(171,183,177)
#BBC4BF
(187,196,191)
#CBD1CD
(203,209,205)
#DBDEDB
(219,222,219)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B695D color. Also use rgb(75,105,93) instead hex code.

Text Font Color

.myTextColor { color: #4B695D; }

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

This text font color is #4B695D.


Background Color

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

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

This div background color is #4B695D.


Border color

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

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

This div border color is #4B695D.


Opacity

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

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

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

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

This text has shadow with #4B695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B695D on black background.


Color preview on white background

This text has color #4B695D on white background.



Black color preview on #4B695D background

This text has black color on #4B695D background.


White color preview on #4B695D background

This text has white color on #4B695D background.