COLOR #07434A

HEX: #07434A
RGB: (7,67,74)

Color info

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

RGB color model

#07434A color RGB value is (7,67,74).

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

RGB channels and saturation

R 7 of 255 = 3%
G 67 of 255 = 26%
B 74 of 255 = 29%

7
67
74

R + G + B ~ 19%. #07434A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 67 + 74 = 148 (100%)
R 7 of 148 ~ 4.73%
G 67 of 148 ~ 45.27%
B 74 of 148 ~ 50%

%45.27
%50

CMYK color model

#07434A color CMYK value is (91,9,0,71).

  • cyan value is 90.54%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(91,9,0,71)
C91M9Y0K71 
(91%,9%,0%,71%)
(0.91/0.09/0.00/0.71)	

CMYK percentages

%90.54
%9.46
%0
%70.98

Codes

Color #07434A in popluar color models

07434A
RGB76774
HSL186°82.72%15.88%
HSB/HSV186°90.54%29.02%
CMYK90.54%9.46%0.00%
70.98%

Color #07434A in popluar number systems.

HEX07434A
Decimal76774
Binary11110000111001010
Octal7103112

Shades and tints

Shades of #07434A

#07434A
(7,67,74)
#073D44
(7,61,68)
#07373E
(7,55,62)
#073138
(7,49,56)
#072B32
(7,43,50)
#07252C
(7,37,44)
#071F26
(7,31,38)
#071920
(7,25,32)
#07131A
(7,19,26)
#070D14
(7,13,20)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #07434A

#07434A
(7,67,74)
#1D545A
(29,84,90)
#33656A
(51,101,106)
#49767A
(73,118,122)
#5F878A
(95,135,138)
#75989A
(117,152,154)
#8BA9AA
(139,169,170)
#A1BABA
(161,186,186)
#B7CBCA
(183,203,202)
#CDDCDA
(205,220,218)
#E3EDEA
(227,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07434A color. Also use rgb(7,67,74) instead hex code.

Text Font Color

.myTextColor { color: #07434A; }

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

This text font color is #07434A.


Background Color

.myBgColor { background-color: #07434A; }

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

This div background color is #07434A.


Border color

.myBorderColor { border: 1px solid #07434A; }

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

This div border color is #07434A.


Opacity

.myOpacity80 { color: #07434A; opacity: 0.8; }

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

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

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

This text has shadow with #07434A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07434A on black background.


Color preview on white background

This text has color #07434A on white background.



Black color preview on #07434A background

This text has black color on #07434A background.


White color preview on #07434A background

This text has white color on #07434A background.