COLOR #555240

HEX: #555240
RGB: (85,82,64)

Renk bilgisi

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

RGB renk modeli

#555240 color RGB value is (85,82,64).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 82 of 255 = 32%
B 64 of 255 = 25%

85
82
64

R + G + B ~ 30%. #555240 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 82 + 64 = 231 (100%)
R 85 of 231 ~ 36.8%
G 82 of 231 ~ 35.5%
B 64 of 231 ~ 27.71%

%36.8
%35.5
%27.71

CMYK RENK MODELİ

#555240 rengi CMYK tonu (0,4,25,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.53%
  • sarı tonu 24.71%
  • ana renk tonu 66.67%
CMYK:
(0,4,25,67)
C0M4Y25K67 
(0%,4%,25%,67%)
(0.00/0.04/0.25/0.67)	

CMYK yüzdeleri

%0
%3.53
%24.71
%66.67

Codes

Color #555240 in popluar color models

555240
RGB858264
HSL51°14.09%29.22%
HSB/HSV51°24.71%33.33%
CMYK0.00%3.53%24.71%
66.67%

Color #555240 in popluar number systems.

HEX555240
Decimal858264
Binary101010110100101000000
Octal125122100

Shades and tints

Shades of #555240

#555240
(85,82,64)
#4E4B3B
(78,75,59)
#474436
(71,68,54)
#403D31
(64,61,49)
#39362C
(57,54,44)
#322F27
(50,47,39)
#2B2822
(43,40,34)
#24211D
(36,33,29)
#1D1A18
(29,26,24)
#161313
(22,19,19)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #555240

#555240
(85,82,64)
#646151
(100,97,81)
#737062
(115,112,98)
#827F73
(130,127,115)
#918E84
(145,142,132)
#A09D95
(160,157,149)
#AFACA6
(175,172,166)
#BEBBB7
(190,187,183)
#CDCAC8
(205,202,200)
#DCD9D9
(220,217,217)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555240; }

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

This text font color is #555240.


Background Color

.myBgColor { background-color: #555240; }

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

This div background color is #555240.


Border color

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

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

This div border color is #555240.


Opacity

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

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

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

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

This text has shadow with #555240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555240 on black background.


Color preview on white background

This text has color #555240 on white background.



Black color preview on #555240 background

This text has black color on #555240 background.


White color preview on #555240 background

This text has white color on #555240 background.