COLOR #053311

HEX: #053311
RGB: (5,51,17)

Renk bilgisi

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

RGB renk modeli

#053311 color RGB value is (5,51,17).

  • kırmız ton 5;
  • yeşil ton 51;
  • mavi ton 17.
RGB:
(5,51,17)
(2%,20%,7%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 51 of 255 = 20%
B 17 of 255 = 7%

5
51
17

R + G + B ~ 10%. #053311 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 51 + 17 = 73 (100%)
R 5 of 73 ~ 6.85%
G 51 of 73 ~ 69.86%
B 17 of 73 ~ 23.29%

%69.86
%23.29

CMYK RENK MODELİ

#053311 rengi CMYK tonu (90,0,67,80).

  • camgöbeği tonu 90.20%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 80.00%
CMYK:
(90,0,67,80)
C90M0Y67K80 
(90%,0%,67%,80%)
(0.90/0.00/0.67/0.80)	

CMYK yüzdeleri

%90.2
%0
%66.67
%80

Codes

Color #053311 in popluar color models

053311
RGB55117
HSL136°82.14%10.98%
HSB/HSV136°90.20%20.00%
CMYK90.20%0.00%66.67%
80.00%

Color #053311 in popluar number systems.

HEX053311
Decimal55117
Binary10111001110001
Octal56321

Shades and tints

Shades of #053311

#053311
(5,51,17)
#052F10
(5,47,16)
#052B0F
(5,43,15)
#05270E
(5,39,14)
#05230D
(5,35,13)
#051F0C
(5,31,12)
#051B0B
(5,27,11)
#05170A
(5,23,10)
#051309
(5,19,9)
#050F08
(5,15,8)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #053311

#053311
(5,51,17)
#1B4526
(27,69,38)
#31573B
(49,87,59)
#476950
(71,105,80)
#5D7B65
(93,123,101)
#738D7A
(115,141,122)
#899F8F
(137,159,143)
#9FB1A4
(159,177,164)
#B5C3B9
(181,195,185)
#CBD5CE
(203,213,206)
#E1E7E3
(225,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053311 color. Also use rgb(5,51,17) instead hex code.

Text Font Color

.myTextColor { color: #053311; }

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

This text font color is #053311.


Background Color

.myBgColor { background-color: #053311; }

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

This div background color is #053311.


Border color

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

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

This div border color is #053311.


Opacity

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

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

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

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

This text has shadow with #053311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053311 on black background.


Color preview on white background

This text has color #053311 on white background.



Black color preview on #053311 background

This text has black color on #053311 background.


White color preview on #053311 background

This text has white color on #053311 background.