COLOR #3D1825

HEX: #3D1825
RGB: (61,24,37)

Color info

#3D1825 contains red, green and blue colors in about the same proportion. Web safe color of #3D1825 is #330033 (or #303).

RGB color model

#3D1825 color RGB value is (61,24,37).

  • red value is 61;
  • green value is 24;
  • blue value is 37.
RGB:
(61,24,37)
(24%,9%,15%)

RGB channels and saturation

R 61 of 255 = 24%
G 24 of 255 = 9%
B 37 of 255 = 15%

61
24
37

R + G + B ~ 16%. #3D1825 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 24 + 37 = 122 (100%)
R 61 of 122 ~ 50%
G 24 of 122 ~ 19.67%
B 37 of 122 ~ 30.33%

%50
%19.67
%30.33

CMYK color model

#3D1825 color CMYK value is (0,61,39,76).

  • cyan value is 0.00%
  • magenta value is 60.66%
  • yellow value is 39.34%
  • key color value is 76.08%
CMYK:
(0,61,39,76)
C0M61Y39K76 
(0%,61%,39%,76%)
(0.00/0.61/0.39/0.76)	

CMYK percentages

%0
%60.66
%39.34
%76.08

Codes

Color #3D1825 in popluar color models

3D1825
RGB612437
HSL339°43.53%16.67%
HSB/HSV339°60.66%23.92%
CMYK0.00%60.66%39.34%
76.08%

Color #3D1825 in popluar number systems.

HEX3D1825
Decimal612437
Binary11110111000100101
Octal753045

Shades and tints

Shades of #3D1825

#3D1825
(61,24,37)
#381622
(56,22,34)
#33141F
(51,20,31)
#2E121C
(46,18,28)
#291019
(41,16,25)
#240E16
(36,14,22)
#1F0C13
(31,12,19)
#1A0A10
(26,10,16)
#15080D
(21,8,13)
#10060A
(16,6,10)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #3D1825

#3D1825
(61,24,37)
#4E2D38
(78,45,56)
#5F424B
(95,66,75)
#70575E
(112,87,94)
#816C71
(129,108,113)
#928184
(146,129,132)
#A39697
(163,150,151)
#B4ABAA
(180,171,170)
#C5C0BD
(197,192,189)
#D6D5D0
(214,213,208)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D1825 color. Also use rgb(61,24,37) instead hex code.

Text Font Color

.myTextColor { color: #3D1825; }

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

This text font color is #3D1825.


Background Color

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

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

This div background color is #3D1825.


Border color

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

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

This div border color is #3D1825.


Opacity

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

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

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

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

This text has shadow with #3D1825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D1825 on black background.


Color preview on white background

This text has color #3D1825 on white background.



Black color preview on #3D1825 background

This text has black color on #3D1825 background.


White color preview on #3D1825 background

This text has white color on #3D1825 background.