COLOR #3E3038

HEX: #3E3038
RGB: (62,48,56)

Color info

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

RGB color model

#3E3038 color RGB value is (62,48,56).

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

RGB channels and saturation

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

62
48
56

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

Portions of RGB colors in percentages

R + G + B =
62 + 48 + 56 = 166 (100%)
R 62 of 166 ~ 37.35%
G 48 of 166 ~ 28.92%
B 56 of 166 ~ 33.73%

%37.35
%28.92
%33.73

CMYK color model

#3E3038 color CMYK value is (0,23,10,76).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 9.68%
  • key color value is 75.69%
CMYK:
(0,23,10,76)
C0M23Y10K76 
(0%,23%,10%,76%)
(0.00/0.23/0.10/0.76)	

CMYK percentages

%0
%22.58
%9.68
%75.69

Codes

Color #3E3038 in popluar color models

3E3038
RGB624856
HSL326°12.73%21.57%
HSB/HSV326°22.58%24.31%
CMYK0.00%22.58%9.68%
75.69%

Color #3E3038 in popluar number systems.

HEX3E3038
Decimal624856
Binary111110110000111000
Octal766070

Shades and tints

Shades of #3E3038

#3E3038
(62,48,56)
#392C33
(57,44,51)
#34282E
(52,40,46)
#2F2429
(47,36,41)
#2A2024
(42,32,36)
#251C1F
(37,28,31)
#20181A
(32,24,26)
#1B1415
(27,20,21)
#161010
(22,16,16)
#110C0B
(17,12,11)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #3E3038

#3E3038
(62,48,56)
#4F424A
(79,66,74)
#60545C
(96,84,92)
#71666E
(113,102,110)
#827880
(130,120,128)
#938A92
(147,138,146)
#A49CA4
(164,156,164)
#B5AEB6
(181,174,182)
#C6C0C8
(198,192,200)
#D7D2DA
(215,210,218)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3038; }

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

This text font color is #3E3038.


Background Color

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

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

This div background color is #3E3038.


Border color

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

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

This div border color is #3E3038.


Opacity

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

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

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

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

This text has shadow with #3E3038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3038 on black background.


Color preview on white background

This text has color #3E3038 on white background.



Black color preview on #3E3038 background

This text has black color on #3E3038 background.


White color preview on #3E3038 background

This text has white color on #3E3038 background.