COLOR #434834

HEX: #434834
RGB: (67,72,52)

Color info

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

RGB color model

#434834 color RGB value is (67,72,52).

  • red value is 67;
  • green value is 72;
  • blue value is 52.
RGB:
(67,72,52)
(26%,28%,20%)

RGB channels and saturation

R 67 of 255 = 26%
G 72 of 255 = 28%
B 52 of 255 = 20%

67
72
52

R + G + B ~ 25%. #434834 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 72 + 52 = 191 (100%)
R 67 of 191 ~ 35.08%
G 72 of 191 ~ 37.7%
B 52 of 191 ~ 27.23%

%35.08
%37.7
%27.23

CMYK color model

#434834 color CMYK value is (7,0,28,72).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(7,0,28,72)
C7M0Y28K72 
(7%,0%,28%,72%)
(0.07/0.00/0.28/0.72)	

CMYK percentages

%6.94
%0
%27.78
%71.76

Codes

Color #434834 in popluar color models

434834
RGB677252
HSL75°16.13%24.31%
HSB/HSV75°27.78%28.24%
CMYK6.94%0.00%27.78%
71.76%

Color #434834 in popluar number systems.

HEX434834
Decimal677252
Binary10000111001000110100
Octal10311064

Shades and tints

Shades of #434834

#434834
(67,72,52)
#3D4230
(61,66,48)
#373C2C
(55,60,44)
#313628
(49,54,40)
#2B3024
(43,48,36)
#252A20
(37,42,32)
#1F241C
(31,36,28)
#191E18
(25,30,24)
#131814
(19,24,20)
#0D1210
(13,18,16)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #434834

#434834
(67,72,52)
#545846
(84,88,70)
#656858
(101,104,88)
#76786A
(118,120,106)
#87887C
(135,136,124)
#98988E
(152,152,142)
#A9A8A0
(169,168,160)
#BAB8B2
(186,184,178)
#CBC8C4
(203,200,196)
#DCD8D6
(220,216,214)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434834; }

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

This text font color is #434834.


Background Color

.myBgColor { background-color: #434834; }

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

This div background color is #434834.


Border color

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

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

This div border color is #434834.


Opacity

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

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

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

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

This text has shadow with #434834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434834 on black background.


Color preview on white background

This text has color #434834 on white background.



Black color preview on #434834 background

This text has black color on #434834 background.


White color preview on #434834 background

This text has white color on #434834 background.