COLOR #434A38

HEX: #434A38
RGB: (67,74,56)

Color info

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

RGB color model

#434A38 color RGB value is (67,74,56).

  • red value is 67;
  • green value is 74;
  • blue value is 56.
RGB:
(67,74,56)
(26%,29%,22%)

RGB channels and saturation

R 67 of 255 = 26%
G 74 of 255 = 29%
B 56 of 255 = 22%

67
74
56

R + G + B ~ 26%. #434A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 74 + 56 = 197 (100%)
R 67 of 197 ~ 34.01%
G 74 of 197 ~ 37.56%
B 56 of 197 ~ 28.43%

%34.01
%37.56
%28.43

CMYK color model

#434A38 color CMYK value is (9,0,24,71).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 70.98%
CMYK:
(9,0,24,71)
C9M0Y24K71 
(9%,0%,24%,71%)
(0.09/0.00/0.24/0.71)	

CMYK percentages

%9.46
%0
%24.32
%70.98

Codes

Color #434A38 in popluar color models

434A38
RGB677456
HSL83°13.85%25.49%
HSB/HSV83°24.32%29.02%
CMYK9.46%0.00%24.32%
70.98%

Color #434A38 in popluar number systems.

HEX434A38
Decimal677456
Binary10000111001010111000
Octal10311270

Shades and tints

Shades of #434A38

#434A38
(67,74,56)
#3D4433
(61,68,51)
#373E2E
(55,62,46)
#313829
(49,56,41)
#2B3224
(43,50,36)
#252C1F
(37,44,31)
#1F261A
(31,38,26)
#192015
(25,32,21)
#131A10
(19,26,16)
#0D140B
(13,20,11)
#070E06
(7,14,6)
#000000
(0,0,0)

Tints of #434A38

#434A38
(67,74,56)
#545A4A
(84,90,74)
#656A5C
(101,106,92)
#767A6E
(118,122,110)
#878A80
(135,138,128)
#989A92
(152,154,146)
#A9AAA4
(169,170,164)
#BABAB6
(186,186,182)
#CBCAC8
(203,202,200)
#DCDADA
(220,218,218)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434A38 color. Also use rgb(67,74,56) instead hex code.

Text Font Color

.myTextColor { color: #434A38; }

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

This text font color is #434A38.


Background Color

.myBgColor { background-color: #434A38; }

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

This div background color is #434A38.


Border color

.myBorderColor { border: 1px solid #434A38; }

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

This div border color is #434A38.


Opacity

.myOpacity80 { color: #434A38; opacity: 0.8; }

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

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

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

This text has shadow with #434A38 color.

.textShadow {text-shadow: 3px 3px 1px #434A38, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434A38 on black background.


Color preview on white background

This text has color #434A38 on white background.



Black color preview on #434A38 background

This text has black color on #434A38 background.


White color preview on #434A38 background

This text has white color on #434A38 background.