COLOR #053325

HEX: #053325
RGB: (5,51,37)

Renk bilgisi

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

RGB renk modeli

#053325 color RGB value is (5,51,37).

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

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 51 of 255 = 20%
B 37 of 255 = 15%

5
51
37

R + G + B ~ 12%. #053325 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 51 + 37 = 93 (100%)
R 5 of 93 ~ 5.38%
G 51 of 93 ~ 54.84%
B 37 of 93 ~ 39.78%

%54.84
%39.78

CMYK RENK MODELİ

#053325 rengi CMYK tonu (90,0,27,80).

  • camgöbeği tonu 90.20%
  • eflatun tonu 0.00%
  • sarı tonu 27.45%
  • ana renk tonu 80.00%
CMYK:
(90,0,27,80)
C90M0Y27K80 
(90%,0%,27%,80%)
(0.90/0.00/0.27/0.80)	

CMYK yüzdeleri

%90.2
%0
%27.45
%80

Codes

Color #053325 in popluar color models

053325
RGB55137
HSL162°82.14%10.98%
HSB/HSV162°90.20%20.00%
CMYK90.20%0.00%27.45%
80.00%

Color #053325 in popluar number systems.

HEX053325
Decimal55137
Binary101110011100101
Octal56345

Shades and tints

Shades of #053325

#053325
(5,51,37)
#052F22
(5,47,34)
#052B1F
(5,43,31)
#05271C
(5,39,28)
#052319
(5,35,25)
#051F16
(5,31,22)
#051B13
(5,27,19)
#051710
(5,23,16)
#05130D
(5,19,13)
#050F0A
(5,15,10)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #053325

#053325
(5,51,37)
#1B4538
(27,69,56)
#31574B
(49,87,75)
#47695E
(71,105,94)
#5D7B71
(93,123,113)
#738D84
(115,141,132)
#899F97
(137,159,151)
#9FB1AA
(159,177,170)
#B5C3BD
(181,195,189)
#CBD5D0
(203,213,208)
#E1E7E3
(225,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053325; }

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

This text font color is #053325.


Background Color

.myBgColor { background-color: #053325; }

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

This div background color is #053325.


Border color

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

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

This div border color is #053325.


Opacity

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

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

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

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

This text has shadow with #053325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053325 on black background.


Color preview on white background

This text has color #053325 on white background.



Black color preview on #053325 background

This text has black color on #053325 background.


White color preview on #053325 background

This text has white color on #053325 background.