COLOR #082523

HEX: #082523
RGB: (8,37,35)

Color info

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

RGB color model

#082523 color RGB value is (8,37,35).

  • red value is 8;
  • green value is 37;
  • blue value is 35.
RGB:
(8,37,35)
(3%,15%,14%)

RGB channels and saturation

R 8 of 255 = 3%
G 37 of 255 = 15%
B 35 of 255 = 14%

8
37
35

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

Portions of RGB colors in percentages

R + G + B =
8 + 37 + 35 = 80 (100%)
R 8 of 80 ~ 10%
G 37 of 80 ~ 46.25%
B 35 of 80 ~ 43.75%

%10
%46.25
%43.75

CMYK color model

#082523 color CMYK value is (78,0,5,85).

  • cyan value is 78.38%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 85.49%
CMYK:
(78,0,5,85)
C78M0Y5K85 
(78%,0%,5%,85%)
(0.78/0.00/0.05/0.85)	

CMYK percentages

%78.38
%0
%5.41
%85.49

Codes

Color #082523 in popluar color models

082523
RGB83735
HSL176°64.44%8.82%
HSB/HSV176°78.38%14.51%
CMYK78.38%0.00%5.41%
85.49%

Color #082523 in popluar number systems.

HEX082523
Decimal83735
Binary1000100101100011
Octal104543

Shades and tints

Shades of #082523

#082523
(8,37,35)
#082220
(8,34,32)
#081F1D
(8,31,29)
#081C1A
(8,28,26)
#081917
(8,25,23)
#081614
(8,22,20)
#081311
(8,19,17)
#08100E
(8,16,14)
#080D0B
(8,13,11)
#080A08
(8,10,8)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #082523

#082523
(8,37,35)
#1E3837
(30,56,55)
#344B4B
(52,75,75)
#4A5E5F
(74,94,95)
#607173
(96,113,115)
#768487
(118,132,135)
#8C979B
(140,151,155)
#A2AAAF
(162,170,175)
#B8BDC3
(184,189,195)
#CED0D7
(206,208,215)
#E4E3EB
(228,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #082523 color. Also use rgb(8,37,35) instead hex code.

Text Font Color

.myTextColor { color: #082523; }

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

This text font color is #082523.


Background Color

.myBgColor { background-color: #082523; }

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

This div background color is #082523.


Border color

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

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

This div border color is #082523.


Opacity

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

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

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

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

This text has shadow with #082523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #082523 on black background.


Color preview on white background

This text has color #082523 on white background.



Black color preview on #082523 background

This text has black color on #082523 background.


White color preview on #082523 background

This text has white color on #082523 background.