COLOR #434830

HEX: #434830 RGB: (67,72,48)

Color info

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

RGB color model

#434830 color RGB value is (67,72,48).

RGB: (67,72,48) (26%, 28%, 19%)

RGB channels and saturation

R 67 of 255 = 26%
G 72 of 255 = 28%
B 48 of 255 = 19%

67
72
48

R + G + B ~ 24%. #434830 is dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 72 + 48 = 187 (100%)
R 67 of 187 ~ 35.83%
G 72 of 187 ~ 38.5%
B 48 of 187 ~ 25.67'%

%35.83
%38.5
%25.67

CMYK color model

#434830 color CMYK value is (7,0,33,72).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%

CMYK: (7,0,33,72)
C7M0Y33K72 (7%, 0%, 33%, 72%)
(0.07 / 0.00 / 0.33 / 0.72)

CMYK percentages

%6.94
%0
%33.33
%71.76

Codes

Color #434830 in popluar color models

43 48 30
RGB 67 72 48
HSL 73° 20.00% 23.53%
HSB/HSV 73° 33.33% 28.24%
CMYK 6.94% 0.00% 33.33%
71.76%

Color #434830 in popluar number systems.

HEX 43 48 30
Decimal 67 72 48
Binary 1000011 1001000 110000
Octal 103 110 60

Shades and tints

Shades of #434830

#434830
(67,72,48)
#3D422C
(61,66,44)
#373C28
(55,60,40)
#313624
(49,54,36)
#2B3020
(43,48,32)
#252A1C
(37,42,28)
#1F2418
(31,36,24)
#191E14
(25,30,20)
#131810
(19,24,16)
#0D120C
(13,18,12)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #434830

#434830
(67,72,48)
#545842
(84,88,66)
#656854
(101,104,84)
#767866
(118,120,102)
#878878
(135,136,120)
#98988A
(152,152,138)
#A9A89C
(169,168,156)
#BAB8AE
(186,184,174)
#CBC8C0
(203,200,192)
#DCD8D2
(220,216,210)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434830 color. Also use rgb(67,72,48) instead hex code.

Text Font Color

.myTextColor { color: #434830; }

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

This text font color is #434830.

Background Color

.myBgColor { background-color: #434830; }

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

This div background color is #434830.

Border color

.myBorderColor { border: 1px solid #434830; }

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

This div border color is #434830.

Opacity

.myOpacity80 { color: #434830; opacity: 0.8; }

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

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

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

This text has shadow with #434830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434830.

Preview

Color preview on black background

This text has color #434830 on black background.


Color preview on white background

This text has color #434830 on white background.


Black color preview on #434830 background

This text has black color on #434830 background.


White color preview on #434830 background

This text has white color on #434830 background.


Related colors

Complementary color

Complementary color for #hex is #BCB7CF.


I love getcolorcode.com

Triadic colors

1 #304348 and #483043 with #434830 are triadic colors.

2 #304843 and #484330 with #434830 are triadic colors.