COLOR #29527E

HEX: #29527E
RGB: (41,82,126)

Color info

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

RGB color model

#29527E color RGB value is (41,82,126).

  • red value is 41;
  • green value is 82;
  • blue value is 126.
RGB:
(41,82,126)
(16%,32%,49%)

RGB channels and saturation

R 41 of 255 = 16%
G 82 of 255 = 32%
B 126 of 255 = 49%

41
82
126

R + G + B ~ 32%. #29527E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 82 + 126 = 249 (100%)
R 41 of 249 ~ 16.47%
G 82 of 249 ~ 32.93%
B 126 of 249 ~ 50.6%

%16.47
%32.93
%50.6

CMYK color model

#29527E color CMYK value is (67,35,0,51).

  • cyan value is 67.46%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(67,35,0,51)
C67M35Y0K51 
(67%,35%,0%,51%)
(0.67/0.35/0.00/0.51)	

CMYK percentages

%67.46
%34.92
%0
%50.59

Codes

Color #29527E in popluar color models

29527E
RGB4182126
HSL211°50.90%32.75%
HSB/HSV211°67.46%49.41%
CMYK67.46%34.92%0.00%
50.59%

Color #29527E in popluar number systems.

HEX29527E
Decimal4182126
Binary10100110100101111110
Octal51122176

Shades and tints

Shades of #29527E

#29527E
(41,82,126)
#264B73
(38,75,115)
#234468
(35,68,104)
#203D5D
(32,61,93)
#1D3652
(29,54,82)
#1A2F47
(26,47,71)
#17283C
(23,40,60)
#142131
(20,33,49)
#111A26
(17,26,38)
#0E131B
(14,19,27)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #29527E

#29527E
(41,82,126)
#3C6189
(60,97,137)
#4F7094
(79,112,148)
#627F9F
(98,127,159)
#758EAA
(117,142,170)
#889DB5
(136,157,181)
#9BACC0
(155,172,192)
#AEBBCB
(174,187,203)
#C1CAD6
(193,202,214)
#D4D9E1
(212,217,225)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29527E color. Also use rgb(41,82,126) instead hex code.

Text Font Color

.myTextColor { color: #29527E; }

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

This text font color is #29527E.


Background Color

.myBgColor { background-color: #29527E; }

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

This div background color is #29527E.


Border color

.myBorderColor { border: 1px solid #29527E; }

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

This div border color is #29527E.


Opacity

.myOpacity80 { color: #29527E; opacity: 0.8; }

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

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

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

This text has shadow with #29527E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29527E on black background.


Color preview on white background

This text has color #29527E on white background.



Black color preview on #29527E background

This text has black color on #29527E background.


White color preview on #29527E background

This text has white color on #29527E background.