COLOR #380E03

HEX: #380E03
RGB: (56,14,3)

Color info

#380E03 contains red, green and blue colors in about the same proportion. Web safe color of #380E03 is #330000 (or #300).

RGB color model

#380E03 color RGB value is (56,14,3).

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

RGB channels and saturation

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

56
14
3

R + G + B ~ 9%. #380E03 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 14 + 3 = 73 (100%)
R 56 of 73 ~ 76.71%
G 14 of 73 ~ 19.18%
B 3 of 73 ~ 4.11%

%76.71
%19.18

CMYK color model

#380E03 color CMYK value is (0,75,95,78).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 94.64%
  • key color value is 78.04%
CMYK:
(0,75,95,78)
C0M75Y95K78 
(0%,75%,95%,78%)
(0.00/0.75/0.95/0.78)	

CMYK percentages

%0
%75
%94.64
%78.04

Codes

Color #380E03 in popluar color models

380E03
RGB56143
HSL12°89.83%11.57%
HSB/HSV12°94.64%21.96%
CMYK0.00%75.00%94.64%
78.04%

Color #380E03 in popluar number systems.

HEX380E03
Decimal56143
Binary111000111011
Octal70163

Shades and tints

Shades of #380E03

#380E03
(56,14,3)
#330D03
(51,13,3)
#2E0C03
(46,12,3)
#290B03
(41,11,3)
#240A03
(36,10,3)
#1F0903
(31,9,3)
#1A0803
(26,8,3)
#150703
(21,7,3)
#100603
(16,6,3)
#0B0503
(11,5,3)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #380E03

#380E03
(56,14,3)
#4A2319
(74,35,25)
#5C382F
(92,56,47)
#6E4D45
(110,77,69)
#80625B
(128,98,91)
#927771
(146,119,113)
#A48C87
(164,140,135)
#B6A19D
(182,161,157)
#C8B6B3
(200,182,179)
#DACBC9
(218,203,201)
#ECE0DF
(236,224,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380E03 color. Also use rgb(56,14,3) instead hex code.

Text Font Color

.myTextColor { color: #380E03; }

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

This text font color is #380E03.


Background Color

.myBgColor { background-color: #380E03; }

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

This div background color is #380E03.


Border color

.myBorderColor { border: 1px solid #380E03; }

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

This div border color is #380E03.


Opacity

.myOpacity80 { color: #380E03; opacity: 0.8; }

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

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

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

This text has shadow with #380E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380E03 on black background.


Color preview on white background

This text has color #380E03 on white background.



Black color preview on #380E03 background

This text has black color on #380E03 background.


White color preview on #380E03 background

This text has white color on #380E03 background.