COLOR #052329

HEX: #052329
RGB: (5,35,41)

Renk bilgisi

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

RGB renk modeli

#052329 color RGB value is (5,35,41).

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

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 35 of 255 = 14%
B 41 of 255 = 16%

5
35
41

R + G + B ~ 11%. #052329 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 35 + 41 = 81 (100%)
R 5 of 81 ~ 6.17%
G 35 of 81 ~ 43.21%
B 41 of 81 ~ 50.62%

%43.21
%50.62

CMYK RENK MODELİ

#052329 rengi CMYK tonu (88,15,0,84).

  • camgöbeği tonu 87.80%
  • eflatun tonu 14.63%
  • sarı tonu 0.00%
  • ana renk tonu 83.92%
CMYK:
(88,15,0,84)
C88M15Y0K84 
(88%,15%,0%,84%)
(0.88/0.15/0.00/0.84)	

CMYK yüzdeleri

%87.8
%14.63
%0
%83.92

Codes

Color #052329 in popluar color models

052329
RGB53541
HSL190°78.26%9.02%
HSB/HSV190°87.80%16.08%
CMYK87.80%14.63%0.00%
83.92%

Color #052329 in popluar number systems.

HEX052329
Decimal53541
Binary101100011101001
Octal54351

Shades and tints

Shades of #052329

#052329
(5,35,41)
#052026
(5,32,38)
#051D23
(5,29,35)
#051A20
(5,26,32)
#05171D
(5,23,29)
#05141A
(5,20,26)
#051117
(5,17,23)
#050E14
(5,14,20)
#050B11
(5,11,17)
#05080E
(5,8,14)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #052329

#052329
(5,35,41)
#1B373C
(27,55,60)
#314B4F
(49,75,79)
#475F62
(71,95,98)
#5D7375
(93,115,117)
#738788
(115,135,136)
#899B9B
(137,155,155)
#9FAFAE
(159,175,174)
#B5C3C1
(181,195,193)
#CBD7D4
(203,215,212)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052329; }

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

This text font color is #052329.


Background Color

.myBgColor { background-color: #052329; }

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

This div background color is #052329.


Border color

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

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

This div border color is #052329.


Opacity

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

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

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

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

This text has shadow with #052329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052329 on black background.


Color preview on white background

This text has color #052329 on white background.



Black color preview on #052329 background

This text has black color on #052329 background.


White color preview on #052329 background

This text has white color on #052329 background.