COLOR #35767C

HEX: #35767C
RGB: (53,118,124)

Color info

#35767C contains mainly green and blue colors. Web safe color of #35767C is #336666 (or #366).

RGB color model

#35767C color RGB value is (53,118,124).

  • red value is 53;
  • green value is 118;
  • blue value is 124.
RGB:
(53,118,124)
(21%,46%,49%)

RGB channels and saturation

R 53 of 255 = 21%
G 118 of 255 = 46%
B 124 of 255 = 49%

53
118
124

R + G + B ~ 39%. #35767C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 118 + 124 = 295 (100%)
R 53 of 295 ~ 17.97%
G 118 of 295 ~ 40%
B 124 of 295 ~ 42.03%

%17.97
%40
%42.03

CMYK color model

#35767C color CMYK value is (57,5,0,51).

  • cyan value is 57.26%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(57,5,0,51)
C57M5Y0K51 
(57%,5%,0%,51%)
(0.57/0.05/0.00/0.51)	

CMYK percentages

%57.26
%4.84
%0
%51.37

Codes

Color #35767C in popluar color models

35767C
RGB53118124
HSL185°40.11%34.71%
HSB/HSV185°57.26%48.63%
CMYK57.26%4.84%0.00%
51.37%

Color #35767C in popluar number systems.

HEX35767C
Decimal53118124
Binary11010111101101111100
Octal65166174

Shades and tints

Shades of #35767C

#35767C
(53,118,124)
#316C71
(49,108,113)
#2D6266
(45,98,102)
#29585B
(41,88,91)
#254E50
(37,78,80)
#214445
(33,68,69)
#1D3A3A
(29,58,58)
#19302F
(25,48,47)
#152624
(21,38,36)
#111C19
(17,28,25)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #35767C

#35767C
(53,118,124)
#478287
(71,130,135)
#598E92
(89,142,146)
#6B9A9D
(107,154,157)
#7DA6A8
(125,166,168)
#8FB2B3
(143,178,179)
#A1BEBE
(161,190,190)
#B3CAC9
(179,202,201)
#C5D6D4
(197,214,212)
#D7E2DF
(215,226,223)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35767C color. Also use rgb(53,118,124) instead hex code.

Text Font Color

.myTextColor { color: #35767C; }

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

This text font color is #35767C.


Background Color

.myBgColor { background-color: #35767C; }

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

This div background color is #35767C.


Border color

.myBorderColor { border: 1px solid #35767C; }

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

This div border color is #35767C.


Opacity

.myOpacity80 { color: #35767C; opacity: 0.8; }

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

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

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

This text has shadow with #35767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35767C on black background.


Color preview on white background

This text has color #35767C on white background.



Black color preview on #35767C background

This text has black color on #35767C background.


White color preview on #35767C background

This text has white color on #35767C background.