COLOR #557333

HEX: #557333
RGB: (85,115,51)

Renk bilgisi

#557333 contains mainly red and green colors. #557333 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#557333 color RGB value is (85,115,51).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 115 of 255 = 45%
B 51 of 255 = 20%

85
115
51

R + G + B ~ 33%. #557333 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 115 + 51 = 251 (100%)
R 85 of 251 ~ 33.86%
G 115 of 251 ~ 45.82%
B 51 of 251 ~ 20.32%

%33.86
%45.82
%20.32

CMYK RENK MODELİ

#557333 rengi CMYK tonu (26,0,56,55).

  • camgöbeği tonu 26.09%
  • eflatun tonu 0.00%
  • sarı tonu 55.65%
  • ana renk tonu 54.90%
CMYK:
(26,0,56,55)
C26M0Y56K55 
(26%,0%,56%,55%)
(0.26/0.00/0.56/0.55)	

CMYK yüzdeleri

%26.09
%0
%55.65
%54.9

Codes

Color #557333 in popluar color models

557333
RGB8511551
HSL88°38.55%32.55%
HSB/HSV88°55.65%45.10%
CMYK26.09%0.00%55.65%
54.90%

Color #557333 in popluar number systems.

HEX557333
Decimal8511551
Binary10101011110011110011
Octal12516363

Shades and tints

Shades of #557333

#557333
(85,115,51)
#4E692F
(78,105,47)
#475F2B
(71,95,43)
#405527
(64,85,39)
#394B23
(57,75,35)
#32411F
(50,65,31)
#2B371B
(43,55,27)
#242D17
(36,45,23)
#1D2313
(29,35,19)
#16190F
(22,25,15)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #557333

#557333
(85,115,51)
#647F45
(100,127,69)
#738B57
(115,139,87)
#829769
(130,151,105)
#91A37B
(145,163,123)
#A0AF8D
(160,175,141)
#AFBB9F
(175,187,159)
#BEC7B1
(190,199,177)
#CDD3C3
(205,211,195)
#DCDFD5
(220,223,213)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557333; }

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

This text font color is #557333.


Background Color

.myBgColor { background-color: #557333; }

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

This div background color is #557333.


Border color

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

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

This div border color is #557333.


Opacity

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

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

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

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

This text has shadow with #557333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557333 on black background.


Color preview on white background

This text has color #557333 on white background.



Black color preview on #557333 background

This text has black color on #557333 background.


White color preview on #557333 background

This text has white color on #557333 background.