COLOR #38300E

HEX: #38300E
RGB: (56,48,14)

Color info

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

RGB color model

#38300E color RGB value is (56,48,14).

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

RGB channels and saturation

R 56 of 255 = 22%
G 48 of 255 = 19%
B 14 of 255 = 5%

56
48
14

R + G + B ~ 15%. #38300E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 48 + 14 = 118 (100%)
R 56 of 118 ~ 47.46%
G 48 of 118 ~ 40.68%
B 14 of 118 ~ 11.86%

%47.46
%40.68
%11.86

CMYK color model

#38300E color CMYK value is (0,14,75,78).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 75.00%
  • key color value is 78.04%
CMYK:
(0,14,75,78)
C0M14Y75K78 
(0%,14%,75%,78%)
(0.00/0.14/0.75/0.78)	

CMYK percentages

%0
%14.29
%75
%78.04

Codes

Color #38300E in popluar color models

38300E
RGB564814
HSL49°60.00%13.73%
HSB/HSV49°75.00%21.96%
CMYK0.00%14.29%75.00%
78.04%

Color #38300E in popluar number systems.

HEX38300E
Decimal564814
Binary1110001100001110
Octal706016

Shades and tints

Shades of #38300E

#38300E
(56,48,14)
#332C0D
(51,44,13)
#2E280C
(46,40,12)
#29240B
(41,36,11)
#24200A
(36,32,10)
#1F1C09
(31,28,9)
#1A1808
(26,24,8)
#151407
(21,20,7)
#101006
(16,16,6)
#0B0C05
(11,12,5)
#060804
(6,8,4)
#000000
(0,0,0)

Tints of #38300E

#38300E
(56,48,14)
#4A4223
(74,66,35)
#5C5438
(92,84,56)
#6E664D
(110,102,77)
#807862
(128,120,98)
#928A77
(146,138,119)
#A49C8C
(164,156,140)
#B6AEA1
(182,174,161)
#C8C0B6
(200,192,182)
#DAD2CB
(218,210,203)
#ECE4E0
(236,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38300E; }

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

This text font color is #38300E.


Background Color

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

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

This div background color is #38300E.


Border color

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

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

This div border color is #38300E.


Opacity

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

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

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

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

This text has shadow with #38300E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38300E on black background.


Color preview on white background

This text has color #38300E on white background.



Black color preview on #38300E background

This text has black color on #38300E background.


White color preview on #38300E background

This text has white color on #38300E background.