COLOR #35554B

HEX: #35554B RGB: (53,85,75)

Color info

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

RGB color model

#35554B color RGB value is (53,85,75).

RGB: (53,85,75) (21%, 33%, 29%)

RGB channels and saturation

R 53 of 255 = 21%
G 85 of 255 = 33%
B 75 of 255 = 29%

53
85
75

R + G + B ~ 28%. #35554B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 85 + 75 = 213 (100%)
R 53 of 213 ~ 24.88%
G 85 of 213 ~ 39.91%
B 75 of 213 ~ 35.21'%

%24.88
%39.91
%35.21

CMYK color model

#35554B color CMYK value is (38,0,12,67).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 66.67%

CMYK: (38,0,12,67)
C38M0Y12K67 (38%, 0%, 12%, 67%)
(0.38 / 0.00 / 0.12 / 0.67)

CMYK percentages

%37.65
%0
%11.76
%66.67

Codes

Color #35554B in popluar color models

35 55 4B
RGB 53 85 75
HSL 161° 23.19% 27.06%
HSB/HSV 161° 37.65% 33.33%
CMYK 37.65% 0.00% 11.76%
66.67%

Color #35554B in popluar number systems.

HEX 35 55 4B
Decimal 53 85 75
Binary 110101 1010101 1001011
Octal 65 125 113

Shades and tints

Shades of #35554B

#35554B
(53,85,75)
#314E45
(49,78,69)
#2D473F
(45,71,63)
#294039
(41,64,57)
#253933
(37,57,51)
#21322D
(33,50,45)
#1D2B27
(29,43,39)
#192421
(25,36,33)
#151D1B
(21,29,27)
#111615
(17,22,21)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #35554B

#35554B
(53,85,75)
#47645B
(71,100,91)
#59736B
(89,115,107)
#6B827B
(107,130,123)
#7D918B
(125,145,139)
#8FA09B
(143,160,155)
#A1AFAB
(161,175,171)
#B3BEBB
(179,190,187)
#C5CDCB
(197,205,203)
#D7DCDB
(215,220,219)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35554B color. Also use rgb(53,85,75) instead hex code.

Text Font Color

.myTextColor { color: #35554B; }

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

This text font color is #35554B.

Background Color

.myBgColor { background-color: #35554B; }

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

This div background color is #35554B.

Border color

.myBorderColor { border: 1px solid #35554B; }

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

This div border color is #35554B.

Opacity

.myOpacity80 { color: #35554B; opacity: 0.8; }

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

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

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

This text has shadow with #35554B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35554B.

Preview

Color preview on black background

This text has color #35554B on black background.


Color preview on white background

This text has color #35554B on white background.


Black color preview on #35554B background

This text has black color on #35554B background.


White color preview on #35554B background

This text has white color on #35554B background.


Related colors

Complementary color

Complementary color for #hex is #CAAAB4.


I love getcolorcode.com

Triadic colors

1 #4B3555 and #554B35 with #35554B are triadic colors.

2 #4B5535 and #55354B with #35554B are triadic colors.