COLOR #333038

HEX: #333038 RGB: (51,48,56)

Color info

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

RGB color model

#333038 color RGB value is (51,48,56).

RGB: (51,48,56) (20%, 19%, 22%)

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 56 of 255 = 22%

51
48
56

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

Portions of RGB colors in percentages

R + G + B = 51 + 48 + 56 = 155 (100%)
R 51 of 155 ~ 32.9%
G 48 of 155 ~ 30.97%
B 56 of 155 ~ 36.13'%

%32.9
%30.97
%36.13

CMYK color model

#333038 color CMYK value is (9,14,0,78).

  • cyan value is 8.93%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK: (9,14,0,78) C9M14Y0K78 (9%,14%,0%,78%) (0.09/0.14/0.00/0.78) 

CMYK percentages

%8.93
%14.29
%0
%78.04

Codes

Color #333038 in popluar color models

33 30 38
RGB 51 48 56
HSL 263° 7.69% 20.39%
HSB/HSV 263° 14.29% 21.96%
CMYK 8.93% 14.29% 0.00%
78.04%

Color #333038 in popluar number systems.

HEX 33 30 38
Decimal 51 48 56
Binary 110011 110000 111000
Octal 63 60 70

Shades and tints

Shades of #333038

#333038
(51,48,56)
#2F2C33
(47,44,51)
#2B282E
(43,40,46)
#272429
(39,36,41)
#232024
(35,32,36)
#1F1C1F
(31,28,31)
#1B181A
(27,24,26)
#171415
(23,20,21)
#131010
(19,16,16)
#0F0C0B
(15,12,11)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #333038

#333038
(51,48,56)
#45424A
(69,66,74)
#57545C
(87,84,92)
#69666E
(105,102,110)
#7B7880
(123,120,128)
#8D8A92
(141,138,146)
#9F9CA4
(159,156,164)
#B1AEB6
(177,174,182)
#C3C0C8
(195,192,200)
#D5D2DA
(213,210,218)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333038; }

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

This text font color is #333038.

Background Color

.myBgColor { background-color: #333038; }

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

This div background color is #333038.

Border color

.myBorderColor { border: 1px solid #333038; }

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

This div border color is #333038.

Opacity

.myOpacity80 { color: #333038; opacity: 0.8; }

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

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

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

This text has shadow with #333038 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333038.

Preview

Color preview on black background

This text has color #333038 on black background.


Color preview on white background

This text has color #333038 on white background.


Black color preview on #333038 background

This text has black color on #333038 background.


White color preview on #333038 background

This text has white color on #333038 background.


Related colors

Complementary color

Complementary color for #hex is #CCCFC7.


I love getcolorcode.com

Triadic colors

1 #383330 and #303833 with #333038 are triadic colors.

2 #383033 and #303338 with #333038 are triadic colors.