COLOR #083C35

HEX: #083C35
RGB: (8,60,53)

Color info

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

RGB color model

#083C35 color RGB value is (8,60,53).

  • red value is 8;
  • green value is 60;
  • blue value is 53.
RGB:
(8,60,53)
(3%,24%,21%)

RGB channels and saturation

R 8 of 255 = 3%
G 60 of 255 = 24%
B 53 of 255 = 21%

8
60
53

R + G + B ~ 16%. #083C35 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 60 + 53 = 121 (100%)
R 8 of 121 ~ 6.61%
G 60 of 121 ~ 49.59%
B 53 of 121 ~ 43.8%

%49.59
%43.8

CMYK color model

#083C35 color CMYK value is (87,0,12,76).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 76.47%
CMYK:
(87,0,12,76)
C87M0Y12K76 
(87%,0%,12%,76%)
(0.87/0.00/0.12/0.76)	

CMYK percentages

%86.67
%0
%11.67
%76.47

Codes

Color #083C35 in popluar color models

083C35
RGB86053
HSL172°76.47%13.33%
HSB/HSV172°86.67%23.53%
CMYK86.67%0.00%11.67%
76.47%

Color #083C35 in popluar number systems.

HEX083C35
Decimal86053
Binary1000111100110101
Octal107465

Shades and tints

Shades of #083C35

#083C35
(8,60,53)
#083731
(8,55,49)
#08322D
(8,50,45)
#082D29
(8,45,41)
#082825
(8,40,37)
#082321
(8,35,33)
#081E1D
(8,30,29)
#081919
(8,25,25)
#081415
(8,20,21)
#080F11
(8,15,17)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #083C35

#083C35
(8,60,53)
#1E4D47
(30,77,71)
#345E59
(52,94,89)
#4A6F6B
(74,111,107)
#60807D
(96,128,125)
#76918F
(118,145,143)
#8CA2A1
(140,162,161)
#A2B3B3
(162,179,179)
#B8C4C5
(184,196,197)
#CED5D7
(206,213,215)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083C35 color. Also use rgb(8,60,53) instead hex code.

Text Font Color

.myTextColor { color: #083C35; }

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

This text font color is #083C35.


Background Color

.myBgColor { background-color: #083C35; }

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

This div background color is #083C35.


Border color

.myBorderColor { border: 1px solid #083C35; }

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

This div border color is #083C35.


Opacity

.myOpacity80 { color: #083C35; opacity: 0.8; }

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

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

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

This text has shadow with #083C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083C35 on black background.


Color preview on white background

This text has color #083C35 on white background.



Black color preview on #083C35 background

This text has black color on #083C35 background.


White color preview on #083C35 background

This text has white color on #083C35 background.