COLOR #334133

HEX: #334133
RGB: (51,65,51)

Color info

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

RGB color model

#334133 color RGB value is (51,65,51).

  • red value is 51;
  • green value is 65;
  • blue value is 51.
RGB:
(51,65,51)
(20%,25%,20%)

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 51 of 255 = 20%

51
65
51

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

Portions of RGB colors in percentages

R + G + B =
51 + 65 + 51 = 167 (100%)
R 51 of 167 ~ 30.54%
G 65 of 167 ~ 38.92%
B 51 of 167 ~ 30.54%

%30.54
%38.92
%30.54

CMYK color model

#334133 color CMYK value is (22,0,22,75).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 74.51%
CMYK:
(22,0,22,75)
C22M0Y22K75 
(22%,0%,22%,75%)
(0.22/0.00/0.22/0.75)	

CMYK percentages

%21.54
%0
%21.54
%74.51

Codes

Color #334133 in popluar color models

334133
RGB516551
HSL120°12.07%22.75%
HSB/HSV120°21.54%25.49%
CMYK21.54%0.00%21.54%
74.51%

Color #334133 in popluar number systems.

HEX334133
Decimal516551
Binary1100111000001110011
Octal6310163

Shades and tints

Shades of #334133

#334133
(51,65,51)
#2F3C2F
(47,60,47)
#2B372B
(43,55,43)
#273227
(39,50,39)
#232D23
(35,45,35)
#1F281F
(31,40,31)
#1B231B
(27,35,27)
#171E17
(23,30,23)
#131913
(19,25,19)
#0F140F
(15,20,15)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #334133

#334133
(51,65,51)
#455245
(69,82,69)
#576357
(87,99,87)
#697469
(105,116,105)
#7B857B
(123,133,123)
#8D968D
(141,150,141)
#9FA79F
(159,167,159)
#B1B8B1
(177,184,177)
#C3C9C3
(195,201,195)
#D5DAD5
(213,218,213)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334133; }

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

This text font color is #334133.


Background Color

.myBgColor { background-color: #334133; }

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

This div background color is #334133.


Border color

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

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

This div border color is #334133.


Opacity

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

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

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

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

This text has shadow with #334133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334133 on black background.


Color preview on white background

This text has color #334133 on white background.



Black color preview on #334133 background

This text has black color on #334133 background.


White color preview on #334133 background

This text has white color on #334133 background.