COLOR #074B35

HEX: #074B35
RGB: (7,75,53)

Color info

#074B35 contains mainly green and blue colors. Web safe color of #074B35 is #003333 (or #033).

RGB color model

#074B35 color RGB value is (7,75,53).

  • red value is 7;
  • green value is 75;
  • blue value is 53.
RGB:
(7,75,53)
(3%,29%,21%)

RGB channels and saturation

R 7 of 255 = 3%
G 75 of 255 = 29%
B 53 of 255 = 21%

7
75
53

R + G + B ~ 18%. #074B35 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 75 + 53 = 135 (100%)
R 7 of 135 ~ 5.19%
G 75 of 135 ~ 55.56%
B 53 of 135 ~ 39.26%

%55.56
%39.26

CMYK color model

#074B35 color CMYK value is (91,0,29,71).

  • cyan value is 90.67%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 70.59%
CMYK:
(91,0,29,71)
C91M0Y29K71 
(91%,0%,29%,71%)
(0.91/0.00/0.29/0.71)	

CMYK percentages

%90.67
%0
%29.33
%70.59

Codes

Color #074B35 in popluar color models

074B35
RGB77553
HSL161°82.93%16.08%
HSB/HSV161°90.67%29.41%
CMYK90.67%0.00%29.33%
70.59%

Color #074B35 in popluar number systems.

HEX074B35
Decimal77553
Binary1111001011110101
Octal711365

Shades and tints

Shades of #074B35

#074B35
(7,75,53)
#074531
(7,69,49)
#073F2D
(7,63,45)
#073929
(7,57,41)
#073325
(7,51,37)
#072D21
(7,45,33)
#07271D
(7,39,29)
#072119
(7,33,25)
#071B15
(7,27,21)
#071511
(7,21,17)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #074B35

#074B35
(7,75,53)
#1D5B47
(29,91,71)
#336B59
(51,107,89)
#497B6B
(73,123,107)
#5F8B7D
(95,139,125)
#759B8F
(117,155,143)
#8BABA1
(139,171,161)
#A1BBB3
(161,187,179)
#B7CBC5
(183,203,197)
#CDDBD7
(205,219,215)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074B35 color. Also use rgb(7,75,53) instead hex code.

Text Font Color

.myTextColor { color: #074B35; }

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

This text font color is #074B35.


Background Color

.myBgColor { background-color: #074B35; }

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

This div background color is #074B35.


Border color

.myBorderColor { border: 1px solid #074B35; }

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

This div border color is #074B35.


Opacity

.myOpacity80 { color: #074B35; opacity: 0.8; }

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

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

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

This text has shadow with #074B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074B35 on black background.


Color preview on white background

This text has color #074B35 on white background.



Black color preview on #074B35 background

This text has black color on #074B35 background.


White color preview on #074B35 background

This text has white color on #074B35 background.