COLOR #083329

HEX: #083329
RGB: (8,51,41)

Renk bilgisi

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

RGB renk modeli

#083329 color RGB value is (8,51,41).

  • kırmız ton 8;
  • yeşil ton 51;
  • mavi ton 41.
RGB:
(8,51,41)
(3%,20%,16%)

RGB bağlantıları ve doygunluk

R 8 of 255 = 3%
G 51 of 255 = 20%
B 41 of 255 = 16%

8
51
41

R + G + B ~ 13%. #083329 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
8 + 51 + 41 = 100 (100%)
R 8 of 100 ~ 8%
G 51 of 100 ~ 51%
B 41 of 100 ~ 41%

%51
%41

CMYK RENK MODELİ

#083329 rengi CMYK tonu (84,0,20,80).

  • camgöbeği tonu 84.31%
  • eflatun tonu 0.00%
  • sarı tonu 19.61%
  • ana renk tonu 80.00%
CMYK:
(84,0,20,80)
C84M0Y20K80 
(84%,0%,20%,80%)
(0.84/0.00/0.20/0.80)	

CMYK yüzdeleri

%84.31
%0
%19.61
%80

Codes

Color #083329 in popluar color models

083329
RGB85141
HSL166°72.88%11.57%
HSB/HSV166°84.31%20.00%
CMYK84.31%0.00%19.61%
80.00%

Color #083329 in popluar number systems.

HEX083329
Decimal85141
Binary1000110011101001
Octal106351

Shades and tints

Shades of #083329

#083329
(8,51,41)
#082F26
(8,47,38)
#082B23
(8,43,35)
#082720
(8,39,32)
#08231D
(8,35,29)
#081F1A
(8,31,26)
#081B17
(8,27,23)
#081714
(8,23,20)
#081311
(8,19,17)
#080F0E
(8,15,14)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #083329

#083329
(8,51,41)
#1E453C
(30,69,60)
#34574F
(52,87,79)
#4A6962
(74,105,98)
#607B75
(96,123,117)
#768D88
(118,141,136)
#8C9F9B
(140,159,155)
#A2B1AE
(162,177,174)
#B8C3C1
(184,195,193)
#CED5D4
(206,213,212)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083329 color. Also use rgb(8,51,41) instead hex code.

Text Font Color

.myTextColor { color: #083329; }

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

This text font color is #083329.


Background Color

.myBgColor { background-color: #083329; }

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

This div background color is #083329.


Border color

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

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

This div border color is #083329.


Opacity

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

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

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

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

This text has shadow with #083329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083329 on black background.


Color preview on white background

This text has color #083329 on white background.



Black color preview on #083329 background

This text has black color on #083329 background.


White color preview on #083329 background

This text has white color on #083329 background.