COLOR #083730

HEX: #083730 RGB: (8,55,48)

Color info

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

RGB color model

#083730 color RGB value is (8,55,48).

RGB: (8,55,48) (3%, 22%, 19%)

RGB channels and saturation

R 8 of 255 = 3%
G 55 of 255 = 22%
B 48 of 255 = 19%

8
55
48

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

Portions of RGB colors in percentages

R + G + B = 8 + 55 + 48 = 111 (100%)
R 8 of 111 ~ 7.21%
G 55 of 111 ~ 49.55%
B 48 of 111 ~ 43.24'%

%49.55
%43.24

CMYK color model

#083730 color CMYK value is (85,0,13,78).

  • cyan value is 85.45%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 78.43%

CMYK: (85,0,13,78)
C85M0Y13K78 (85%, 0%, 13%, 78%)
(0.85 / 0.00 / 0.13 / 0.78)

CMYK percentages

%85.45
%0
%12.73
%78.43

Codes

Color #083730 in popluar color models

08 37 30
RGB 8 55 48
HSL 171° 74.60% 12.35%
HSB/HSV 171° 85.45% 21.57%
CMYK 85.45% 0.00% 12.73%
78.43%

Color #083730 in popluar number systems.

HEX 08 37 30
Decimal 8 55 48
Binary 1000 110111 110000
Octal 10 67 60

Shades and tints

Shades of #083730

#083730
(8,55,48)
#08322C
(8,50,44)
#082D28
(8,45,40)
#082824
(8,40,36)
#082320
(8,35,32)
#081E1C
(8,30,28)
#081918
(8,25,24)
#081414
(8,20,20)
#080F10
(8,15,16)
#080A0C
(8,10,12)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #083730

#083730
(8,55,48)
#1E4942
(30,73,66)
#345B54
(52,91,84)
#4A6D66
(74,109,102)
#607F78
(96,127,120)
#76918A
(118,145,138)
#8CA39C
(140,163,156)
#A2B5AE
(162,181,174)
#B8C7C0
(184,199,192)
#CED9D2
(206,217,210)
#E4EBE4
(228,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083730; }

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

This text font color is #083730.

Background Color

.myBgColor { background-color: #083730; }

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

This div background color is #083730.

Border color

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

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

This div border color is #083730.

Opacity

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

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

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

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

This text has shadow with #083730 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #083730.

Preview

Color preview on black background

This text has color #083730 on black background.


Color preview on white background

This text has color #083730 on white background.


Black color preview on #083730 background

This text has black color on #083730 background.


White color preview on #083730 background

This text has white color on #083730 background.


Related colors

Complementary color

Complementary color for #hex is #F7C8CF.


I love getcolorcode.com

Triadic colors

1 #300837 and #373008 with #083730 are triadic colors.

2 #303708 and #370830 with #083730 are triadic colors.