COLOR #38390E

HEX: #38390E
RGB: (56,57,14)

Color info

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

RGB color model

#38390E color RGB value is (56,57,14).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 14 of 255 = 5%

56
57
14

R + G + B ~ 16%. #38390E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 14 = 127 (100%)
R 56 of 127 ~ 44.09%
G 57 of 127 ~ 44.88%
B 14 of 127 ~ 11.02%

%44.09
%44.88
%11.02

CMYK color model

#38390E color CMYK value is (2,0,75,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 75.44%
  • key color value is 77.65%
CMYK: (2,0,75,78) C2M0Y75K78 (2%,0%,75%,78%) (0.02/0.00/0.75/0.78)

CMYK percentages

%1.75
%0
%75.44
%77.65

Codes

Color #38390E in popluar color models

38390E
RGB565714
HSL61°60.56%13.92%
HSB/HSV61°75.44%22.35%
CMYK1.75%0.00%75.44%
77.65%

Color #38390E in popluar number systems.

HEX38390E
Decimal565714
Binary1110001110011110
Octal707116

Shades and tints

Shades of #38390E

#38390E
(56,57,14)
#33340D
(51,52,13)
#2E2F0C
(46,47,12)
#292A0B
(41,42,11)
#24250A
(36,37,10)
#1F2009
(31,32,9)
#1A1B08
(26,27,8)
#151607
(21,22,7)
#101106
(16,17,6)
#0B0C05
(11,12,5)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #38390E

#38390E
(56,57,14)
#4A4B23
(74,75,35)
#5C5D38
(92,93,56)
#6E6F4D
(110,111,77)
#808162
(128,129,98)
#929377
(146,147,119)
#A4A58C
(164,165,140)
#B6B7A1
(182,183,161)
#C8C9B6
(200,201,182)
#DADBCB
(218,219,203)
#ECEDE0
(236,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38390E color. Also use rgb(56,57,14) instead hex code.

Text Font Color

.myTextColor { color: #38390E; }

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

This text font color is #38390E.


Background Color

.myBgColor { background-color: #38390E; }

<div style="background-color:#38390E">Inner text</div>

This div background color is #38390E.


Border color

.myBorderColor { border: 1px solid #38390E; }

<div style="border:3px solid #38390E">Div</div>

This div border color is #38390E.


Opacity

.myOpacity80 { color: #38390E; opacity: 0.8; }

<p style="color:#38390E;opacity:0.8;">80%</p>

Text with #38390E 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 #38390E;}

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

This text has shadow with #38390E color.

.textShadow {text-shadow: 3px 3px 1px #38390E, 3px 3px 1px red;}

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

This text has shadow with #38390E primary color and red secondary color.


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

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

This text has shadow with #38390E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #38390E; -webkit-box-shadow:	1px 1px 3px 2px #38390E; box-shadow:	1px 1px 3px 2px #38390E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #38390E; -webkit-box-shadow: 1px 1px 3px 2px #38390E; box-shadow:1px 1px 3px 2px #38390E;">
Div content here</div>
This div box has shadow with color #38390E.

Preview

Color preview on black background

This text has color #38390E on black background.


Color preview on white background

This text has color #38390E on white background.



Black color preview on #38390E background

This text has black color on #38390E background.


White color preview on #38390E background

This text has white color on #38390E background.