COLOR #43725F

HEX: #43725F RGB: (67,114,95)

Color info

#43725F contains red, green and blue colors in about the same proportion. Web safe color of #43725F is #336666 (or #366).

RGB color model

#43725F color RGB value is (67,114,95).

RGB: (67,114,95) (26%, 45%, 37%)

RGB channels and saturation

R 67 of 255 = 26%
G 114 of 255 = 45%
B 95 of 255 = 37%

67
114
95

R + G + B ~ 36%. #43725F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 114 + 95 = 276 (100%)
R 67 of 276 ~ 24.28%
G 114 of 276 ~ 41.3%
B 95 of 276 ~ 34.42'%

%24.28
%41.3
%34.42

CMYK color model

#43725F color CMYK value is (41,0,17,55).

  • cyan value is 41.23%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 55.29%

CMYK: (41,0,17,55)
C41M0Y17K55 (41%, 0%, 17%, 55%)
(0.41 / 0.00 / 0.17 / 0.55)

CMYK percentages

%41.23
%0
%16.67
%55.29

Codes

Color #43725F in popluar color models

43 72 5F
RGB 67 114 95
HSL 156° 25.97% 35.49%
HSB/HSV 156° 41.23% 44.71%
CMYK 41.23% 0.00% 16.67%
55.29%

Color #43725F in popluar number systems.

HEX 43 72 5F
Decimal 67 114 95
Binary 1000011 1110010 1011111
Octal 103 162 137

Shades and tints

Shades of #43725F

#43725F
(67,114,95)
#3D6857
(61,104,87)
#375E4F
(55,94,79)
#315447
(49,84,71)
#2B4A3F
(43,74,63)
#254037
(37,64,55)
#1F362F
(31,54,47)
#192C27
(25,44,39)
#13221F
(19,34,31)
#0D1817
(13,24,23)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #43725F

#43725F
(67,114,95)
#547E6D
(84,126,109)
#658A7B
(101,138,123)
#769689
(118,150,137)
#87A297
(135,162,151)
#98AEA5
(152,174,165)
#A9BAB3
(169,186,179)
#BAC6C1
(186,198,193)
#CBD2CF
(203,210,207)
#DCDEDD
(220,222,221)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43725F color. Also use rgb(67,114,95) instead hex code.

Text Font Color

.myTextColor { color: #43725F; }

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

This text font color is #43725F.

Background Color

.myBgColor { background-color: #43725F; }

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

This div background color is #43725F.

Border color

.myBorderColor { border: 1px solid #43725F; }

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

This div border color is #43725F.

Opacity

.myOpacity80 { color: #43725F; opacity: 0.8; }

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

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

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

This text has shadow with #43725F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #43725F.

Preview

Color preview on black background

This text has color #43725F on black background.


Color preview on white background

This text has color #43725F on white background.


Black color preview on #43725F background

This text has black color on #43725F background.


White color preview on #43725F background

This text has white color on #43725F background.


Related colors

Complementary color

Complementary color for #hex is #BC8DA0.


I love getcolorcode.com

Triadic colors

1 #5F4372 and #725F43 with #43725F are triadic colors.

2 #5F7243 and #72435F with #43725F are triadic colors.