COLOR #083231

HEX: #083231 RGB: (8,50,49)

Color info

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

RGB color model

#083231 color RGB value is (8,50,49).

RGB: (8,50,49) (3%, 20%, 19%)

RGB channels and saturation

R 8 of 255 = 3%
G 50 of 255 = 20%
B 49 of 255 = 19%

8
50
49

R + G + B ~ 14%. #083231 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 50 + 49 = 107 (100%)
R 8 of 107 ~ 7.48%
G 50 of 107 ~ 46.73%
B 49 of 107 ~ 45.79'%

%46.73
%45.79

CMYK color model

#083231 color CMYK value is (84,0,2,80).

  • cyan value is 84.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 80.39%

CMYK: (84,0,2,80)
C84M0Y2K80 (84%, 0%, 2%, 80%)
(0.84 / 0.00 / 0.02 / 0.80)

CMYK percentages

%84
%0
%2
%80.39

Codes

Color #083231 in popluar color models

08 32 31
RGB 8 50 49
HSL 179° 72.41% 11.37%
HSB/HSV 179° 84.00% 19.61%
CMYK 84.00% 0.00% 2.00%
80.39%

Color #083231 in popluar number systems.

HEX 08 32 31
Decimal 8 50 49
Binary 1000 110010 110001
Octal 10 62 61

Shades and tints

Shades of #083231

#083231
(8,50,49)
#082E2D
(8,46,45)
#082A29
(8,42,41)
#082625
(8,38,37)
#082221
(8,34,33)
#081E1D
(8,30,29)
#081A19
(8,26,25)
#081615
(8,22,21)
#081211
(8,18,17)
#080E0D
(8,14,13)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #083231

#083231
(8,50,49)
#1E4443
(30,68,67)
#345655
(52,86,85)
#4A6867
(74,104,103)
#607A79
(96,122,121)
#768C8B
(118,140,139)
#8C9E9D
(140,158,157)
#A2B0AF
(162,176,175)
#B8C2C1
(184,194,193)
#CED4D3
(206,212,211)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083231 color. Also use rgb(8,50,49) instead hex code.

Text Font Color

.myTextColor { color: #083231; }

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

This text font color is #083231.

Background Color

.myBgColor { background-color: #083231; }

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

This div background color is #083231.

Border color

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

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

This div border color is #083231.

Opacity

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

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

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

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

This text has shadow with #083231 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #083231.

Preview

Color preview on black background

This text has color #083231 on black background.


Color preview on white background

This text has color #083231 on white background.


Black color preview on #083231 background

This text has black color on #083231 background.


White color preview on #083231 background

This text has white color on #083231 background.


Related colors

Complementary color

Complementary color for #hex is #F7CDCE.


I love getcolorcode.com

Triadic colors

1 #310832 and #323108 with #083231 are triadic colors.

2 #313208 and #320831 with #083231 are triadic colors.