COLOR #052325

HEX: #052325
RGB: (5,35,37)

Renk bilgisi

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

RGB renk modeli

#052325 color RGB value is (5,35,37).

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

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 35 of 255 = 14%
B 37 of 255 = 15%

5
35
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 35 + 37 = 77 (100%)
R 5 of 77 ~ 6.49%
G 35 of 77 ~ 45.45%
B 37 of 77 ~ 48.05%

%45.45
%48.05

CMYK RENK MODELİ

#052325 rengi CMYK tonu (86,5,0,85).

  • camgöbeği tonu 86.49%
  • eflatun tonu 5.41%
  • sarı tonu 0.00%
  • ana renk tonu 85.49%
CMYK:
(86,5,0,85)
C86M5Y0K85 
(86%,5%,0%,85%)
(0.86/0.05/0.00/0.85)	

CMYK yüzdeleri

%86.49
%5.41
%0
%85.49

Codes

Color #052325 in popluar color models

052325
RGB53537
HSL184°76.19%8.24%
HSB/HSV184°86.49%14.51%
CMYK86.49%5.41%0.00%
85.49%

Color #052325 in popluar number systems.

HEX052325
Decimal53537
Binary101100011100101
Octal54345

Shades and tints

Shades of #052325

#052325
(5,35,37)
#052022
(5,32,34)
#051D1F
(5,29,31)
#051A1C
(5,26,28)
#051719
(5,23,25)
#051416
(5,20,22)
#051113
(5,17,19)
#050E10
(5,14,16)
#050B0D
(5,11,13)
#05080A
(5,8,10)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #052325

#052325
(5,35,37)
#1B3738
(27,55,56)
#314B4B
(49,75,75)
#475F5E
(71,95,94)
#5D7371
(93,115,113)
#738784
(115,135,132)
#899B97
(137,155,151)
#9FAFAA
(159,175,170)
#B5C3BD
(181,195,189)
#CBD7D0
(203,215,208)
#E1EBE3
(225,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052325; }

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

This text font color is #052325.


Background Color

.myBgColor { background-color: #052325; }

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

This div background color is #052325.


Border color

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

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

This div border color is #052325.


Opacity

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

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

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

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

This text has shadow with #052325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052325 on black background.


Color preview on white background

This text has color #052325 on white background.



Black color preview on #052325 background

This text has black color on #052325 background.


White color preview on #052325 background

This text has white color on #052325 background.