COLOR #03380C

HEX: #03380C
RGB: (3,56,12)

Color info

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

RGB color model

#03380C color RGB value is (3,56,12).

  • red value is 3;
  • green value is 56;
  • blue value is 12.
RGB:
(3,56,12)
(1%,22%,5%)

RGB channels and saturation

R 3 of 255 = 1%
G 56 of 255 = 22%
B 12 of 255 = 5%

3
56
12

R + G + B ~ 9%. #03380C is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 56 + 12 = 71 (100%)
R 3 of 71 ~ 4.23%
G 56 of 71 ~ 78.87%
B 12 of 71 ~ 16.9%

%78.87
%16.9

CMYK color model

#03380C color CMYK value is (95,0,79,78).

  • cyan value is 94.64%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 78.04%
CMYK:
(95,0,79,78)
C95M0Y79K78 
(95%,0%,79%,78%)
(0.95/0.00/0.79/0.78)	

CMYK percentages

%94.64
%0
%78.57
%78.04

Codes

Color #03380C in popluar color models

03380C
RGB35612
HSL130°89.83%11.57%
HSB/HSV130°94.64%21.96%
CMYK94.64%0.00%78.57%
78.04%

Color #03380C in popluar number systems.

HEX03380C
Decimal35612
Binary111110001100
Octal37014

Shades and tints

Shades of #03380C

#03380C
(3,56,12)
#03330B
(3,51,11)
#032E0A
(3,46,10)
#032909
(3,41,9)
#032408
(3,36,8)
#031F07
(3,31,7)
#031A06
(3,26,6)
#031505
(3,21,5)
#031004
(3,16,4)
#030B03
(3,11,3)
#030602
(3,6,2)
#000000
(0,0,0)

Tints of #03380C

#03380C
(3,56,12)
#194A22
(25,74,34)
#2F5C38
(47,92,56)
#456E4E
(69,110,78)
#5B8064
(91,128,100)
#71927A
(113,146,122)
#87A490
(135,164,144)
#9DB6A6
(157,182,166)
#B3C8BC
(179,200,188)
#C9DAD2
(201,218,210)
#DFECE8
(223,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03380C color. Also use rgb(3,56,12) instead hex code.

Text Font Color

.myTextColor { color: #03380C; }

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

This text font color is #03380C.


Background Color

.myBgColor { background-color: #03380C; }

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

This div background color is #03380C.


Border color

.myBorderColor { border: 1px solid #03380C; }

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

This div border color is #03380C.


Opacity

.myOpacity80 { color: #03380C; opacity: 0.8; }

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

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

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

This text has shadow with #03380C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03380C on black background.


Color preview on white background

This text has color #03380C on white background.



Black color preview on #03380C background

This text has black color on #03380C background.


White color preview on #03380C background

This text has white color on #03380C background.