COLOR #084429

HEX: #084429
RGB: (8,68,41)

Renk bilgisi

#084429 contains mainly green and blue colors. #084429 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#084429 color RGB value is (8,68,41).

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

RGB bağlantıları ve doygunluk

R 8 of 255 = 3%
G 68 of 255 = 27%
B 41 of 255 = 16%

8
68
41

R + G + B ~ 15%. #084429 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
8 + 68 + 41 = 117 (100%)
R 8 of 117 ~ 6.84%
G 68 of 117 ~ 58.12%
B 41 of 117 ~ 35.04%

%58.12
%35.04

CMYK RENK MODELİ

#084429 rengi CMYK tonu (88,0,40,73).

  • camgöbeği tonu 88.24%
  • eflatun tonu 0.00%
  • sarı tonu 39.71%
  • ana renk tonu 73.33%
CMYK:
(88,0,40,73)
C88M0Y40K73 
(88%,0%,40%,73%)
(0.88/0.00/0.40/0.73)	

CMYK yüzdeleri

%88.24
%0
%39.71
%73.33

Codes

Color #084429 in popluar color models

084429
RGB86841
HSL153°78.95%14.90%
HSB/HSV153°88.24%26.67%
CMYK88.24%0.00%39.71%
73.33%

Color #084429 in popluar number systems.

HEX084429
Decimal86841
Binary10001000100101001
Octal1010451

Shades and tints

Shades of #084429

#084429
(8,68,41)
#083E26
(8,62,38)
#083823
(8,56,35)
#083220
(8,50,32)
#082C1D
(8,44,29)
#08261A
(8,38,26)
#082017
(8,32,23)
#081A14
(8,26,20)
#081411
(8,20,17)
#080E0E
(8,14,14)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #084429

#084429
(8,68,41)
#1E553C
(30,85,60)
#34664F
(52,102,79)
#4A7762
(74,119,98)
#608875
(96,136,117)
#769988
(118,153,136)
#8CAA9B
(140,170,155)
#A2BBAE
(162,187,174)
#B8CCC1
(184,204,193)
#CEDDD4
(206,221,212)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084429; }

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

This text font color is #084429.


Background Color

.myBgColor { background-color: #084429; }

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

This div background color is #084429.


Border color

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

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

This div border color is #084429.


Opacity

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

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

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

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

This text has shadow with #084429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084429 on black background.


Color preview on white background

This text has color #084429 on white background.



Black color preview on #084429 background

This text has black color on #084429 background.


White color preview on #084429 background

This text has white color on #084429 background.