COLOR #383E0A

HEX: #383E0A
RGB: (56,62,10)

Color info

#383E0A contains red, green and blue colors in about the same proportion. Web safe color of #383E0A is #333300 (or #330).

RGB color model

#383E0A color RGB value is (56,62,10).

  • red value is 56;
  • green value is 62;
  • blue value is 10.
RGB:
(56,62,10)
(22%,24%,4%)

RGB channels and saturation

R 56 of 255 = 22%
G 62 of 255 = 24%
B 10 of 255 = 4%

56
62
10

R + G + B ~ 17%. #383E0A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 62 + 10 = 128 (100%)
R 56 of 128 ~ 43.75%
G 62 of 128 ~ 48.44%
B 10 of 128 ~ 7.81%

%43.75
%48.44

CMYK color model

#383E0A color CMYK value is (10,0,84,76).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 83.87%
  • key color value is 75.69%
CMYK:
(10,0,84,76)
C10M0Y84K76 
(10%,0%,84%,76%)
(0.10/0.00/0.84/0.76)	

CMYK percentages

%9.68
%0
%83.87
%75.69

Codes

Color #383E0A in popluar color models

383E0A
RGB566210
HSL67°72.22%14.12%
HSB/HSV67°83.87%24.31%
CMYK9.68%0.00%83.87%
75.69%

Color #383E0A in popluar number systems.

HEX383E0A
Decimal566210
Binary1110001111101010
Octal707612

Shades and tints

Shades of #383E0A

#383E0A
(56,62,10)
#33390A
(51,57,10)
#2E340A
(46,52,10)
#292F0A
(41,47,10)
#242A0A
(36,42,10)
#1F250A
(31,37,10)
#1A200A
(26,32,10)
#151B0A
(21,27,10)
#10160A
(16,22,10)
#0B110A
(11,17,10)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #383E0A

#383E0A
(56,62,10)
#4A4F20
(74,79,32)
#5C6036
(92,96,54)
#6E714C
(110,113,76)
#808262
(128,130,98)
#929378
(146,147,120)
#A4A48E
(164,164,142)
#B6B5A4
(182,181,164)
#C8C6BA
(200,198,186)
#DAD7D0
(218,215,208)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383E0A color. Also use rgb(56,62,10) instead hex code.

Text Font Color

.myTextColor { color: #383E0A; }

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

This text font color is #383E0A.


Background Color

.myBgColor { background-color: #383E0A; }

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

This div background color is #383E0A.


Border color

.myBorderColor { border: 1px solid #383E0A; }

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

This div border color is #383E0A.


Opacity

.myOpacity80 { color: #383E0A; opacity: 0.8; }

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

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

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

This text has shadow with #383E0A color.

.textShadow {text-shadow: 3px 3px 1px #383E0A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383E0A on black background.


Color preview on white background

This text has color #383E0A on white background.



Black color preview on #383E0A background

This text has black color on #383E0A background.


White color preview on #383E0A background

This text has white color on #383E0A background.