COLOR #555740

HEX: #555740
RGB: (85,87,64)

Renk bilgisi

#555740 contains red, green and blue colors in about the same proportion. #555740 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#555740 color RGB value is (85,87,64).

  • kırmız ton 85;
  • yeşil ton 87;
  • mavi ton 64.
RGB:
(85,87,64)
(33%,34%,25%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 87 of 255 = 34%
B 64 of 255 = 25%

85
87
64

R + G + B ~ 31%. #555740 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 87 + 64 = 236 (100%)
R 85 of 236 ~ 36.02%
G 87 of 236 ~ 36.86%
B 64 of 236 ~ 27.12%

%36.02
%36.86
%27.12

CMYK RENK MODELİ

#555740 rengi CMYK tonu (2,0,26,66).

  • camgöbeği tonu 2.30%
  • eflatun tonu 0.00%
  • sarı tonu 26.44%
  • ana renk tonu 65.88%
CMYK:
(2,0,26,66)
C2M0Y26K66 
(2%,0%,26%,66%)
(0.02/0.00/0.26/0.66)	

CMYK yüzdeleri

%2.3
%0
%26.44
%65.88

Codes

Color #555740 in popluar color models

555740
RGB858764
HSL65°15.23%29.61%
HSB/HSV65°26.44%34.12%
CMYK2.30%0.00%26.44%
65.88%

Color #555740 in popluar number systems.

HEX555740
Decimal858764
Binary101010110101111000000
Octal125127100

Shades and tints

Shades of #555740

#555740
(85,87,64)
#4E503B
(78,80,59)
#474936
(71,73,54)
#404231
(64,66,49)
#393B2C
(57,59,44)
#323427
(50,52,39)
#2B2D22
(43,45,34)
#24261D
(36,38,29)
#1D1F18
(29,31,24)
#161813
(22,24,19)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #555740

#555740
(85,87,64)
#646651
(100,102,81)
#737562
(115,117,98)
#828473
(130,132,115)
#919384
(145,147,132)
#A0A295
(160,162,149)
#AFB1A6
(175,177,166)
#BEC0B7
(190,192,183)
#CDCFC8
(205,207,200)
#DCDED9
(220,222,217)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555740 color. Also use rgb(85,87,64) instead hex code.

Text Font Color

.myTextColor { color: #555740; }

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

This text font color is #555740.


Background Color

.myBgColor { background-color: #555740; }

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

This div background color is #555740.


Border color

.myBorderColor { border: 1px solid #555740; }

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

This div border color is #555740.


Opacity

.myOpacity80 { color: #555740; opacity: 0.8; }

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

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

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

This text has shadow with #555740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555740 on black background.


Color preview on white background

This text has color #555740 on white background.



Black color preview on #555740 background

This text has black color on #555740 background.


White color preview on #555740 background

This text has white color on #555740 background.