COLOR #354334

HEX: #354334
RGB: (53,67,52)

Color info

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

RGB color model

#354334 color RGB value is (53,67,52).

  • red value is 53;
  • green value is 67;
  • blue value is 52.
RGB:
(53,67,52)
(21%,26%,20%)

RGB channels and saturation

R 53 of 255 = 21%
G 67 of 255 = 26%
B 52 of 255 = 20%

53
67
52

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

Portions of RGB colors in percentages

R + G + B =
53 + 67 + 52 = 172 (100%)
R 53 of 172 ~ 30.81%
G 67 of 172 ~ 38.95%
B 52 of 172 ~ 30.23%

%30.81
%38.95
%30.23

CMYK color model

#354334 color CMYK value is (21,0,22,74).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 73.73%
CMYK:
(21,0,22,74)
C21M0Y22K74 
(21%,0%,22%,74%)
(0.21/0.00/0.22/0.74)	

CMYK percentages

%20.9
%0
%22.39
%73.73

Codes

Color #354334 in popluar color models

354334
RGB536752
HSL116°12.61%23.33%
HSB/HSV116°22.39%26.27%
CMYK20.90%0.00%22.39%
73.73%

Color #354334 in popluar number systems.

HEX354334
Decimal536752
Binary1101011000011110100
Octal6510364

Shades and tints

Shades of #354334

#354334
(53,67,52)
#313D30
(49,61,48)
#2D372C
(45,55,44)
#293128
(41,49,40)
#252B24
(37,43,36)
#212520
(33,37,32)
#1D1F1C
(29,31,28)
#191918
(25,25,24)
#151314
(21,19,20)
#110D10
(17,13,16)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #354334

#354334
(53,67,52)
#475446
(71,84,70)
#596558
(89,101,88)
#6B766A
(107,118,106)
#7D877C
(125,135,124)
#8F988E
(143,152,142)
#A1A9A0
(161,169,160)
#B3BAB2
(179,186,178)
#C5CBC4
(197,203,196)
#D7DCD6
(215,220,214)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354334 color. Also use rgb(53,67,52) instead hex code.

Text Font Color

.myTextColor { color: #354334; }

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

This text font color is #354334.


Background Color

.myBgColor { background-color: #354334; }

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

This div background color is #354334.


Border color

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

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

This div border color is #354334.


Opacity

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

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

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

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

This text has shadow with #354334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354334 on black background.


Color preview on white background

This text has color #354334 on white background.



Black color preview on #354334 background

This text has black color on #354334 background.


White color preview on #354334 background

This text has white color on #354334 background.