COLOR #29253D

HEX: #29253D RGB: (41,37,61)

Color info

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

RGB color model

#29253D color RGB value is (41,37,61).

RGB: (41,37,61) (16%, 15%, 24%)

RGB channels and saturation

R 41 of 255 = 16%
G 37 of 255 = 15%
B 61 of 255 = 24%

41
37
61

R + G + B ~ 18%. #29253D is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 37 + 61 = 139 (100%)
R 41 of 139 ~ 29.5%
G 37 of 139 ~ 26.62%
B 61 of 139 ~ 43.88'%

%29.5
%26.62
%43.88

CMYK color model

#29253D color CMYK value is (33,39,0,76).

  • cyan value is 32.79%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (33,39,0,76)
C33M39Y0K76 (33%, 39%, 0%, 76%)
(0.33 / 0.39 / 0.00 / 0.76)

CMYK percentages

%32.79
%39.34
%0
%76.08

Codes

Color #29253D in popluar color models

29 25 3D
RGB 41 37 61
HSL 250° 24.49% 19.22%
HSB/HSV 250° 39.34% 23.92%
CMYK 32.79% 39.34% 0.00%
76.08%

Color #29253D in popluar number systems.

HEX 29 25 3D
Decimal 41 37 61
Binary 101001 100101 111101
Octal 51 45 75

Shades and tints

Shades of #29253D

#29253D
(41,37,61)
#262238
(38,34,56)
#231F33
(35,31,51)
#201C2E
(32,28,46)
#1D1929
(29,25,41)
#1A1624
(26,22,36)
#17131F
(23,19,31)
#14101A
(20,16,26)
#110D15
(17,13,21)
#0E0A10
(14,10,16)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #29253D

#29253D
(41,37,61)
#3C384E
(60,56,78)
#4F4B5F
(79,75,95)
#625E70
(98,94,112)
#757181
(117,113,129)
#888492
(136,132,146)
#9B97A3
(155,151,163)
#AEAAB4
(174,170,180)
#C1BDC5
(193,189,197)
#D4D0D6
(212,208,214)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29253D color. Also use rgb(41,37,61) instead hex code.

Text Font Color

.myTextColor { color: #29253D; }

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

This text font color is #29253D.

Background Color

.myBgColor { background-color: #29253D; }

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

This div background color is #29253D.

Border color

.myBorderColor { border: 1px solid #29253D; }

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

This div border color is #29253D.

Opacity

.myOpacity80 { color: #29253D; opacity: 0.8; }

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

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

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

This text has shadow with #29253D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #29253D.

Preview

Color preview on black background

This text has color #29253D on black background.


Color preview on white background

This text has color #29253D on white background.


Black color preview on #29253D background

This text has black color on #29253D background.


White color preview on #29253D background

This text has white color on #29253D background.


Related colors

Complementary color

Complementary color for #hex is #D6DAC2.


I love getcolorcode.com

Triadic colors

1 #3D2925 and #253D29 with #29253D are triadic colors.

2 #3D2529 and #25293D with #29253D are triadic colors.