COLOR #335B23

HEX: #335B23
RGB: (51,91,35)

Color info

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

RGB color model

#335B23 color RGB value is (51,91,35).

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

RGB channels and saturation

R 51 of 255 = 20%
G 91 of 255 = 36%
B 35 of 255 = 14%

51
91
35

R + G + B ~ 23%. #335B23 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 91 + 35 = 177 (100%)
R 51 of 177 ~ 28.81%
G 91 of 177 ~ 51.41%
B 35 of 177 ~ 19.77%

%28.81
%51.41
%19.77

CMYK color model

#335B23 color CMYK value is (44,0,62,64).

  • cyan value is 43.96%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 64.31%
CMYK:
(44,0,62,64)
C44M0Y62K64 
(44%,0%,62%,64%)
(0.44/0.00/0.62/0.64)	

CMYK percentages

%43.96
%0
%61.54
%64.31

Codes

Color #335B23 in popluar color models

335B23
RGB519135
HSL103°44.44%24.71%
HSB/HSV103°61.54%35.69%
CMYK43.96%0.00%61.54%
64.31%

Color #335B23 in popluar number systems.

HEX335B23
Decimal519135
Binary1100111011011100011
Octal6313343

Shades and tints

Shades of #335B23

#335B23
(51,91,35)
#2F5320
(47,83,32)
#2B4B1D
(43,75,29)
#27431A
(39,67,26)
#233B17
(35,59,23)
#1F3314
(31,51,20)
#1B2B11
(27,43,17)
#17230E
(23,35,14)
#131B0B
(19,27,11)
#0F1308
(15,19,8)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #335B23

#335B23
(51,91,35)
#456937
(69,105,55)
#57774B
(87,119,75)
#69855F
(105,133,95)
#7B9373
(123,147,115)
#8DA187
(141,161,135)
#9FAF9B
(159,175,155)
#B1BDAF
(177,189,175)
#C3CBC3
(195,203,195)
#D5D9D7
(213,217,215)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335B23; }

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

This text font color is #335B23.


Background Color

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

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

This div background color is #335B23.


Border color

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

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

This div border color is #335B23.


Opacity

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

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

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

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

This text has shadow with #335B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335B23 on black background.


Color preview on white background

This text has color #335B23 on white background.



Black color preview on #335B23 background

This text has black color on #335B23 background.


White color preview on #335B23 background

This text has white color on #335B23 background.