COLOR #38481B

HEX: #38481B
RGB: (56,72,27)

Color info

#38481B contains red, green and blue colors in about the same proportion. Web safe color of #38481B is #333333 (or #333).

RGB color model

#38481B color RGB value is (56,72,27).

  • red value is 56;
  • green value is 72;
  • blue value is 27.
RGB:
(56,72,27)
(22%,28%,11%)

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 27 of 255 = 11%

56
72
27

R + G + B ~ 20%. #38481B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 27 = 155 (100%)
R 56 of 155 ~ 36.13%
G 72 of 155 ~ 46.45%
B 27 of 155 ~ 17.42%

%36.13
%46.45
%17.42

CMYK color model

#38481B color CMYK value is (22,0,63,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 71.76%
CMYK:
(22,0,63,72)
C22M0Y63K72 
(22%,0%,63%,72%)
(0.22/0.00/0.63/0.72)	

CMYK percentages

%22.22
%0
%62.5
%71.76

Codes

Color #38481B in popluar color models

38481B
RGB567227
HSL81°45.45%19.41%
HSB/HSV81°62.50%28.24%
CMYK22.22%0.00%62.50%
71.76%

Color #38481B in popluar number systems.

HEX38481B
Decimal567227
Binary111000100100011011
Octal7011033

Shades and tints

Shades of #38481B

#38481B
(56,72,27)
#334219
(51,66,25)
#2E3C17
(46,60,23)
#293615
(41,54,21)
#243013
(36,48,19)
#1F2A11
(31,42,17)
#1A240F
(26,36,15)
#151E0D
(21,30,13)
#10180B
(16,24,11)
#0B1209
(11,18,9)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #38481B

#38481B
(56,72,27)
#4A582F
(74,88,47)
#5C6843
(92,104,67)
#6E7857
(110,120,87)
#80886B
(128,136,107)
#92987F
(146,152,127)
#A4A893
(164,168,147)
#B6B8A7
(182,184,167)
#C8C8BB
(200,200,187)
#DAD8CF
(218,216,207)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38481B color. Also use rgb(56,72,27) instead hex code.

Text Font Color

.myTextColor { color: #38481B; }

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

This text font color is #38481B.


Background Color

.myBgColor { background-color: #38481B; }

<div style="background-color:#38481B">Inner text</div>

This div background color is #38481B.


Border color

.myBorderColor { border: 1px solid #38481B; }

<div style="border:3px solid #38481B">Div</div>

This div border color is #38481B.


Opacity

.myOpacity80 { color: #38481B; opacity: 0.8; }

<p style="color:#38481B;opacity:0.8;">80%</p>

Text with #38481B 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 #38481B;}

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

This text has shadow with #38481B color.

.textShadow {text-shadow: 3px 3px 1px #38481B, 3px 3px 1px red;}

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

This text has shadow with #38481B primary color and red secondary color.


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

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

This text has shadow with #38481B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38481B on black background.


Color preview on white background

This text has color #38481B on white background.



Black color preview on #38481B background

This text has black color on #38481B background.


White color preview on #38481B background

This text has white color on #38481B background.