COLOR #555633

HEX: #555633
RGB: (85,86,51)

Renk bilgisi

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

RGB renk modeli

#555633 color RGB value is (85,86,51).

  • kırmız ton 85;
  • yeşil ton 86;
  • mavi ton 51.
RGB:
(85,86,51)
(33%,34%,20%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 86 of 255 = 34%
B 51 of 255 = 20%

85
86
51

R + G + B ~ 29%. #555633 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 86 + 51 = 222 (100%)
R 85 of 222 ~ 38.29%
G 86 of 222 ~ 38.74%
B 51 of 222 ~ 22.97%

%38.29
%38.74
%22.97

CMYK RENK MODELİ

#555633 rengi CMYK tonu (1,0,41,66).

  • camgöbeği tonu 1.16%
  • eflatun tonu 0.00%
  • sarı tonu 40.70%
  • ana renk tonu 66.27%
CMYK:
(1,0,41,66)
C1M0Y41K66 
(1%,0%,41%,66%)
(0.01/0.00/0.41/0.66)	

CMYK yüzdeleri

%1.16
%0
%40.7
%66.27

Codes

Color #555633 in popluar color models

555633
RGB858651
HSL62°25.55%26.86%
HSB/HSV62°40.70%33.73%
CMYK1.16%0.00%40.70%
66.27%

Color #555633 in popluar number systems.

HEX555633
Decimal858651
Binary10101011010110110011
Octal12512663

Shades and tints

Shades of #555633

#555633
(85,86,51)
#4E4F2F
(78,79,47)
#47482B
(71,72,43)
#404127
(64,65,39)
#393A23
(57,58,35)
#32331F
(50,51,31)
#2B2C1B
(43,44,27)
#242517
(36,37,23)
#1D1E13
(29,30,19)
#16170F
(22,23,15)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #555633

#555633
(85,86,51)
#646545
(100,101,69)
#737457
(115,116,87)
#828369
(130,131,105)
#91927B
(145,146,123)
#A0A18D
(160,161,141)
#AFB09F
(175,176,159)
#BEBFB1
(190,191,177)
#CDCEC3
(205,206,195)
#DCDDD5
(220,221,213)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555633 color. Also use rgb(85,86,51) instead hex code.

Text Font Color

.myTextColor { color: #555633; }

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

This text font color is #555633.


Background Color

.myBgColor { background-color: #555633; }

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

This div background color is #555633.


Border color

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

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

This div border color is #555633.


Opacity

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

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

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

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

This text has shadow with #555633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555633 on black background.


Color preview on white background

This text has color #555633 on white background.



Black color preview on #555633 background

This text has black color on #555633 background.


White color preview on #555633 background

This text has white color on #555633 background.