COLOR #08330A

HEX: #08330A RGB: (8,51,10)

Color info

#08330A contains red, green and blue colors in about the same proportion. Web safe color of #08330A is #003300 (or #030).

RGB color model

#08330A color RGB value is (8,51,10).

RGB: (8,51,10) (3%, 20%, 4%)

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 10 of 255 = 4%

8
51
10

R + G + B ~ 9%. #08330A is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 51 + 10 = 69 (100%)
R 8 of 69 ~ 11.59%
G 51 of 69 ~ 73.91%
B 10 of 69 ~ 14.49'%

%11.59
%73.91
%14.49

CMYK color model

#08330A color CMYK value is (84,0,80,80).

  • cyan value is 84.31%
  • magenta value is 0.00%
  • yellow value is 80.39%
  • key color value is 80.00%
CMYK: (84,0,80,80) C84M0Y80K80 (84%,0%,80%,80%) (0.84/0.00/0.80/0.80) 

CMYK percentages

%84.31
%0
%80.39
%80

Codes

Color #08330A in popluar color models

08 33 0A
RGB 8 51 10
HSL 123° 72.88% 11.57%
HSB/HSV 123° 84.31% 20.00%
CMYK 84.31% 0.00% 80.39%
80.00%

Color #08330A in popluar number systems.

HEX 08 33 0A
Decimal 8 51 10
Binary 1000 110011 1010
Octal 10 63 12

Shades and tints

Shades of #08330A

#08330A
(8,51,10)
#082F0A
(8,47,10)
#082B0A
(8,43,10)
#08270A
(8,39,10)
#08230A
(8,35,10)
#081F0A
(8,31,10)
#081B0A
(8,27,10)
#08170A
(8,23,10)
#08130A
(8,19,10)
#080F0A
(8,15,10)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #08330A

#08330A
(8,51,10)
#1E4520
(30,69,32)
#345736
(52,87,54)
#4A694C
(74,105,76)
#607B62
(96,123,98)
#768D78
(118,141,120)
#8C9F8E
(140,159,142)
#A2B1A4
(162,177,164)
#B8C3BA
(184,195,186)
#CED5D0
(206,213,208)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08330A color. Also use rgb(8,51,10) instead hex code.

Text Font Color

.myTextColor { color: #08330A; }

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

This text font color is #08330A.

Background Color

.myBgColor { background-color: #08330A; }

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

This div background color is #08330A.

Border color

.myBorderColor { border: 1px solid #08330A; }

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

This div border color is #08330A.

Opacity

.myOpacity80 { color: #08330A; opacity: 0.8; }

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

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

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

This text has shadow with #08330A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08330A.

Preview

Color preview on black background

This text has color #08330A on black background.


Color preview on white background

This text has color #08330A on white background.


Black color preview on #08330A background

This text has black color on #08330A background.


White color preview on #08330A background

This text has white color on #08330A background.


Related colors

Complementary color

Complementary color for #hex is #F7CCF5.


I love getcolorcode.com

Triadic colors

1 #0A0833 and #330A08 with #08330A are triadic colors.

2 #0A3308 and #33080A with #08330A are triadic colors.