COLOR #553D37

HEX: #553D37
RGB: (85,61,55)

Renk bilgisi

#553D37 contains red, green and blue colors in about the same proportion. #553D37 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#553D37 color RGB value is (85,61,55).

  • kırmız ton 85;
  • yeşil ton 61;
  • mavi ton 55.
RGB:
(85,61,55)
(33%,24%,22%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 61 of 255 = 24%
B 55 of 255 = 22%

85
61
55

R + G + B ~ 26%. #553D37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 61 + 55 = 201 (100%)
R 85 of 201 ~ 42.29%
G 61 of 201 ~ 30.35%
B 55 of 201 ~ 27.36%

%42.29
%30.35
%27.36

CMYK RENK MODELİ

#553D37 rengi CMYK tonu (0,28,35,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.24%
  • sarı tonu 35.29%
  • ana renk tonu 66.67%
CMYK:
(0,28,35,67)
C0M28Y35K67 
(0%,28%,35%,67%)
(0.00/0.28/0.35/0.67)	

CMYK yüzdeleri

%0
%28.24
%35.29
%66.67

Codes

Color #553D37 in popluar color models

553D37
RGB856155
HSL12°21.43%27.45%
HSB/HSV12°35.29%33.33%
CMYK0.00%28.24%35.29%
66.67%

Color #553D37 in popluar number systems.

HEX553D37
Decimal856155
Binary1010101111101110111
Octal1257567

Shades and tints

Shades of #553D37

#553D37
(85,61,55)
#4E3832
(78,56,50)
#47332D
(71,51,45)
#402E28
(64,46,40)
#392923
(57,41,35)
#32241E
(50,36,30)
#2B1F19
(43,31,25)
#241A14
(36,26,20)
#1D150F
(29,21,15)
#16100A
(22,16,10)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #553D37

#553D37
(85,61,55)
#644E49
(100,78,73)
#735F5B
(115,95,91)
#82706D
(130,112,109)
#91817F
(145,129,127)
#A09291
(160,146,145)
#AFA3A3
(175,163,163)
#BEB4B5
(190,180,181)
#CDC5C7
(205,197,199)
#DCD6D9
(220,214,217)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553D37 color. Also use rgb(85,61,55) instead hex code.

Text Font Color

.myTextColor { color: #553D37; }

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

This text font color is #553D37.


Background Color

.myBgColor { background-color: #553D37; }

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

This div background color is #553D37.


Border color

.myBorderColor { border: 1px solid #553D37; }

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

This div border color is #553D37.


Opacity

.myOpacity80 { color: #553D37; opacity: 0.8; }

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

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

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

This text has shadow with #553D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553D37 on black background.


Color preview on white background

This text has color #553D37 on white background.



Black color preview on #553D37 background

This text has black color on #553D37 background.


White color preview on #553D37 background

This text has white color on #553D37 background.