COLOR #38230D

HEX: #38230D
RGB: (56,35,13)

Color info

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

RGB color model

#38230D color RGB value is (56,35,13).

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

RGB channels and saturation

R 56 of 255 = 22%
G 35 of 255 = 14%
B 13 of 255 = 5%

56
35
13

R + G + B ~ 14%. #38230D is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 35 + 13 = 104 (100%)
R 56 of 104 ~ 53.85%
G 35 of 104 ~ 33.65%
B 13 of 104 ~ 12.5%

%53.85
%33.65
%12.5

CMYK color model

#38230D color CMYK value is (0,38,77,78).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 76.79%
  • key color value is 78.04%
CMYK:
(0,38,77,78)
C0M38Y77K78 
(0%,38%,77%,78%)
(0.00/0.38/0.77/0.78)	

CMYK percentages

%0
%37.5
%76.79
%78.04

Codes

Color #38230D in popluar color models

38230D
RGB563513
HSL31°62.32%13.53%
HSB/HSV31°76.79%21.96%
CMYK0.00%37.50%76.79%
78.04%

Color #38230D in popluar number systems.

HEX38230D
Decimal563513
Binary1110001000111101
Octal704315

Shades and tints

Shades of #38230D

#38230D
(56,35,13)
#33200C
(51,32,12)
#2E1D0B
(46,29,11)
#291A0A
(41,26,10)
#241709
(36,23,9)
#1F1408
(31,20,8)
#1A1107
(26,17,7)
#150E06
(21,14,6)
#100B05
(16,11,5)
#0B0804
(11,8,4)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #38230D

#38230D
(56,35,13)
#4A3723
(74,55,35)
#5C4B39
(92,75,57)
#6E5F4F
(110,95,79)
#807365
(128,115,101)
#92877B
(146,135,123)
#A49B91
(164,155,145)
#B6AFA7
(182,175,167)
#C8C3BD
(200,195,189)
#DAD7D3
(218,215,211)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38230D color. Also use rgb(56,35,13) instead hex code.

Text Font Color

.myTextColor { color: #38230D; }

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

This text font color is #38230D.


Background Color

.myBgColor { background-color: #38230D; }

<div style="background-color:#38230D">Inner text</div>

This div background color is #38230D.


Border color

.myBorderColor { border: 1px solid #38230D; }

<div style="border:3px solid #38230D">Div</div>

This div border color is #38230D.


Opacity

.myOpacity80 { color: #38230D; opacity: 0.8; }

<p style="color:#38230D;opacity:0.8;">80%</p>

Text with #38230D 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 #38230D;}

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

This text has shadow with #38230D color.

.textShadow {text-shadow: 3px 3px 1px #38230D, 3px 3px 1px red;}

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

This text has shadow with #38230D primary color and red secondary color.


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

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

This text has shadow with #38230D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38230D on black background.


Color preview on white background

This text has color #38230D on white background.



Black color preview on #38230D background

This text has black color on #38230D background.


White color preview on #38230D background

This text has white color on #38230D background.