COLOR #3D380F

HEX: #3D380F
RGB: (61,56,15)

Color info

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

RGB color model

#3D380F color RGB value is (61,56,15).

  • red value is 61;
  • green value is 56;
  • blue value is 15.
RGB:
(61,56,15)
(24%,22%,6%)

RGB channels and saturation

R 61 of 255 = 24%
G 56 of 255 = 22%
B 15 of 255 = 6%

61
56
15

R + G + B ~ 17%. #3D380F is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 56 + 15 = 132 (100%)
R 61 of 132 ~ 46.21%
G 56 of 132 ~ 42.42%
B 15 of 132 ~ 11.36%

%46.21
%42.42
%11.36

CMYK color model

#3D380F color CMYK value is (0,8,75,76).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 75.41%
  • key color value is 76.08%
CMYK:
(0,8,75,76)
C0M8Y75K76 
(0%,8%,75%,76%)
(0.00/0.08/0.75/0.76)	

CMYK percentages

%0
%8.2
%75.41
%76.08

Codes

Color #3D380F in popluar color models

3D380F
RGB615615
HSL53°60.53%14.90%
HSB/HSV53°75.41%23.92%
CMYK0.00%8.20%75.41%
76.08%

Color #3D380F in popluar number systems.

HEX3D380F
Decimal615615
Binary1111011110001111
Octal757017

Shades and tints

Shades of #3D380F

#3D380F
(61,56,15)
#38330E
(56,51,14)
#332E0D
(51,46,13)
#2E290C
(46,41,12)
#29240B
(41,36,11)
#241F0A
(36,31,10)
#1F1A09
(31,26,9)
#1A1508
(26,21,8)
#151007
(21,16,7)
#100B06
(16,11,6)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #3D380F

#3D380F
(61,56,15)
#4E4A24
(78,74,36)
#5F5C39
(95,92,57)
#706E4E
(112,110,78)
#818063
(129,128,99)
#929278
(146,146,120)
#A3A48D
(163,164,141)
#B4B6A2
(180,182,162)
#C5C8B7
(197,200,183)
#D6DACC
(214,218,204)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D380F color. Also use rgb(61,56,15) instead hex code.

Text Font Color

.myTextColor { color: #3D380F; }

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

This text font color is #3D380F.


Background Color

.myBgColor { background-color: #3D380F; }

<div style="background-color:#3D380F">Inner text</div>

This div background color is #3D380F.


Border color

.myBorderColor { border: 1px solid #3D380F; }

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

This div border color is #3D380F.


Opacity

.myOpacity80 { color: #3D380F; opacity: 0.8; }

<p style="color:#3D380F;opacity:0.8;">80%</p>

Text with #3D380F 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 #3D380F;}

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

This text has shadow with #3D380F color.

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

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

This text has shadow with #3D380F primary color and red secondary color.


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

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

This text has shadow with #3D380F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D380F on black background.


Color preview on white background

This text has color #3D380F on white background.



Black color preview on #3D380F background

This text has black color on #3D380F background.


White color preview on #3D380F background

This text has white color on #3D380F background.