COLOR #083029

HEX: #083029 RGB: (8,48,41)

Color info

#083029 contains red, green and blue colors in about the same proportion. Web safe color of #083029 is #003333 (or #033).

RGB color model

#083029 color RGB value is (8,48,41).

RGB: (8,48,41) (3%, 19%, 16%)

RGB channels and saturation

R 8 of 255 = 3%
G 48 of 255 = 19%
B 41 of 255 = 16%

8
48
41

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

Portions of RGB colors in percentages

R + G + B = 8 + 48 + 41 = 97 (100%)
R 8 of 97 ~ 8.25%
G 48 of 97 ~ 49.48%
B 41 of 97 ~ 42.27'%

%49.48
%42.27

CMYK color model

#083029 color CMYK value is (83,0,15,81).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 81.18%

CMYK: (83,0,15,81)
C83M0Y15K81 (83%, 0%, 15%, 81%)
(0.83 / 0.00 / 0.15 / 0.81)

CMYK percentages

%83.33
%0
%14.58
%81.18

Codes

Color #083029 in popluar color models

08 30 29
RGB 8 48 41
HSL 170° 71.43% 10.98%
HSB/HSV 170° 83.33% 18.82%
CMYK 83.33% 0.00% 14.58%
81.18%

Color #083029 in popluar number systems.

HEX 08 30 29
Decimal 8 48 41
Binary 1000 110000 101001
Octal 10 60 51

Shades and tints

Shades of #083029

#083029
(8,48,41)
#082C26
(8,44,38)
#082823
(8,40,35)
#082420
(8,36,32)
#08201D
(8,32,29)
#081C1A
(8,28,26)
#081817
(8,24,23)
#081414
(8,20,20)
#081011
(8,16,17)
#080C0E
(8,12,14)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #083029

#083029
(8,48,41)
#1E423C
(30,66,60)
#34544F
(52,84,79)
#4A6662
(74,102,98)
#607875
(96,120,117)
#768A88
(118,138,136)
#8C9C9B
(140,156,155)
#A2AEAE
(162,174,174)
#B8C0C1
(184,192,193)
#CED2D4
(206,210,212)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083029; }

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

This text font color is #083029.

Background Color

.myBgColor { background-color: #083029; }

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

This div background color is #083029.

Border color

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

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

This div border color is #083029.

Opacity

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

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

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

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

This text has shadow with #083029 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #083029.

Preview

Color preview on black background

This text has color #083029 on black background.


Color preview on white background

This text has color #083029 on white background.


Black color preview on #083029 background

This text has black color on #083029 background.


White color preview on #083029 background

This text has white color on #083029 background.


Related colors

Complementary color

Complementary color for #hex is #F7CFD6.


I love getcolorcode.com

Triadic colors

1 #290830 and #302908 with #083029 are triadic colors.

2 #293008 and #300829 with #083029 are triadic colors.