COLOR #3D3038

HEX: #3D3038
RGB: (61,48,56)

Color info

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

RGB color model

#3D3038 color RGB value is (61,48,56).

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

RGB channels and saturation

R 61 of 255 = 24%
G 48 of 255 = 19%
B 56 of 255 = 22%

61
48
56

R + G + B ~ 22%. #3D3038 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 48 + 56 = 165 (100%)
R 61 of 165 ~ 36.97%
G 48 of 165 ~ 29.09%
B 56 of 165 ~ 33.94%

%36.97
%29.09
%33.94

CMYK color model

#3D3038 color CMYK value is (0,21,8,76).

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 8.20%
  • key color value is 76.08%
CMYK:
(0,21,8,76)
C0M21Y8K76 
(0%,21%,8%,76%)
(0.00/0.21/0.08/0.76)	

CMYK percentages

%0
%21.31
%8.2
%76.08

Codes

Color #3D3038 in popluar color models

3D3038
RGB614856
HSL323°11.93%21.37%
HSB/HSV323°21.31%23.92%
CMYK0.00%21.31%8.20%
76.08%

Color #3D3038 in popluar number systems.

HEX3D3038
Decimal614856
Binary111101110000111000
Octal756070

Shades and tints

Shades of #3D3038

#3D3038
(61,48,56)
#382C33
(56,44,51)
#33282E
(51,40,46)
#2E2429
(46,36,41)
#292024
(41,32,36)
#241C1F
(36,28,31)
#1F181A
(31,24,26)
#1A1415
(26,20,21)
#151010
(21,16,16)
#100C0B
(16,12,11)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #3D3038

#3D3038
(61,48,56)
#4E424A
(78,66,74)
#5F545C
(95,84,92)
#70666E
(112,102,110)
#817880
(129,120,128)
#928A92
(146,138,146)
#A39CA4
(163,156,164)
#B4AEB6
(180,174,182)
#C5C0C8
(197,192,200)
#D6D2DA
(214,210,218)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3038; }

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

This text font color is #3D3038.


Background Color

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

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

This div background color is #3D3038.


Border color

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

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

This div border color is #3D3038.


Opacity

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

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

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

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

This text has shadow with #3D3038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3038 on black background.


Color preview on white background

This text has color #3D3038 on white background.



Black color preview on #3D3038 background

This text has black color on #3D3038 background.


White color preview on #3D3038 background

This text has white color on #3D3038 background.