COLOR #38390A

HEX: #38390A
RGB: (56,57,10)

Color info

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

RGB color model

#38390A color RGB value is (56,57,10).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 10 of 255 = 4%

56
57
10

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

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 10 = 123 (100%)
R 56 of 123 ~ 45.53%
G 57 of 123 ~ 46.34%
B 10 of 123 ~ 8.13%

%45.53
%46.34

CMYK color model

#38390A color CMYK value is (2,0,82,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 82.46%
  • key color value is 77.65%
CMYK:
(2,0,82,78)
C2M0Y82K78 
(2%,0%,82%,78%)
(0.02/0.00/0.82/0.78)	

CMYK percentages

%1.75
%0
%82.46
%77.65

Codes

Color #38390A in popluar color models

38390A
RGB565710
HSL61°70.15%13.14%
HSB/HSV61°82.46%22.35%
CMYK1.75%0.00%82.46%
77.65%

Color #38390A in popluar number systems.

HEX38390A
Decimal565710
Binary1110001110011010
Octal707112

Shades and tints

Shades of #38390A

#38390A
(56,57,10)
#33340A
(51,52,10)
#2E2F0A
(46,47,10)
#292A0A
(41,42,10)
#24250A
(36,37,10)
#1F200A
(31,32,10)
#1A1B0A
(26,27,10)
#15160A
(21,22,10)
#10110A
(16,17,10)
#0B0C0A
(11,12,10)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #38390A

#38390A
(56,57,10)
#4A4B20
(74,75,32)
#5C5D36
(92,93,54)
#6E6F4C
(110,111,76)
#808162
(128,129,98)
#929378
(146,147,120)
#A4A58E
(164,165,142)
#B6B7A4
(182,183,164)
#C8C9BA
(200,201,186)
#DADBD0
(218,219,208)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38390A; }

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

This text font color is #38390A.


Background Color

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

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

This div background color is #38390A.


Border color

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

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

This div border color is #38390A.


Opacity

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

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

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

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

This text has shadow with #38390A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38390A on black background.


Color preview on white background

This text has color #38390A on white background.



Black color preview on #38390A background

This text has black color on #38390A background.


White color preview on #38390A background

This text has white color on #38390A background.