COLOR #380E02

HEX: #380E02
RGB: (56,14,2)

Color info

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

RGB color model

#380E02 color RGB value is (56,14,2).

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

RGB channels and saturation

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

56
14
2

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

Portions of RGB colors in percentages

R + G + B =
56 + 14 + 2 = 72 (100%)
R 56 of 72 ~ 77.78%
G 14 of 72 ~ 19.44%
B 2 of 72 ~ 2.78%

%77.78
%19.44

CMYK color model

#380E02 color CMYK value is (0,75,96,78).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 96.43%
  • key color value is 78.04%
CMYK:
(0,75,96,78)
C0M75Y96K78 
(0%,75%,96%,78%)
(0.00/0.75/0.96/0.78)	

CMYK percentages

%0
%75
%96.43
%78.04

Codes

Color #380E02 in popluar color models

380E02
RGB56142
HSL13°93.10%11.37%
HSB/HSV13°96.43%21.96%
CMYK0.00%75.00%96.43%
78.04%

Color #380E02 in popluar number systems.

HEX380E02
Decimal56142
Binary111000111010
Octal70162

Shades and tints

Shades of #380E02

#380E02
(56,14,2)
#330D02
(51,13,2)
#2E0C02
(46,12,2)
#290B02
(41,11,2)
#240A02
(36,10,2)
#1F0902
(31,9,2)
#1A0802
(26,8,2)
#150702
(21,7,2)
#100602
(16,6,2)
#0B0502
(11,5,2)
#060402
(6,4,2)
#000000
(0,0,0)

Tints of #380E02

#380E02
(56,14,2)
#4A2319
(74,35,25)
#5C3830
(92,56,48)
#6E4D47
(110,77,71)
#80625E
(128,98,94)
#927775
(146,119,117)
#A48C8C
(164,140,140)
#B6A1A3
(182,161,163)
#C8B6BA
(200,182,186)
#DACBD1
(218,203,209)
#ECE0E8
(236,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380E02; }

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

This text font color is #380E02.


Background Color

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

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

This div background color is #380E02.


Border color

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

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

This div border color is #380E02.


Opacity

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

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

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

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

This text has shadow with #380E02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380E02 on black background.


Color preview on white background

This text has color #380E02 on white background.



Black color preview on #380E02 background

This text has black color on #380E02 background.


White color preview on #380E02 background

This text has white color on #380E02 background.