COLOR #00551F

HEX: #00551F
RGB: (0,85,31)

Renk bilgisi

#00551F contains only green and blue colors. #00551F ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#00551F color RGB value is (0,85,31).

  • kırmız ton 0;
  • yeşil ton 85;
  • mavi ton 31.
RGB:
(0,85,31)
(0%,33%,12%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 85 of 255 = 33%
B 31 of 255 = 12%

0
85
31

R + G + B ~ 15%. #00551F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 85 + 31 = 116 (100%)
R 0 of 116 ~ 0%
G 85 of 116 ~ 73.28%
B 31 of 116 ~ 26.72%

%73.28
%26.72

CMYK RENK MODELİ

#00551F rengi CMYK tonu (100,0,64,67).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 63.53%
  • ana renk tonu 66.67%
CMYK:
(100,0,64,67)
C100M0Y64K67 
(100%,0%,64%,67%)
(1.00/0.00/0.64/0.67)	

CMYK yüzdeleri

%100
%0
%63.53
%66.67

Codes

Color #00551F in popluar color models

00551F
RGB08531
HSL142°100.00%16.67%
HSB/HSV142°100.00%33.33%
CMYK100.00%0.00%63.53%
66.67%

Color #00551F in popluar number systems.

HEX00551F
Decimal08531
Binary0101010111111
Octal012537

Shades and tints

Shades of #00551F

#00551F
(0,85,31)
#004E1D
(0,78,29)
#00471B
(0,71,27)
#004019
(0,64,25)
#003917
(0,57,23)
#003215
(0,50,21)
#002B13
(0,43,19)
#002411
(0,36,17)
#001D0F
(0,29,15)
#00160D
(0,22,13)
#000F0B
(0,15,11)
#000000
(0,0,0)

Tints of #00551F

#00551F
(0,85,31)
#176433
(23,100,51)
#2E7347
(46,115,71)
#45825B
(69,130,91)
#5C916F
(92,145,111)
#73A083
(115,160,131)
#8AAF97
(138,175,151)
#A1BEAB
(161,190,171)
#B8CDBF
(184,205,191)
#CFDCD3
(207,220,211)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00551F color. Also use rgb(0,85,31) instead hex code.

Text Font Color

.myTextColor { color: #00551F; }

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

This text font color is #00551F.


Background Color

.myBgColor { background-color: #00551F; }

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

This div background color is #00551F.


Border color

.myBorderColor { border: 1px solid #00551F; }

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

This div border color is #00551F.


Opacity

.myOpacity80 { color: #00551F; opacity: 0.8; }

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

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

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

This text has shadow with #00551F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00551F on black background.


Color preview on white background

This text has color #00551F on white background.



Black color preview on #00551F background

This text has black color on #00551F background.


White color preview on #00551F background

This text has white color on #00551F background.