COLOR #335B43

HEX: #335B43
RGB: (51,91,67)

Color info

#335B43 contains red, green and blue colors in about the same proportion. Web safe color of #335B43 is #336633 (or #363).

RGB color model

#335B43 color RGB value is (51,91,67).

  • red value is 51;
  • green value is 91;
  • blue value is 67.
RGB:
(51,91,67)
(20%,36%,26%)

RGB channels and saturation

R 51 of 255 = 20%
G 91 of 255 = 36%
B 67 of 255 = 26%

51
91
67

R + G + B ~ 27%. #335B43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 91 + 67 = 209 (100%)
R 51 of 209 ~ 24.4%
G 91 of 209 ~ 43.54%
B 67 of 209 ~ 32.06%

%24.4
%43.54
%32.06

CMYK color model

#335B43 color CMYK value is (44,0,26,64).

  • cyan value is 43.96%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 64.31%
CMYK:
(44,0,26,64)
C44M0Y26K64 
(44%,0%,26%,64%)
(0.44/0.00/0.26/0.64)	

CMYK percentages

%43.96
%0
%26.37
%64.31

Codes

Color #335B43 in popluar color models

335B43
RGB519167
HSL144°28.17%27.84%
HSB/HSV144°43.96%35.69%
CMYK43.96%0.00%26.37%
64.31%

Color #335B43 in popluar number systems.

HEX335B43
Decimal519167
Binary11001110110111000011
Octal63133103

Shades and tints

Shades of #335B43

#335B43
(51,91,67)
#2F533D
(47,83,61)
#2B4B37
(43,75,55)
#274331
(39,67,49)
#233B2B
(35,59,43)
#1F3325
(31,51,37)
#1B2B1F
(27,43,31)
#172319
(23,35,25)
#131B13
(19,27,19)
#0F130D
(15,19,13)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #335B43

#335B43
(51,91,67)
#456954
(69,105,84)
#577765
(87,119,101)
#698576
(105,133,118)
#7B9387
(123,147,135)
#8DA198
(141,161,152)
#9FAFA9
(159,175,169)
#B1BDBA
(177,189,186)
#C3CBCB
(195,203,203)
#D5D9DC
(213,217,220)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335B43 color. Also use rgb(51,91,67) instead hex code.

Text Font Color

.myTextColor { color: #335B43; }

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

This text font color is #335B43.


Background Color

.myBgColor { background-color: #335B43; }

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

This div background color is #335B43.


Border color

.myBorderColor { border: 1px solid #335B43; }

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

This div border color is #335B43.


Opacity

.myOpacity80 { color: #335B43; opacity: 0.8; }

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

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

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

This text has shadow with #335B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335B43 on black background.


Color preview on white background

This text has color #335B43 on white background.



Black color preview on #335B43 background

This text has black color on #335B43 background.


White color preview on #335B43 background

This text has white color on #335B43 background.